Add pointer to `toctree()` in FAQ.

This commit is contained in:
Georg Brandl
2009-09-09 15:43:58 +02:00
parent 023cae4e47
commit eff5270219
+4
View File
@@ -19,6 +19,10 @@ How do I...
... add global substitutions or includes?
Add them in the :confval:`rst_epilog` config value.
... display the whole TOC tree in the sidebar?
Use the :data:`toctree` callable in a custom layout template, probably in the
``sidebartoc`` block.
... write my own extension?
See the :ref:`extension tutorial <exttut>`.