Commit message (Collapse) | 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 |
| | | | | * Support parts in LaTeX output. | ||||
* | 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 |
| | | | | for a module's contents over multiple files. | ||||
* | 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 |
| | | | | and later .. image dependencies. | ||||
* | 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 |
| | | | | * The parse function for custom descitems must return the full name for x-refing. | ||||
* | 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 |
| | | | | in other languages, and with line numbers. | ||||
* | * Allow registering arbitrary cross-referencing directives/roles. | Georg Brandl | 2008-03-09 | 1 | -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 extensions | Georg Brandl | 2008-02-01 | 1 | -5/+18 |
| | | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions. | ||||
* | More refactoring: | Georg Brandl | 2008-01-27 | 1 | -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 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 |
| | | | | | | - 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 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 |
| | | | | | | | - 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 Brandl | 2007-12-06 | 1 | -1/+3 |
| | | | | Some elements are still missing though. | ||||
* | Apply Tim Golden's patch from #1520, which resolves confusion between | Georg Brandl | 2007-12-03 | 1 | -4/+6 |
| | | | | | file paths and relative URIs so that building on Windows is flawlessly possible. | ||||
* | * Lowercase glossary terms | Georg Brandl | 2007-10-21 | 1 | -1/+2 |
| | | | | * Consistently format None, True and False. | ||||
* | Add an envvar directive too. Link from :envvar: and :option: to the relevant ↵ | Georg Brandl | 2007-10-20 | 1 | -8/+30 |
| | | | | directives. | ||||
* | 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 ↵ | Georg Brandl | 2007-08-15 | 1 | -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 Brandl | 2007-08-15 | 1 | -5/+11 |
| | | | | targets. | ||||
* | Add module names even to names in classes. Add a config option for that. | Georg Brandl | 2007-08-06 | 1 | -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 Brandl | 2007-08-04 | 1 | -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 Brandl | 2007-08-04 | 1 | -3/+10 |
| | |||||
* | Replace .. include by a new .. literalinclude which doesn't raise if the ↵ | Georg Brandl | 2007-08-03 | 1 | -2/+31 |
| | | | | file isn't found. | ||||
* | Fix all instances of bad reST generated by the converter. | Georg Brandl | 2007-08-02 | 1 | -1/+0 |
| | | | | Remove a debugging print. | ||||
* | 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 |