summaryrefslogtreecommitdiff
path: root/sphinx/addnodes.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove `termset` node. It is not used anywhere. Restore `termsep` node and ↵shimizukawa2016-02-141-2/+13
| | | | set as Deprecation. refs #2251
* Now term nodes in a glossary directive are wrapped with termset node to ↵shimizukawa2016-02-141-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 KOMIYA2016-01-171-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 Brandl2016-01-141-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Support :numref: in LaTeX writertk0miya2014-10-011-0/+4
| |
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-0/+28
| |
* | merge with stableGeorg Brandl2014-09-171-1/+1
|\ \ | |/
| * Closes #1568: since "centered" directly contains text children, it should be ↵Georg Brandl2014-09-171-1/+1
| | | | | | | | a TextElement.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Closes #1174: Fix smart quotes being applied inside roles like ↵Georg Brandl2014-01-121-0/+5
|/ | | | :rst:role:`program` or :rst:role:`makevar`.
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* #586: Implemented improved glossary markup which allows multiple terms per ↵Georg Brandl2011-01-061-0/+3
| | | | definition.
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Add node docstrings, remove duplication of class names.Georg Brandl2010-08-221-65/+130
|/
* Get rid of the "module" node.Georg Brandl2010-02-201-3/+0
|
* merge with trunkGeorg Brandl2010-01-021-1/+1
|\
| * Finish renaming description units to object (description)s.Georg Brandl2009-10-271-1/+1
| |
| * More refactoring for language-independent domain support.Georg Brandl2009-09-071-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 Brandl2010-01-011-1/+1
|/
* Fix cross-reference roles when put into substitutions.Georg Brandl2009-04-281-1/+1
|
* #114: Added an ``abbr`` role to markup abbreviations and acronyms.Georg Brandl2009-03-051-1/+5
|
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-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 compactGeorg Brandl2009-01-041-1/+5
| | | | list by placing distributing items into multiple columns.
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-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 fileGeorg Brandl2008-12-281-2/+5
| | | | | | | | for inclusion into the HTML output and links to it.
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
| |
* | Change the way to handle return annotations a bit.Georg Brandl2008-12-251-2/+7
|/
* Support <meta> tags via meta directive.Georg Brandl2008-10-181-1/+4
|
* Add static method support.Georg Brandl2008-06-231-1/+3
|
* Rename node class desc_classname to desc_addname, whichGeorg Brandl2008-06-181-4/+15
| | | | fits its many usages much better.
* * New LaTeX table handling.Georg Brandl2008-05-031-2/+8
| | | | * Support parts in LaTeX output.
* More refactoring:Georg Brandl2008-01-271-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 Brandl2008-01-161-0/+2
|
* Update copyright years and change license to BSD.Georg Brandl2008-01-111-2/+2
|
* Several improvements to the latex builder.Georg Brandl2007-12-161-1/+4
|
* - rename webify/unwebify to canonical/os_pathGeorg Brandl2007-12-071-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 Brandl2007-12-061-3/+8
| | | | Some elements are still missing though.
* Add glossary directive and :term: role for crossreferencing into the glossary.Georg Brandl2007-08-171-1/+5
|
* Only highlight snippets as Python if they can be parsed as Python.Georg Brandl2007-08-041-1/+1
|
* Don't mangle "--" in option names.Georg Brandl2007-08-041-0/+3
|
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+58