summaryrefslogtreecommitdiff
path: root/sphinx/directives.py
Commit message (Expand)AuthorAgeFilesLines
* Split directives into a subpackage.Georg Brandl2008-05-041-856/+0
* Add globbing-style toctree entries.Georg Brandl2008-05-041-16/+35
* Some pylint nits.Georg Brandl2008-05-041-8/+13
* * New LaTeX table handling.Georg Brandl2008-05-031-0/+15
* Allow commas in option desc parameters.Georg Brandl2008-04-271-3/+4
* Support ``currentmodule`` directive, for docs that spread documentationGeorg Brandl2008-04-131-0/+13
* Fix class constructor signature, and class name display for members.Georg Brandl2008-04-121-1/+5
* Better error message for unknown documents in toctree.Georg Brandl2008-04-091-1/+1
* Fix :term:`title <target>`, and make giving multiple cmdoptions possible.Georg Brandl2008-04-071-7/+15
* Fix envvar index template.Georg Brandl2008-03-311-1/+1
* Allow new titles in the toctree.Georg Brandl2008-03-301-0/+8
* Support app.add_crossref_type().Georg Brandl2008-03-281-7/+43
* Strip parentheses for C function pointer type names.Georg Brandl2008-03-251-0/+5
* Support the image directive.Georg Brandl2008-03-251-1/+1
* Add a dependency system for handling .. include, .. literalincludeGeorg Brandl2008-03-251-2/+3
* Make sphinx compatible with docutils SVN snapshots.v0.1.61798Georg Brandl2008-03-231-2/+2
* Give the env to custom descitem parse functions.Georg Brandl2008-03-211-1/+1
* * Allow the ~ prefix on module xrefs.Georg Brandl2008-03-211-4/+6
* Add language and linenos options to literalinclude directive.Georg Brandl2008-03-161-0/+6
* Fix behavior for .. method directives inside a .. class.Georg Brandl2008-03-141-1/+3
* Add code-block directive, to simplify integrating snippetsGeorg Brandl2008-03-091-3/+31
* * Allow registering arbitrary cross-referencing directives/roles.Georg Brandl2008-03-091-13/+44
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-5/+18
* More refactoring:Georg Brandl2008-01-271-20/+3
* Further refactorings, add extensibility API.Georg Brandl2008-01-211-1/+1
* A few refactorings in Sphinx.Georg Brandl2008-01-161-7/+7
* Update copyright years and change license to BSD.Georg Brandl2008-01-111-2/+2
* Checkin my holiday work:Georg Brandl2007-12-291-1/+1
* Several improvements to the latex builder.Georg Brandl2007-12-161-2/+5
* Implement index entries, production lists and the glossary.Georg Brandl2007-12-161-1/+3
* - rename webify/unwebify to canonical/os_pathGeorg Brandl2007-12-071-9/+24
* Continue work on the PDF builder. The documents now build and run through LaTeX.Georg Brandl2007-12-061-1/+3
* Apply Tim Golden's patch from #1520, which resolves confusion betweenGeorg Brandl2007-12-031-4/+6
* * Lowercase glossary termsGeorg Brandl2007-10-211-1/+2
* Add an envvar directive too. Link from :envvar: and :option: to the relevant ...Georg Brandl2007-10-201-8/+30
* Add "cmdoption" directive for command-line options.Georg Brandl2007-10-201-2/+15
* Don't append module names for methods.Georg Brandl2007-09-121-5/+3
* No "quadruple" entries anymore.Georg Brandl2007-08-311-2/+2
* Add a shorthand notation for single index entries.Georg Brandl2007-08-311-6/+10
* Support backslash "escaping" in descitem signatures.Georg Brandl2007-08-301-1/+2
* Add glossary directive and :term: role for crossreferencing into the glossary.Georg Brandl2007-08-171-0/+32
* Add a way to mark deprecated modules, and show this information in the module...Georg Brandl2007-08-151-2/+5
* Allow a leading dot in x-reference roles, marking reversed search order for t...Georg Brandl2007-08-151-5/+11
* Add module names even to names in classes. Add a config option for that.Georg Brandl2007-08-061-13/+15
* Fix a whole load of markup glitches introduced mostly by the converter.Georg Brandl2007-08-041-2/+1
* Add the module name to module globals' descriptions.Georg Brandl2007-08-041-3/+10
* Replace .. include by a new .. literalinclude which doesn't raise if the file...Georg Brandl2007-08-031-2/+31
* Fix all instances of bad reST generated by the converter.Georg Brandl2007-08-021-1/+0
* Don't interpret markup in productionlists.Georg Brandl2007-08-021-6/+23
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+519