| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarification. | Georg Brandl | 2011-01-08 | 1 | -2/+2 |
| * | Parse parmeter field in event descriptions. | Georg Brandl | 2011-01-07 | 1 | -1/+2 |
| * | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ex... | Georg Brandl | 2010-08-25 | 1 | -1/+2 |
| * | #469: document __all__ ordering in members. | Georg Brandl | 2010-08-05 | 1 | -0/+3 |
| * | #481, #482: fix ``.name`` reference matching. | Georg Brandl | 2010-08-05 | 4 | -25/+29 |
| * | #480: Fix handling of target naming in intersphinx. | Georg Brandl | 2010-08-05 | 1 | -3/+3 |
| * | #461: elaborate how to use intersphinx. | Georg Brandl | 2010-07-10 | 1 | -1/+15 |
| * | Add the "oldcmarkup" extension, to help migrating to 1.0. | Georg Brandl | 2010-05-24 | 1 | -0/+35 |
| * | #413: Added a way for intersphinx to refer to named labels in other | Georg Brandl | 2010-05-23 | 1 | -20/+45 |
| * | merge with 0.6 | Georg Brandl | 2010-05-23 | 1 | -4/+4 |
| |\ | |||||
| | * | No need to link to dev docs anymore. | Georg Brandl | 2010-05-23 | 1 | -3/+3 |
| | * | Fix file name in example. | Georg Brandl | 2010-05-23 | 1 | -1/+1 |
| * | | merge with trunk | Georg Brandl | 2010-04-17 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Use appropriate interpolation char. | Georg Brandl | 2010-04-17 | 1 | -1/+1 |
| * | | | Use the new rst domain in the sphinx docs. | Georg Brandl | 2010-04-17 | 9 | -52/+52 |
| * | | | merge with trunk | Georg Brandl | 2010-04-06 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | merge with 0.6 | Georg Brandl | 2010-04-06 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix file name where example docs are located. | Georg Brandl | 2010-04-04 | 1 | -1/+1 |
| | | * | Remove docs for autosummary features that are not actually in 0.6. | Georg Brandl | 2010-02-21 | 1 | -98/+0 |
| * | | | A bit more tutorial. | Georg Brandl | 2010-03-14 | 1 | -0/+3 |
| * | | | Change domain-index API: introduce a class. | Georg Brandl | 2010-02-28 | 1 | -6/+27 |
| * | | | #187: Added support for source ordering of members in autodoc, with ``autodoc... | Georg Brandl | 2010-02-28 | 1 | -2/+8 |
| * | | | merge with trunk | Georg Brandl | 2010-02-27 | 2 | -0/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Added ``autodoc_default_flags`` config value, which can be used | Georg Brandl | 2010-02-21 | 1 | -0/+18 |
| | * | | Add some versionadded tags. | Georg Brandl | 2010-02-21 | 1 | -0/+4 |
| * | | | Add app.override_domain(). | Georg Brandl | 2010-02-27 | 1 | -2/+10 |
| * | | | Add manual page writer. | Georg Brandl | 2010-02-21 | 1 | -5/+5 |
| * | | | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -0/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` application... | Georg Brandl | 2010-01-17 | 1 | -0/+8 |
| * | | | Document three new appapi functions. | Georg Brandl | 2010-01-14 | 1 | -2/+25 |
| * | | | Fix docs of emit_firstresult(). | Georg Brandl | 2010-01-14 | 1 | -2/+1 |
| * | | | Add the "viewcode" extension. | Georg Brandl | 2010-01-13 | 1 | -0/+19 |
| * | | | Add html-collect-pages event. | Georg Brandl | 2010-01-13 | 1 | -1/+9 |
| * | | | merge with trunk (not working perfectly yet) | Georg Brandl | 2010-01-07 | 1 | -0/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Fix bogus module prefix for template variables. | Georg Brandl | 2010-01-07 | 1 | -0/+2 |
| * | | | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -3/+7 |
| |\ \ \ | |/ / | |||||
| | * | | merge with 0.6 | Georg Brandl | 2010-01-03 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Mark code blocks as Python. | Georg Brandl | 2010-01-03 | 1 | -3/+7 |
| | * | | Add "nature" theme, as used by PIP and distribute. | Georg Brandl | 2010-01-03 | 1 | -2/+6 |
| * | | | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -0/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Added ``alt`` option to ``graphviz`` extension directives. | Georg Brandl | 2010-01-03 | 1 | -0/+6 |
| * | | | merge with trunk | Georg Brandl | 2010-01-07 | 2 | -2/+16 |
| |\ \ \ | |/ / | |||||
| | * | | Note about linkcheck builder. | Georg Brandl | 2010-01-03 | 1 | -0/+5 |
| | * | | #309: The ``graphviz`` extension can now output SVG instead of PNG | Georg Brandl | 2010-01-02 | 1 | -2/+11 |
| * | | | merge with trunk | Georg Brandl | 2010-01-02 | 3 | -18/+22 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | merge with trunk | Georg Brandl | 2009-12-28 | 1 | -1/+1 |
| | |\ \ | |||||
| | * \ \ | merge with trunk | Georg Brandl | 2009-11-09 | 1 | -0/+10 |
| | |\ \ \ | |||||
| | * | | | | Finish renaming description units to object (description)s. | Georg Brandl | 2009-10-27 | 1 | -12/+17 |
| | * | | | | merge with trunk | Georg Brandl | 2009-09-09 | 1 | -8/+17 |
| | |\ \ \ \ | |||||
| | * | | | | | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -5/+5 |
