summaryrefslogtreecommitdiff
path: root/sphinx/directives.py
Commit message (Collapse)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
| | | | * Support parts in LaTeX output.
* 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
| | | | for a module's contents over multiple files.
* 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
| | | | and later .. image dependencies.
* 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
| | | | * The parse function for custom descitems must return the full name for x-refing.
* 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
| | | | in other languages, and with line numbers.
* * Allow registering arbitrary cross-referencing directives/roles.Georg Brandl2008-03-091-13/+44
| | | | | | | | * Allow labels anywhere, and allow giving an explicit caption in :ref: links. * Some fixes to the sphinxdoc style. * Add an option to show author information in the output. * Search user-defined templates in the order they occur in the config (thanks Nick).
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-5/+18
| | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions.
* More refactoring:Georg Brandl2008-01-271-20/+3
| | | | | | | * Move refcounting into an addon module. * Rename the extension manager to Application and use it throughout. * Fix some bugs found by pylint. * Add "ifconfig" addon.
* 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
| | | | | | - Add "changes" builder to quickly get an overview over all "versionadded/changed/deprecated" directives for a certain version - Cross-reference keywords - Fix some problems in the webapp and the latex writer
* 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
| | | | | | | - build all documents correctly, including howtos - pack ACKS content into an .. acks directive, to make it possible to render it into a comma-separated list in latex
* Continue work on the PDF builder. The documents now build and run through LaTeX.Georg Brandl2007-12-061-1/+3
| | | | Some elements are still missing though.
* Apply Tim Golden's patch from #1520, which resolves confusion betweenGeorg Brandl2007-12-031-4/+6
| | | | | file paths and relative URIs so that building on Windows is flawlessly possible.
* * Lowercase glossary termsGeorg Brandl2007-10-211-1/+2
| | | | * Consistently format None, True and False.
* Add an envvar directive too. Link from :envvar: and :option: to the relevant ↵Georg Brandl2007-10-201-8/+30
| | | | directives.
* 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 ↵Georg Brandl2007-08-151-2/+5
| | | | | | module index. Also, generate a useful "title" attribute for module crossreferences.
* Allow a leading dot in x-reference roles, marking reversed search order for ↵Georg Brandl2007-08-151-5/+11
| | | | targets.
* Add module names even to names in classes. Add a config option for that.Georg Brandl2007-08-061-13/+15
| | | | | Add a :samp: role for highlighting text inside literal code. Fix the time module docs.
* Fix a whole load of markup glitches introduced mostly by the converter.Georg Brandl2007-08-041-2/+1
| | | | Many thanks to Tim Hatch for finding them, and thanks to Emacs for making it easy to fix them :)
* 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 ↵Georg Brandl2007-08-031-2/+31
| | | | file isn't found.
* Fix all instances of bad reST generated by the converter.Georg Brandl2007-08-021-1/+0
| | | | Remove a debugging print.
* Don't interpret markup in productionlists.Georg Brandl2007-08-021-6/+23
|
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+519