summaryrefslogtreecommitdiff
path: root/doc/markup/toctree.rst
Commit message (Collapse)AuthorAgeFilesLines
* Closes #1071: add mention of "orphan" to toctree docsGeorg Brandl2014-01-191-2/+6
|
* doc: make it more prominent that sub-toctrees shouldnt get :numbered:Georg Brandl2014-01-111-2/+2
| | | | Should be enforced programmatically at some point!
* recommend exclude_patterns instead of unused_docs or exclude_treesEric Knibbe2013-12-171-3/+2
|
* Add warning for unusual chars in filenames. Closes #1199Roland Meister2013-08-101-0/+10
|
* Add includehidden option to the toctree directiveRoland Meister2013-01-061-0/+14
| | | | | | This option is equivalent to the includehidden option of the template function toctree() and allows to restore to the toctree behaviour prior to version 1.1. See also bug #790.
* Merge with 1.0Georg Brandl2011-09-231-1/+13
|\
| * #460: Allow limiting the depth of section numbers for HTML.Georg Brandl2010-08-251-1/+13
| |
* | Add note about inclusion with the "include" directive.Georg Brandl2011-09-231-0/+5
|/
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-1/+1
| | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too.
* Explain absolute paths in toctree.Georg Brandl2010-05-301-3/+4
|
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-4/+4
|
* Add some domain documentation.Georg Brandl2010-03-011-1/+2
|
* Begin the Great Refactoring of the docs.Georg Brandl2010-02-281-0/+176
* Move sphinx-build option description from intro to a new document. * Move toctree information to a new document in markup/. * Add a tutorial document placed after intro. Begin filling it in.