| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the intersphinx inventory caching. | Georg Brandl | 2010-05-30 | 1 | -1/+1 |
| * | #426: Fix encoding issues when saving/loading intersphinx inventories. | Georg Brandl | 2010-05-26 | 1 | -3/+3 |
| * | #424: Fix IndexError in viewcode extension. | Georg Brandl | 2010-05-26 | 1 | -1/+2 |
| * | Test the viewcode extension; decode the source files before highlighting them. | Georg Brandl | 2010-05-26 | 1 | -3/+6 |
| * | Add the "oldcmarkup" extension, to help migrating to 1.0. | Georg Brandl | 2010-05-24 | 1 | -0/+52 |
| * | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter... | Georg Brandl | 2010-05-24 | 3 | -7/+4 |
| |\ |
|
| * | | #413: Added a way for intersphinx to refer to named labels in other | Georg Brandl | 2010-05-23 | 1 | -20/+43 |
| * | | merge with 0.6 | Georg Brandl | 2010-05-22 | 1 | -5/+5 |
| |\ \
| |/
|/| |
|
| | * | #393: Fix the usage of Unicode characters in mathematic formulas when using t... | Georg Brandl | 2010-05-22 | 1 | -5/+5 |
| * | | merge with trunk | Georg Brandl | 2010-04-17 | 2 | -3/+6 |
| |\ \ |
|
| | * \ | merge with 0.6 | Georg Brandl | 2010-04-17 | 2 | -3/+6 |
| | |\ \
| | |/ |
|
| | | * | #376: In autodoc, fix display of parameter defaults containing backslashes. | Georg Brandl | 2010-04-07 | 1 | -1/+4 |
| | | * | #374: Make the ``doctest_path`` config value of the doctest extension actuall... | Georg Brandl | 2010-04-06 | 1 | -2/+2 |
| * | | | Fixed inventory updates in interlinks extension, now really includes all | Sebastian Wiesner | 2010-04-12 | 1 | -2/+3 |
| * | | | merge with trunk | Georg Brandl | 2010-04-06 | 1 | -0/+1 |
| |\ \ \
| |/ / |
|
| | * | | merge with 0.6 | Georg Brandl | 2010-04-06 | 1 | -0/+1 |
| | |\ \
| | |/ |
|
| | | * | #362: In autodoc, check for the existence of ``__self__`` on function objects... | Georg Brandl | 2010-04-04 | 1 | -0/+1 |
| * | | | Add more visitors for manpage writer. | Georg Brandl | 2010-03-01 | 2 | -1/+19 |
| * | | | merge with trunk | Georg Brandl | 2010-02-28 | 1 | -9/+9 |
| |\ \ \
| |/ / |
|
| | * | | merge with 0.6 | Georg Brandl | 2010-02-28 | 1 | -7/+7 |
| | |\ \
| | |/ |
|
| | | * | In autodoc, fix the omission of some module members explicitly documented usi... | Georg Brandl | 2010-02-28 | 1 | -7/+7 |
| * | | | #187: Added support for source ordering of members in autodoc, with ``autodoc... | Georg Brandl | 2010-02-28 | 1 | -3/+10 |
| * | | | merge with trunk | Georg Brandl | 2010-02-27 | 1 | -7/+20 |
| |\ \ \
| |/ / |
|
| | * | | merge with 0.6 | Georg Brandl | 2010-02-21 | 1 | -8/+7 |
| | |\ \
| | |/ |
|
| | | * | In autodoc, allow customizing the signature of an object via autodoc-process-... | Georg Brandl | 2010-02-21 | 1 | -10/+8 |
| | | * | Fix typo. | Georg Brandl | 2010-01-12 | 1 | -1/+1 |
| | * | | Added ``autodoc_default_flags`` config value, which can be used | Georg Brandl | 2010-02-21 | 1 | -0/+13 |
| * | | | Add manual page writer. | Georg Brandl | 2010-02-21 | 2 | -3/+6 |
| * | | | merge with trunk | Georg Brandl | 2010-02-17 | 1 | -6/+7 |
| |\ \ \
| |/ / |
|
| | * | | #328: avoid "here" links in todolist. | Georg Brandl | 2010-01-31 | 1 | -6/+7 |
| * | | | Only output one status for all module code pages. | Georg Brandl | 2010-01-18 | 1 | -1/+3 |
| * | | | Rename doc_read_data to temp_data, which reflects better what it does. | Georg Brandl | 2010-01-17 | 3 | -12/+12 |
| * | | | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 5 | -5/+6 |
| * | | | merge with trunk | Georg Brandl | 2010-01-17 | 4 | -4/+4 |
| |\ \ \
| |/ / |
|
| | * | | Rename os to osutil, thanks to relative imports. | Georg Brandl | 2010-01-17 | 3 | -3/+3 |
| * | | | merge with trunk | Georg Brandl | 2010-01-17 | 6 | -9/+7 |
| |\ \ \
| |/ / |
|
| | * | | Refactor util package. | Georg Brandl | 2010-01-17 | 6 | -9/+7 |
| * | | | merge with trunk | Georg Brandl | 2010-01-17 | 2 | -6/+17 |
| |\ \ \
| |/ / |
|
| | * | | merge with 0.6 | Georg Brandl | 2010-01-12 | 1 | -5/+16 |
| | |\ \
| | |/ |
|
| | | * | #316: catch "broken pipe" OSErrors when communicating with graphviz; get stdo... | Georg Brandl | 2010-01-12 | 1 | -6/+17 |
| | * | | #314: fix typo in autosummary template. | Georg Brandl | 2010-01-12 | 1 | -1/+1 |
| * | | | Use <h1>, otherwise themes will break. | Georg Brandl | 2010-01-14 | 1 | -2/+2 |
| * | | | Fix duplication of source links. | Georg Brandl | 2010-01-14 | 1 | -1/+3 |
| * | | | Cleanup make check. | Georg Brandl | 2010-01-13 | 1 | -3/+5 |
| * | | | Add the "viewcode" extension. | Georg Brandl | 2010-01-13 | 1 | -0/+162 |
| * | | | Change naming convention in doc_read_data to "domain:key". | Georg Brandl | 2010-01-13 | 3 | -12/+12 |
| * | | | merge with trunk | Georg Brandl | 2010-01-07 | 3 | -16/+78 |
| |\ \ \
| |/ / |
|
| | * | | #280: Autodoc can now document instance attributes assigned in ``__init__`` m... | Georg Brandl | 2010-01-03 | 1 | -5/+46 |
| | * | | merge with 0.6 | Georg Brandl | 2010-01-03 | 1 | -8/+20 |
| | |\ \
| | |/ |
|
| | | * | #286: collect todo nodes after the whole document has been read; this allows ... | Georg Brandl | 2010-01-03 | 1 | -8/+20 |