summaryrefslogtreecommitdiff
path: root/sphinx/ext/todo.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Add add_node() support for texinfo and add handlers for nodes in our extensions.Georg Brandl2010-10-221-1/+2
|/
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵Georg Brandl2010-05-241-2/+1
| | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
* Add manual page writer.Georg Brandl2010-02-211-1/+2
|
* merge with trunkGeorg Brandl2010-02-171-6/+7
|\
| * #328: avoid "here" links in todolist.Georg Brandl2010-01-311-6/+7
| |
* | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-0/+1
| |
* | merge with trunkGeorg Brandl2010-01-071-8/+20
|\ \ | |/
| * merge with 0.6Georg Brandl2010-01-031-8/+20
| |\
| | * #286: collect todo nodes after the whole document has been read; this allows ↵Georg Brandl2010-01-031-8/+20
| | | | | | | | | | | | placing substitution references in todo items.
* | | merge with trunkGeorg Brandl2010-01-021-3/+1
|\ \ \ | |/ / |/| |
| * | More refactoring for language-independent domain support.Georg Brandl2009-09-071-3/+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.
* | | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * Happy new year!Georg Brandl2010-01-011-1/+1
| |
* | merge with 0.6Georg Brandl2009-09-031-3/+8
|\ \ | |/
| * #241: Fix a crash building LaTeX output for documents that containGeorg Brandl2009-09-031-3/+8
| | | | | | | | a todolist directive.
| * #134: fix pending_xref leftovers when using the todolist directive.Georg Brandl2009-03-271-1/+6
| |
* | Give todo source attributions a specific class.Georg Brandl2009-06-051-1/+1
| |
* | #134: fix pending_xref leftovers when using the todolist directive.Georg Brandl2009-03-271-1/+6
|/
* Convert directives in builtin extensions to class API.Georg Brandl2009-02-181-27/+48
|
* merge with mainGeorg Brandl2009-02-141-0/+3
|\
| * Fix todolist crash when no todo entry is there.Georg Brandl2009-02-121-0/+3
| |
* | Reformat to EOL80.Georg Brandl2009-01-101-2/+2
|/
* 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.
* Remove unused import.Georg Brandl2008-11-231-1/+0
|
* "todolist" has no content or arguments.Georg Brandl2008-11-231-2/+2
|
* Don't register two handlers for the same event.Georg Brandl2008-11-231-3/+0
|
* Add todo extension.Georg Brandl2008-11-091-0/+127