summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* merge with 0.5Georg Brandl2009-02-122-17/+34
|\
| * Fix todolist crash when no todo entry is there.Georg Brandl2009-02-121-0/+3
| * Don't call LaTeX or dvipng over and over again if it was notGeorg Brandl2009-02-071-17/+31
| * Fix an unpacking error on error condition.Georg Brandl2009-02-071-1/+1
* | Fixed a bug in autodoc that caused a lot of headaches to the testsuite.mitsuhiko2009-02-061-7/+8
* | attribute documentation now overrides non attribute documentation.mitsuhiko2009-02-051-11/+19
* | Mergemitsuhiko2009-02-011-1/+12
|\ \
| * | Autodoc can document classes as functions now if explicitlymitsuhiko2009-01-171-1/+12
* | | Prevent encoding errors when filenames are non-ASCII.Georg Brandl2009-01-221-2/+5
|/ /
* | merge with 0.5Georg Brandl2009-01-134-180/+215
|\ \ | |/ |/|
| * merge in Ben's bundle with more py3k compatibilityGeorg Brandl2009-01-101-0/+2
| |\
| | * Raise PycodeError directly on parsing.Georg Brandl2009-01-101-0/+2
| * | use the py3k version of callable()Benjamin Peterson2009-01-101-1/+1
| |/
| * A few more fixes in autodoc.Georg Brandl2009-01-041-12/+15
| * Small API change.Georg Brandl2009-01-041-4/+4
| * Add new tests for the attribute feature and fix existing tests.Georg Brandl2009-01-041-66/+42
| * merge with mainGeorg Brandl2009-01-031-43/+42
| |\
| | * Move docstring processing to an util module.Georg Brandl2008-12-301-29/+1
| | * First iteration of an autodoc that handles attribute documentation.Georg Brandl2008-12-301-14/+41
| * | Merge in copyright style changes from 0.5.Georg Brandl2009-01-0311-11/+11
| |\ \ | | |/ | |/|
| * | Close #23: Added a ``classmethod`` directive along with ``method``Georg Brandl2008-12-291-15/+23
| * | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-2711-11/+11
| * | Change the way to handle return annotations a bit.Georg Brandl2008-12-251-3/+4
| * | Handle class aliases (like ``class Foo: factory = dict``) better in autodoc.Georg Brandl2008-12-251-15/+31
| * | Fix documentation of inner classes in autodoc. Messy!Georg Brandl2008-12-231-47/+68
| * | Merge in #67 bugfix.Georg Brandl2008-12-154-11/+20
| |\ \
| | * \ Automated merge with file:///home/gbr/devel/sphinx0.5Georg Brandl2008-12-151-4/+6
| | |\ \
| | * | | The ``autodoc_skip_member`` event now also gets to decideGeorg Brandl2008-12-151-6/+7
| | * | | Merge in 0.5 bugfixes.Georg Brandl2008-12-153-5/+13
| | |\ \ \
| | | * | | Add "doctest_global_setup" conf val.Georg Brandl2008-12-151-2/+10
| | | * | | Merge in two bugfixes.Georg Brandl2008-12-102-7/+7
| | | |\ \ \
| | | * \ \ \ Automated merge with file:///home/gbr/devel/sphinx0.5Georg Brandl2008-12-073-3/+3
| | | |\ \ \ \
| | | | * | | | Fix #64: import error in intersphinx.Georg Brandl2008-12-051-1/+1
| | | | * | | | Some more fixes after the great renaming.Georg Brandl2008-11-292-2/+2
| | | | * | | | Move builders and writers into new packages.Georg Brandl2008-11-291-1/+1
* | | | | | | | Remove debugging print.Georg Brandl2009-01-111-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-0311-22/+22
|/ / / / / /
* | | | | | Fix #67: Output warnings about failed doctests in the doctest extensionGeorg Brandl2008-12-151-2/+11
* | | | | | Remove duplicate warning.Georg Brandl2008-12-151-2/+0
| |_|_|_|/ |/| | | |
* | | | | * #72: In pngmath, make it possible to give a full path to LaTeX andGeorg Brandl2008-12-151-4/+6
|/ / / /
* | | | Fix two issues with non-ASCII characters being written to byte streams.Georg Brandl2008-12-151-1/+3
* | | | Warn if doctest blocks don't contain code.Georg Brandl2008-12-151-2/+6
| |_|/ |/| |
* | | #65: Store depth information in PNG images themselves.Georg Brandl2008-12-101-7/+4
* | | Fix automethod outside class context.Georg Brandl2008-12-091-0/+3
|/ /
* | Fix autoclass_content = "both" bug.Georg Brandl2008-12-071-1/+1
|/
* Remove unused import.Georg Brandl2008-11-231-1/+0
* "todolist" has no content or arguments.Georg Brandl2008-11-231-2/+2
* Don't register two handlers for the same event.Georg Brandl2008-11-231-3/+0
* Use regular system message node for warning about latex failures.Georg Brandl2008-11-221-19/+8
* sphinx.ext.pngmath: make Latex errors non-fatal for HTML outputPauli Virtanen2008-11-201-2/+27