summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix the intersphinx inventory caching.Georg Brandl2010-05-301-1/+1
* #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-261-3/+3
* #424: Fix IndexError in viewcode extension.Georg Brandl2010-05-261-1/+2
* Test the viewcode extension; decode the source files before highlighting them.Georg Brandl2010-05-261-3/+6
* Add the "oldcmarkup" extension, to help migrating to 1.0.Georg Brandl2010-05-241-0/+52
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...Georg Brandl2010-05-243-7/+4
|\
* | #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-20/+43
* | merge with 0.6Georg Brandl2010-05-221-5/+5
|\ \ | |/ |/|
| * #393: Fix the usage of Unicode characters in mathematic formulas when using t...Georg Brandl2010-05-221-5/+5
* | merge with trunkGeorg Brandl2010-04-172-3/+6
|\ \
| * \ merge with 0.6Georg Brandl2010-04-172-3/+6
| |\ \ | | |/
| | * #376: In autodoc, fix display of parameter defaults containing backslashes.Georg Brandl2010-04-071-1/+4
| | * #374: Make the ``doctest_path`` config value of the doctest extension actuall...Georg Brandl2010-04-061-2/+2
* | | Fixed inventory updates in interlinks extension, now really includes allSebastian Wiesner2010-04-121-2/+3
* | | merge with trunkGeorg Brandl2010-04-061-0/+1
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-04-061-0/+1
| |\ \ | | |/
| | * #362: In autodoc, check for the existence of ``__self__`` on function objects...Georg Brandl2010-04-041-0/+1
* | | Add more visitors for manpage writer.Georg Brandl2010-03-012-1/+19
* | | merge with trunkGeorg Brandl2010-02-281-9/+9
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-02-281-7/+7
| |\ \ | | |/
| | * In autodoc, fix the omission of some module members explicitly documented usi...Georg Brandl2010-02-281-7/+7
* | | #187: Added support for source ordering of members in autodoc, with ``autodoc...Georg Brandl2010-02-281-3/+10
* | | merge with trunkGeorg Brandl2010-02-271-7/+20
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-02-211-8/+7
| |\ \ | | |/
| | * In autodoc, allow customizing the signature of an object via autodoc-process-...Georg Brandl2010-02-211-10/+8
| | * Fix typo.Georg Brandl2010-01-121-1/+1
| * | Added ``autodoc_default_flags`` config value, which can be usedGeorg Brandl2010-02-211-0/+13
* | | Add manual page writer.Georg Brandl2010-02-212-3/+6
* | | merge with trunkGeorg Brandl2010-02-171-6/+7
|\ \ \ | |/ /
| * | #328: avoid "here" links in todolist.Georg Brandl2010-01-311-6/+7
* | | Only output one status for all module code pages.Georg Brandl2010-01-181-1/+3
* | | Rename doc_read_data to temp_data, which reflects better what it does.Georg Brandl2010-01-173-12/+12
* | | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-175-5/+6
* | | merge with trunkGeorg Brandl2010-01-174-4/+4
|\ \ \ | |/ /
| * | Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-173-3/+3
* | | merge with trunkGeorg Brandl2010-01-176-9/+7
|\ \ \ | |/ /
| * | Refactor util package.Georg Brandl2010-01-176-9/+7
* | | merge with trunkGeorg Brandl2010-01-172-6/+17
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-01-121-5/+16
| |\ \ | | |/
| | * #316: catch "broken pipe" OSErrors when communicating with graphviz; get stdo...Georg Brandl2010-01-121-6/+17
| * | #314: fix typo in autosummary template.Georg Brandl2010-01-121-1/+1
* | | Use <h1>, otherwise themes will break.Georg Brandl2010-01-141-2/+2
* | | Fix duplication of source links.Georg Brandl2010-01-141-1/+3
* | | Cleanup make check.Georg Brandl2010-01-131-3/+5
* | | Add the "viewcode" extension.Georg Brandl2010-01-131-0/+162
* | | Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-133-12/+12
* | | merge with trunkGeorg Brandl2010-01-073-16/+78
|\ \ \ | |/ /
| * | #280: Autodoc can now document instance attributes assigned in ``__init__`` m...Georg Brandl2010-01-031-5/+46
| * | merge with 0.6Georg Brandl2010-01-031-8/+20
| |\ \ | | |/
| | * #286: collect todo nodes after the whole document has been read; this allows ...Georg Brandl2010-01-031-8/+20