summaryrefslogtreecommitdiff
path: root/sphinx/directives
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/
* Reintroduce env.note_versionchange().Georg Brandl2010-07-231-6/+1
* Do not use normpath when not necessary.Georg Brandl2010-07-231-1/+1
* merge with 0.6Georg Brandl2010-06-054-1024/+251
|\
| * The ``include`` directive now supports absolute paths, which are interpreted ...Georg Brandl2010-05-301-0/+19
| * merge with 0.6Georg Brandl2010-05-224-1025/+233
| |\
| | * Fixed: default-domain directive has to return a list of nodesSebastian Wiesner2010-04-111-0/+1
| | * Add some domain documentation.Georg Brandl2010-03-011-0/+3
| | * More doc.Georg Brandl2010-03-011-0/+6
| | * Re-export docutils .. class:: as .. rst-class:: and un-document .. cssclass::.Georg Brandl2010-02-281-1/+3
| | * Add some more docstring content.Georg Brandl2010-02-271-2/+21
| | * Remove Python-specific option from general directive.Georg Brandl2010-02-271-1/+0
| | * merge with trunkGeorg Brandl2010-02-171-2/+2
| | |\
| | | * merge with 0.6Georg Brandl2010-02-072-4/+22
| | | |\
| | * | | 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-172-6/+6
| | * | | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+1
| | * | | merge with trunkGeorg Brandl2010-01-171-5/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Refactor util package.Georg Brandl2010-01-171-2/+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
| | * | | Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-1/+2
| | * | | merge with trunkGeorg Brandl2010-01-084-1017/+299
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Add some XXXes... sigh.Georg Brandl2010-01-081-0/+2
| | | * | merge with trunkGeorg Brandl2010-01-074-1017/+297
| | | |\ \
| | | | * \ merge with trunkGeorg Brandl2010-01-023-3/+3
| | | | |\ \
| | | | * \ \ merge with trunkGeorg Brandl2009-12-311-1/+3
| | | | |\ \ \
| | | | * | | | Remove docutils 0.4 support.Georg Brandl2009-10-273-39/+27
| | | | * | | | Remove env.note_versionchange().Georg Brandl2009-09-121-2/+5
| | | | * | | | 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-072-277/+265
| | | | * | | | More refactoring for language-independent domain support.Georg Brandl2009-09-072-268/+20
| | | | * | | | merge with trunkGeorg Brandl2009-09-031-2/+3
| | | | |\ \ \ \
| | | | * \ \ \ \ merge with trunkGeorg Brandl2009-08-092-496/+43
| | | | |\ \ \ \ \
| | | | | * | | | | Add more tests for markup.Georg Brandl2009-08-091-1/+1
| | | | | * | | | | Fix remaining uses of xfileref_role.Georg Brandl2009-08-091-2/+2
| | | | | * | | | | merge with 0.6Georg Brandl2009-08-053-494/+52
| | | | | |\ \ \ \ \
| | | | | | * | | | | With a few disabled features (see XXX), the test suite runs again.Georg Brandl2009-07-132-73/+4
| | | | | | * | | | | Make domains instances, which have factory methods for their roles and direct...Georg Brandl2009-07-131-1/+2
| | | | | | * | | | | Move domain-specific code around a bit; builtin domains are now completely in...Georg Brandl2009-07-051-414/+0
| | | | | | * | | | | Use a new "lazy" gettext function instead of using dummy _() to help text ext...Georg Brandl2009-07-031-26/+21
| | | | | | * | | | | Introduce "domains".Georg Brandl2009-06-291-16/+50
| | * | | | | | | | | Added ``tab-width`` option to ``literalinclude`` directive.Georg Brandl2010-01-081-0/+3
| | |/ / / / / / / /
| | * | | | | | | | #129: Wrap toctrees in a div tag with class ``toctree-wrapper`` in HTML output.Georg Brandl2010-01-031-1/+3
| | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | merge with 0.6Georg Brandl2010-01-012-3/+15
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | merge with 0.6Georg Brandl2009-12-301-1/+3
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |