summaryrefslogtreecommitdiff
path: root/sphinx/directives/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Closes #1198: Allow "image" for the "figwidth" option of the :rst:dir:`figure...Georg Brandl2014-01-121-10/+0
* fix oversight in last commitGeorg Brandl2014-01-111-5/+6
* Closes #1085: Fix current classname not getting set if class description has ...Georg Brandl2014-01-111-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix backslash replacement regex.Georg Brandl2011-01-081-2/+2
* New year update.Georg Brandl2011-01-041-1/+1
* Fix handling of doc field types for different directive types.Georg Brandl2010-08-141-1/+0
* Allow breaking long signatures, continuing with backlash-escaped newlines.Georg Brandl2010-08-051-2/+5
* Fixed: default-domain directive has to return a list of nodesSebastian Wiesner2010-04-111-0/+1
* More doc.Georg Brandl2010-03-011-0/+6
* Add some more docstring content.Georg Brandl2010-02-271-2/+21
* Remove Python-specific option from general directive.Georg Brandl2010-02-271-1/+0
* Add missing docstring, add missing object types for Python domain.Georg Brandl2010-01-171-1/+7
* Rename doc_read_data to temp_data, which reflects better what it does.Georg Brandl2010-01-171-3/+3
* Finish new doc field handling implementation.Georg Brandl2010-01-171-310/+5
* First step toward better handling of doc fields.Georg Brandl2010-01-151-3/+180
* Rename parse_signature() to handle_signature(); allows more to happen. Recor...Georg Brandl2010-01-131-3/+5
* Add some XXXes... sigh.Georg Brandl2010-01-081-0/+2
* merge with trunkGeorg Brandl2010-01-021-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | Remove docutils 0.4 support.Georg Brandl2009-10-271-5/+4
* | Refactor directive/role lookup from domains a bit to avoid code duplication.Georg Brandl2009-09-121-1/+1
* | fix bugs.Georg Brandl2009-09-101-0/+2
* | Add test cases for intersphinx, and fix it to work with objtypes.Georg Brandl2009-09-091-1/+1
* | Remove almost empty sphinx.directives.desc module.Georg Brandl2009-09-071-1/+265
|/
* #96: The LaTeX builder now supports figures wrapped by text, when using the `...Georg Brandl2009-02-211-0/+13
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* Split directives into a subpackage.georg.brandl2008-05-041-0/+14