Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove `termset` node. It is not used anywhere. Restore `termsep` node and ↵ | shimizukawa | 2016-02-14 | 1 | -2/+13 | |
| | | | | set as Deprecation. refs #2251 | |||||
* | Now term nodes in a glossary directive are wrapped with termset node to ↵ | shimizukawa | 2016-02-14 | 1 | -2/+2 | |
| | | | | | | handle multiple term correctly. Fix #2251; Line breaks in .rst files are transferred to .pot files in a wrong way. | |||||
* | Fix #2060: ``:manpage:`` role uses incorrect style (node) | Takeshi KOMIYA | 2016-01-17 | 1 | -0/+4 | |
| | | | | | It should be use bold style to reference man pages in man format. On other formats, it is still represented as emphasis. | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Support :numref: in LaTeX writer | tk0miya | 2014-10-01 | 1 | -0/+4 | |
| | | ||||||
* | | Minor PEP8 cleanup. | Georg Brandl | 2014-09-21 | 1 | -0/+28 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-09-17 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Closes #1568: since "centered" directly contains text children, it should be ↵ | Georg Brandl | 2014-09-17 | 1 | -1/+1 | |
| | | | | | | | | a TextElement. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Closes #1174: Fix smart quotes being applied inside roles like ↵ | Georg Brandl | 2014-01-12 | 1 | -0/+5 | |
|/ | | | | :rst:role:`program` or :rst:role:`makevar`. | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | #586: Implemented improved glossary markup which allows multiple terms per ↵ | Georg Brandl | 2011-01-06 | 1 | -0/+3 | |
| | | | | definition. | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add node docstrings, remove duplication of class names. | Georg Brandl | 2010-08-22 | 1 | -65/+130 | |
|/ | ||||||
* | Get rid of the "module" node. | Georg Brandl | 2010-02-20 | 1 | -3/+0 | |
| | ||||||
* | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -1/+1 | |
|\ | ||||||
| * | Finish renaming description units to object (description)s. | Georg Brandl | 2009-10-27 | 1 | -1/+1 | |
| | | ||||||
| * | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again. | |||||
* | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|/ | ||||||
* | Fix cross-reference roles when put into substitutions. | Georg Brandl | 2009-04-28 | 1 | -1/+1 | |
| | ||||||
* | #114: Added an ``abbr`` role to markup abbreviations and acronyms. | Georg Brandl | 2009-03-05 | 1 | -1/+5 | |
| | ||||||
* | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -0/+3 | |
| | | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag. | |||||
* | Close #52: There is now a ``hlist`` directive, creating a compact | Georg Brandl | 2009-01-04 | 1 | -1/+5 | |
| | | | | list by placing distributing items into multiple columns. | |||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | | Close #4: Added a ``:download:`` role that marks a non-document file | Georg Brandl | 2008-12-28 | 1 | -2/+5 | |
| | | | | | | | | for inclusion into the HTML output and links to it. | |||||
* | | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | Change the way to handle return annotations a bit. | Georg Brandl | 2008-12-25 | 1 | -2/+7 | |
|/ | ||||||
* | Support <meta> tags via meta directive. | Georg Brandl | 2008-10-18 | 1 | -1/+4 | |
| | ||||||
* | Add static method support. | Georg Brandl | 2008-06-23 | 1 | -1/+3 | |
| | ||||||
* | Rename node class desc_classname to desc_addname, which | Georg Brandl | 2008-06-18 | 1 | -4/+15 | |
| | | | | fits its many usages much better. | |||||
* | * New LaTeX table handling. | Georg Brandl | 2008-05-03 | 1 | -2/+8 | |
| | | | | * Support parts in LaTeX output. | |||||
* | More refactoring: | Georg Brandl | 2008-01-27 | 1 | -3/+0 | |
| | | | | | | | * 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. | |||||
* | A few refactorings in Sphinx. | Georg Brandl | 2008-01-16 | 1 | -0/+2 | |
| | ||||||
* | Update copyright years and change license to BSD. | Georg Brandl | 2008-01-11 | 1 | -2/+2 | |
| | ||||||
* | Several improvements to the latex builder. | Georg Brandl | 2007-12-16 | 1 | -1/+4 | |
| | ||||||
* | - rename webify/unwebify to canonical/os_path | Georg Brandl | 2007-12-07 | 1 | -1/+4 | |
| | | | | | | | - 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 | -3/+8 | |
| | | | | Some elements are still missing though. | |||||
* | Add glossary directive and :term: role for crossreferencing into the glossary. | Georg Brandl | 2007-08-17 | 1 | -1/+5 | |
| | ||||||
* | Only highlight snippets as Python if they can be parsed as Python. | Georg Brandl | 2007-08-04 | 1 | -1/+1 | |
| | ||||||
* | Don't mangle "--" in option names. | Georg Brandl | 2007-08-04 | 1 | -0/+3 | |
| | ||||||
* | Initial import of the doc tools. | Georg Brandl | 2007-07-23 | 1 | -0/+58 | |