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