From 3c539bd92a93047da535dac37324abf0bcd70f10 Mon Sep 17 00:00:00 2001 From: milde Date: Tue, 12 May 2009 13:22:20 +0000 Subject: Note that local tables of content are ignored if not in a top-level section. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5943 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/ref/rst/directives.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docutils/docs/ref') diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index 69f3beac5..d82160958 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -946,6 +946,9 @@ The following options are recognized: subsections of the section in which the directive is given. If no explicit title is given, the table of contents will not be titled. + .. note:: + Local tables of content are ignored if not in a top-level section. + ``backlinks`` : "entry" or "top" or "none" Generate links from section headers back to the table of contents entries, the table of contents itself, or generate no backlinks. -- cgit v1.2.1