summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Actually use the doctest_path setting.0.1.61611georg.brandl2008-03-211-2/+3
* Give the env to custom descitem parse functions.georg.brandl2008-03-211-1/+1
* * Allow the ~ prefix on module xrefs.georg.brandl2008-03-212-6/+8
* Add the doctest extension. It provides a builder that runsgeorg.brandl2008-03-212-1/+282
* * Support \classdescni.georg.brandl2008-03-192-3/+13
* Ignore MemoryError while parsing Python source with Python 2.4georg.brandl2008-03-191-1/+8
* Return an exit status != 0 on error.georg.brandl2008-03-191-3/+6
* Make it possible to deactivate the module index.georg.brandl2008-03-186-50/+65
* Add doc Makefile.georg.brandl2008-03-181-0/+66
* Move macro containing blocks to correct file.georg.brandl2008-03-183-27/+29
* Remove debugging remnant.georg.brandl2008-03-181-1/+0
* Add new README, adapt setup.py.georg.brandl2008-03-183-4/+64
* Move converter to its own dir.georg.brandl2008-03-1828-5026/+0
* Move converter to its own dir.georg.brandl2008-03-181-25/+0
* Improve handling of exceptions.georg.brandl2008-03-183-20/+66
* Support creating a Makefile in quickstart.georg.brandl2008-03-183-5/+90
* Fill in some XXXs.georg.brandl2008-03-184-12/+59
* Add search styles to sphinxdoc style.georg.brandl2008-03-181-0/+26
* Fix searchtools JS.georg.brandl2008-03-181-3/+4
* Fix search template block name.georg.brandl2008-03-181-1/+1
* Add a para about sphinx <-> epydoc.georg.brandl2008-03-181-0/+5
* * Define __file__ during conf.py execution.georg.brandl2008-03-163-5/+6
* Some pylint fixes.georg.brandl2008-03-168-9/+6
* Remove obsolete documents.georg.brandl2008-03-162-245/+0
* Make the sphinxdoc layout work with IE.georg.brandl2008-03-166-121/+103
* sphinx.web is currently broken.georg.brandl2008-03-161-0/+3
* Fix internal link.georg.brandl2008-03-162-1/+3
* Update documentation, add more content.georg.brandl2008-03-1614-166/+353
* Enable :role:`title <target>` syntax for all xref role types.georg.brandl2008-03-161-32/+32
* Fix autodoc for some conditions where env.autodoc_* is not set.georg.brandl2008-03-161-3/+3
* Don't warn for unknown keywords. Give Python refs a link title.georg.brandl2008-03-161-1/+2
* Add language and linenos options to literalinclude directive.georg.brandl2008-03-163-0/+8
* Expand the markup chapter a bit.georg.brandl2008-03-1510-838/+896
* Make the linkchecker output usable with Emacs' grep-mode.georg.brandl2008-03-151-2/+2
* Move link checker to its own file. Use different user-agent to enable Wikiped...georg.brandl2008-03-142-105/+126
* Add documentation for autodoc.georg.brandl2008-03-142-1/+96
* Add first version of sphinx.ext.autodoc that generates documentation from doc...georg.brandl2008-03-143-6/+230
* Fix behavior for .. method directives inside a .. class.georg.brandl2008-03-141-1/+3
* Correctly handle doctest blocks in HTML writer.georg.brandl2008-03-141-0/+3
* Another typo.georg.brandl2008-03-141-1/+1
* Fix typo.georg.brandl2008-03-141-1/+1
* Some more documentation.georg.brandl2008-03-1210-87/+324
* Template dirs are relative to the root.georg.brandl2008-03-122-5/+10
* Actually use the Python repository's revision number.georg.brandl2008-03-091-1/+1
* First pass at Sphinx documentation. Most of it still needs to be written :)georg.brandl2008-03-0916-0/+1697
* Some miscellaneous fixes.georg.brandl2008-03-094-16/+23
* A leading '~' in a object cross-reference hides the module part.georg.brandl2008-03-091-7/+16
* Actually honor the "title" value in latex_documents, if present.georg.brandl2008-03-092-2/+5
* Add code-block directive, to simplify integrating snippetsgeorg.brandl2008-03-096-16/+100
* * Allow registering arbitrary cross-referencing directives/roles.georg.brandl2008-03-099-58/+195