Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | merge with trunk | Georg Brandl | 2009-09-03 | 1 | -2/+3 | |
| |\ \ | ||||||
| * | | | Add more tests for markup. | Georg Brandl | 2009-08-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | merge with 0.6 | Georg Brandl | 2009-08-05 | 1 | -1/+2 | |
| |\ \ \ | ||||||
| * | | | | With a few disabled features (see XXX), the test suite runs again. | Georg Brandl | 2009-07-13 | 1 | -71/+0 | |
| | | | | | ||||||
* | | | | | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | merge with 0.6 | Georg Brandl | 2009-12-30 | 1 | -1/+3 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| * | | | #308: allow "double" as alias for "pair" in index entries. | Georg Brandl | 2009-12-30 | 1 | -1/+3 | |
| | |/ | |/| | ||||||
* | | | Simplify explicit title matching. | Georg Brandl | 2009-08-11 | 1 | -2/+3 | |
| | | | ||||||
* | | | merge pre-domain state with tip from 0.6 | Georg Brandl | 2009-08-06 | 1 | -1/+2 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Section titles are now allowed inside ``only`` directives. | Georg Brandl | 2009-08-04 | 1 | -1/+2 | |
| | | ||||||
* | | merge with 0.6 | Georg Brandl | 2009-06-16 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | #167: Make glossary sorting case-independent. | Georg Brandl | 2009-06-16 | 1 | -1/+1 | |
| | | ||||||
* | | Added ``titlesonly`` option to ``toctree`` directive. | Georg Brandl | 2009-06-15 | 1 | -0/+2 | |
|/ | ||||||
* | #123: The ``glossary`` directive now supports a ``:sorted:`` | Georg Brandl | 2009-03-15 | 1 | -2/+11 | |
| | | | | flag that sorts glossary entries alphabetically. | |||||
* | Add two comments. | Georg Brandl | 2009-03-04 | 1 | -0/+2 | |
| | ||||||
* | #10: implement HTML section numbering. | Georg Brandl | 2009-02-22 | 1 | -0/+2 | |
| | ||||||
* | Only move module targets that really come from module directives. | Georg Brandl | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | Fix. | Georg Brandl | 2009-02-19 | 1 | -1/+1 | |
| | ||||||
* | Restore docutils 0.4 compatibility. | Georg Brandl | 2009-02-19 | 1 | -20/+20 | |
| | ||||||
* | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -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 Brandl | 2009-02-18 | 1 | -391/+491 | |
| | | | | is easier to subclass. | |||||
* | Allow "self" in toctrees, as a reference to the document containing the ↵ | Georg Brandl | 2009-02-17 | 1 | -1/+2 | |
| | | | | directive. | |||||
* | merge with main | Georg Brandl | 2009-02-14 | 1 | -3/+7 | |
|\ | ||||||
| * | Make it more probable for docutils to report the correct source | Georg Brandl | 2009-02-14 | 1 | -0/+4 | |
| | | | | | | | | for content generated by autodoc. | |||||
| * | Patch from Stefan Seefeld: make local toctree collapsible. | Georg Brandl | 2009-02-07 | 1 | -2/+2 | |
| | | ||||||
| * | Use full path in new toctree entries. | Georg Brandl | 2009-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | merge with trunk | Georg Brandl | 2009-01-26 | 1 | -5/+14 | |
|\ \ | |/ | ||||||
| * | Added a toctree variable to the templates, and the ability to | Georg Brandl | 2009-01-26 | 1 | -5/+14 | |
| | | | | | | | | | | | | include external links in toctrees. Patch by Stefan Seefeld. | |||||
* | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -16/+20 | |
|/ | ||||||
* | Close #52: There is now a ``hlist`` directive, creating a compact | Georg Brandl | 2009-01-04 | 1 | -0/+28 | |
| | | | | list by placing distributing items into multiple columns. | |||||
* | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | | Factor out docname path joining into an utility function. | Georg Brandl | 2008-12-28 | 1 | -5/+3 | |
| | | ||||||
* | | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | The ``toctree`` directive now supports a ``:hidden:`` flag, | Georg Brandl | 2008-12-20 | 1 | -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 Brandl | 2008-11-30 | 1 | -1/+4 | |
| | ||||||
* | #14: allow distinct programs for cmdoption directive. | Georg Brandl | 2008-11-09 | 1 | -2/+15 | |
| | ||||||
* | Allow empty seealso directive, and don't join all paragraphs in admonitions, | Georg Brandl | 2008-11-07 | 1 | -1/+2 | |
| | | | | only the first with the title. | |||||
* | Restore API compatibility for make_admonition. | Georg Brandl | 2008-11-06 | 1 | -3/+3 | |
| | ||||||
* | #21: allow short form for seealso arguments. | Georg Brandl | 2008-11-04 | 1 | -3/+8 | |
| | ||||||
* | Index quick fix. | Georg Brandl | 2008-08-17 | 1 | -1/+1 | |
| | ||||||
* | Simplify index entry handling. | Georg Brandl | 2008-08-11 | 1 | -6/+0 | |
| | ||||||
* | * Add more generated text to the automatic translation. | Georg Brandl | 2008-08-10 | 1 | -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 Brandl | 2008-08-07 | 1 | -0/+5 | |
| | ||||||
* | Merged revisions 65138,65145-65146,65268-65273 via svnmerge from | Georg Brandl | 2008-07-29 | 1 | -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 from | Georg Brandl | 2008-07-05 | 1 | -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 from | Georg Brandl | 2008-07-04 | 1 | -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 Brandl | 2008-05-24 | 1 | -0/+16 | |
| | ||||||
* | Split directives into a subpackage. | Georg Brandl | 2008-05-04 | 1 | -0/+355 | |