summaryrefslogtreecommitdiff
path: root/sphinx/directives/other.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | merge with trunkGeorg Brandl2009-09-031-2/+3
| |\ \
| * | | Add more tests for markup.Georg Brandl2009-08-091-1/+1
| | | |
| * | | merge with 0.6Georg Brandl2009-08-051-1/+2
| |\ \ \
| * | | | With a few disabled features (see XXX), the test suite runs again.Georg Brandl2009-07-131-71/+0
| | | | |
* | | | | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Happy new year!Georg Brandl2010-01-011-1/+1
| | | | |
* | | | | merge with 0.6Georg Brandl2009-12-301-1/+3
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | #308: allow "double" as alias for "pair" in index entries.Georg Brandl2009-12-301-1/+3
| | |/ | |/|
* | | Simplify explicit title matching.Georg Brandl2009-08-111-2/+3
| | |
* | | merge pre-domain state with tip from 0.6Georg Brandl2009-08-061-1/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Section titles are now allowed inside ``only`` directives.Georg Brandl2009-08-041-1/+2
| |
* | merge with 0.6Georg Brandl2009-06-161-1/+1
|\ \ | |/
| * #167: Make glossary sorting case-independent.Georg Brandl2009-06-161-1/+1
| |
* | Added ``titlesonly`` option to ``toctree`` directive.Georg Brandl2009-06-151-0/+2
|/
* #123: The ``glossary`` directive now supports a ``:sorted:``Georg Brandl2009-03-151-2/+11
| | | | flag that sorts glossary entries alphabetically.
* Add two comments.Georg Brandl2009-03-041-0/+2
|
* #10: implement HTML section numbering.Georg Brandl2009-02-221-0/+2
|
* Only move module targets that really come from module directives.Georg Brandl2009-02-201-1/+1
|
* Fix.Georg Brandl2009-02-191-1/+1
|
* Restore docutils 0.4 compatibility.Georg Brandl2009-02-191-20/+20
|
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-6/+27
| | | | | | 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.
* Convert builtin directives to classes. Refactor desc_directive so that it ↵Georg Brandl2009-02-181-391/+491
| | | | is easier to subclass.
* Allow "self" in toctrees, as a reference to the document containing the ↵Georg Brandl2009-02-171-1/+2
| | | | directive.
* merge with mainGeorg Brandl2009-02-141-3/+7
|\
| * Make it more probable for docutils to report the correct sourceGeorg Brandl2009-02-141-0/+4
| | | | | | | | for content generated by autodoc.
| * Patch from Stefan Seefeld: make local toctree collapsible.Georg Brandl2009-02-071-2/+2
| |
| * Use full path in new toctree entries.Georg Brandl2009-01-261-1/+1
| |
* | merge with trunkGeorg Brandl2009-01-261-5/+14
|\ \ | |/
| * Added a toctree variable to the templates, and the ability toGeorg Brandl2009-01-261-5/+14
| | | | | | | | | | | | include external links in toctrees. Patch by Stefan Seefeld.
* | Reformat to EOL80.Georg Brandl2009-01-101-16/+20
|/
* Close #52: There is now a ``hlist`` directive, creating a compactGeorg Brandl2009-01-041-0/+28
| | | | 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.
* | Factor out docname path joining into an utility function.Georg Brandl2008-12-281-5/+3
| |
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
| |
* | The ``toctree`` directive now supports a ``:hidden:`` flag,Georg Brandl2008-12-201-2/+4
|/ | | | | | which will prevent links from being generated in place of the directive -- this allows you to define your document structure, but place the links yourself.
* Fix #60: Don't crash for invalid index entries.Georg Brandl2008-11-301-1/+4
|
* #14: allow distinct programs for cmdoption directive.Georg Brandl2008-11-091-2/+15
|
* Allow empty seealso directive, and don't join all paragraphs in admonitions,Georg Brandl2008-11-071-1/+2
| | | | only the first with the title.
* Restore API compatibility for make_admonition.Georg Brandl2008-11-061-3/+3
|
* #21: allow short form for seealso arguments.Georg Brandl2008-11-041-3/+8
|
* Index quick fix.Georg Brandl2008-08-171-1/+1
|
* Simplify index entry handling.Georg Brandl2008-08-111-6/+0
|
* * Add more generated text to the automatic translation.Georg Brandl2008-08-101-16/+28
| | | | | | | * Remove all locale-dependent text from sphinx.sty, put it into Python files to enable message extraction and translation. * Use babel in the LaTeX output. * Centralize locations for labels used in every builder.
* Add glossary entries to the index. Update TODO.Georg Brandl2008-08-071-0/+5
|
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromGeorg Brandl2008-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65138 | georg.brandl | 2008-07-19 15:42:35 +0200 (Sat, 19 Jul 2008) | 2 lines #3416: fix missing parameter. ........ r65145 | georg.brandl | 2008-07-19 20:01:25 +0200 (Sat, 19 Jul 2008) | 2 lines Now that we don't ship Jinja anymore by default the comment can go. ........ r65146 | georg.brandl | 2008-07-19 20:01:51 +0200 (Sat, 19 Jul 2008) | 2 lines Reread documents with globbed toctrees when files are removed/added. ........ r65268 | georg.brandl | 2008-07-29 10:21:33 +0200 (Tue, 29 Jul 2008) | 2 lines Fix by Markus Gritsch to place correct links to headings. ........ r65269 | georg.brandl | 2008-07-29 10:21:59 +0200 (Tue, 29 Jul 2008) | 2 lines Make the writer's settings public. ........ r65270 | georg.brandl | 2008-07-29 10:22:28 +0200 (Tue, 29 Jul 2008) | 2 lines Export test_root. ........ r65271 | georg.brandl | 2008-07-29 10:22:47 +0200 (Tue, 29 Jul 2008) | 2 lines Add a markup test. ........ r65272 | georg.brandl | 2008-07-29 10:27:19 +0200 (Tue, 29 Jul 2008) | 2 lines Bump version number. ........ r65273 | georg.brandl | 2008-07-29 11:05:37 +0200 (Tue, 29 Jul 2008) | 2 lines Correct rendering of ``samp``. ........
* Merged revisions 64714-64715,64720,64723 via svnmerge fromGeorg Brandl2008-07-051-2/+5
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64714 | georg.brandl | 2008-07-04 21:19:02 +0200 (Fri, 04 Jul 2008) | 3 lines Allow the usage of :noindex: in "automodule" directives, as documented. ........ r64715 | georg.brandl | 2008-07-04 21:30:22 +0200 (Fri, 04 Jul 2008) | 2 lines Fix the delete() docstring processor function. ........ r64720 | georg.brandl | 2008-07-05 12:04:41 +0200 (Sat, 05 Jul 2008) | 2 lines Fix warning for nonexisting images. ........ r64723 | georg.brandl | 2008-07-05 12:21:42 +0200 (Sat, 05 Jul 2008) | 2 lines Fix JS search in IE. ........
* Merged revisions 64642-64643,64698 via svnmerge fromGeorg Brandl2008-07-041-1/+4
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64642 | georg.brandl | 2008-07-01 23:02:35 +0200 (Tue, 01 Jul 2008) | 2 lines #3251: label names are case insensitive. ........ r64643 | georg.brandl | 2008-07-01 23:24:55 +0200 (Tue, 01 Jul 2008) | 2 lines Add a note about decorated functions. ........ r64698 | georg.brandl | 2008-07-04 12:21:09 +0200 (Fri, 04 Jul 2008) | 2 lines Allow setting current module to None. ........
* Provide rest "class" directive as "cssclass".Georg Brandl2008-05-241-0/+16
|
* Split directives into a subpackage.Georg Brandl2008-05-041-0/+355