summaryrefslogtreecommitdiff
path: root/doc/templating.rst
Commit message (Collapse)AuthorAgeFilesLines
* Closes #983: clarify "docstitle" behavior with singlehtmlGeorg Brandl2014-01-111-1/+2
|
* Bug #1047: templating toctree()'s includehidden argumentRoland Meister2012-12-101-0/+3
| | | | | Document the includehidden option and give it sane defaults. See bug #1047 for implementation alternatives.
* Closes #658: fix error in script_files example and document css_files.Georg Brandl2011-05-151-1/+5
|
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-6/+6
| | | | | #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.
* Mention type of "meta".Georg Brandl2010-06-141-1/+1
|
* The ``toctree`` callable in templates now accepts a ``titles_only`` keyword ↵Georg Brandl2010-05-301-0/+3
| | | | argument.
* Make the concept of "module index" generalized to domains. As a ↵Georg Brandl2010-02-201-3/+3
| | | | side-effect, the latex modindex is no longer generated by LaTeX.
* merge with trunk (and remove debugging leftover from test layout.html template)Georg Brandl2010-01-071-3/+16
|\
| * Fix compatibility with blocks in the old sidebar scheme: blocks cannot be ↵Georg Brandl2010-01-071-3/+16
| | | | | | | | used in included templates. Deprecate the blocks accordingly.
* | merge with trunkGeorg Brandl2009-12-281-2/+7
|\ \ | |/ |/|
| * The ``toctree()`` callable in templates now has a ``maxdepth``Georg Brandl2009-09-091-2/+7
| | | | | | | | | | | | keyword argument to control the depth of the generated tree. Also add tests for that callable.
* | Fix typo.Georg Brandl2009-12-011-2/+2
|/
* Make "make check" happy.Georg Brandl2009-02-191-1/+1
|
* Change html_collapse_toctree setting to an argument of the toctree() callable.Georg Brandl2009-02-161-1/+2
|
* More templating docs.Georg Brandl2009-02-151-38/+145
|
* Added a toctree variable to the templates, and the ability toGeorg Brandl2009-01-261-2/+21
| | | | | | include external links in toctrees. Patch by Stefan Seefeld.
* Add sidebarsourcelink block.Georg Brandl2008-12-201-0/+4
|
* Some more fixes after the great renaming.Georg Brandl2008-11-291-2/+2
|
* Rename rellinks to linktags.georg.brandl2008-09-241-6/+6
|
* Add logo options, add blocks to sidebar.georg.brandl2008-04-271-0/+14
|
* Fix markup.georg.brandl2008-04-271-1/+1
|
* Review templating docs.georg.brandl2008-04-271-69/+85
|
* simplified layout template a bit, working on templating documentationarmin.ronacher2008-04-271-9/+171
|
* Add new templating API, remove Jinja external and add it to setup.py ↵georg.brandl2008-04-131-1/+7
| | | | dependencies.
* Expand on the pickle builder.georg.brandl2008-03-251-0/+18
|
* Rebuild all HTML files in case of a template change.georg.brandl2008-03-251-1/+1
| | | | Also, record image docnames in order to be able to delete image records from the env.
* Remove outdated info and add an XXX.georg.brandl2008-03-231-42/+1
|
* Fixes from Armin.georg.brandl2008-03-221-1/+1
|
* Some more documentation.georg.brandl2008-03-121-0/+58
|
* First pass at Sphinx documentation. Most of it still needs to be written :)georg.brandl2008-03-091-0/+4