summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add lines and start-after/end-before options to literalinclude.Georg Brandl2009-01-022-19/+69
* Fix long line.Georg Brandl2009-01-011-2/+2
* Add Python license info, add parse.c source generated by Cython.Georg Brandl2009-01-015-164/+3393
* Rename "object" to "pyobject" and document it.Georg Brandl2008-12-302-2/+14
* Add "object" option to literalinclude directive.Georg Brandl2008-12-302-17/+37
* * Add a tag-finding method based on tokens.Georg Brandl2008-12-302-39/+118
* Move docstring processing to an util module.Georg Brandl2008-12-303-74/+63
* Ignore .so files.Georg Brandl2008-12-301-0/+1
* Also find attribute docs in the "other" style: docstrings after theGeorg Brandl2008-12-301-14/+61
* First iteration of an autodoc that handles attribute documentation.Georg Brandl2008-12-302-23/+59
* Move benchmark into __main__ block.Georg Brandl2008-12-301-9/+9
* Some speedups in pytree.Georg Brandl2008-12-302-14/+165
* Ignore grammar pickle files.Georg Brandl2008-12-291-0/+1
* Another fix for DEDENT/INDENT handling.Georg Brandl2008-12-293-3/+5
* Fix handling of INDENT/DEDENT tokens.Georg Brandl2008-12-292-11/+31
* Improve error handling.Georg Brandl2008-12-291-18/+33
* Add comment.Georg Brandl2008-12-291-0/+1
* Cleanup; add scoping to ClassAttrVisitor.Georg Brandl2008-12-292-36/+31
* Add pgen2 and custom utilities.Georg Brandl2008-12-2911-0/+2044
* fix whitespace glitchgbrandl2008-12-291-1/+1
* New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-2910-11/+310
* Close #23: Added a ``classmethod`` directive along with ``method``Georg Brandl2008-12-296-20/+83
* Fix #46: allow linking to special labels via :ref:`abc <genindex>`.Georg Brandl2008-12-281-3/+7
* Update translation catalogs.Georg Brandl2008-12-2812-1405/+1481
* Some fixes and changelog entry after switch to Jinja2.Georg Brandl2008-12-285-21/+22
* merge in http://www.bitbucket.org/lunar/sphinx-jinja2/Georg Brandl2008-12-286-12/+100
|\
| * Merge with http://bitbucket.org/birkenfeld/sphinxSebastian Wiesner2008-12-236-12/+100
| |\
| | * Fix name error in templateSebastian Wiesner2008-12-171-1/+1
| | * Automated merge with http://www.bitbucket.org/birkenfeld/sphinx/Sebastian Wiesner2008-12-166-11/+99
| | |\
| | | * Merge with http://www.bitbucket.org/birkenfeld/sphinx/Sebastian Wiesner2008-12-076-11/+99
| | | |\
| | | | * Automated merge with http://bitbucket.org/birkenfeld/sphinxSebastian Wiesner2008-11-276-11/+99
| | | | |\
| | | | | * Fixed markup escaping issueSebastian Wiesner2008-11-271-1/+1
| | | | | * Automated merge with https://bitbucket.org/birkenfeld/sphinxSebastian Wiesner2008-11-2313-59/+110
| | | | | |\
| | | | | * | Fixed syntax error in setup.pySebastian Wiesner2008-11-201-1/+1
| | | | | * | Fixed encoding issue in pngmath hashingSebastian Wiesner2008-11-201-1/+1
| | | | | * | Switched templating to jinja2Sebastian Wiesner2008-11-206-11/+99
* | | | | | | Fix #6: Don't generate redundant ``<ul>`` for top-level TOC treeGeorg Brandl2008-12-282-3/+13
* | | | | | | mergeGeorg Brandl2008-12-2881-1811/+3025
|\ \ \ \ \ \ \
| * | | | | | | Close #4: Added a ``:download:`` role that marks a non-document fileGeorg Brandl2008-12-2813-32/+147
| * | | | | | | Fix #77: If a description environment with info field list onlyGeorg Brandl2008-12-282-6/+18
| * | | | | | | Due to popular demand, added a ``:doc:`` role which directlyGeorg Brandl2008-12-286-4/+56
| * | | | | | | Fix test_autodoc after return annotation change.Georg Brandl2008-12-281-3/+3
| * | | | | | | Factor out docname path joining into an utility function.Georg Brandl2008-12-282-5/+9
| * | | | | | | use stacklevel=2 for easier debuggingBenjamin Peterson2008-12-271-1/+1
| * | | | | | | Add MapServer.Georg Brandl2008-12-271-0/+1
| * | | | | | | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-2760-89/+85
| * | | | | | | Cosmetic changes.Georg Brandl2008-12-261-4/+2
| * | | | | | | Improve builder docs a bit.Georg Brandl2008-12-262-7/+29
| * | | | | | | Don't require init() method in builders.Georg Brandl2008-12-261-1/+1
| * | | | | | | Change the way to handle return annotations a bit.Georg Brandl2008-12-256-13/+36