From 16fedf1ab62b2c1b18505f8317d348b13467ec1f Mon Sep 17 00:00:00 2001 From: Jon Waltman Date: Wed, 12 Sep 2012 16:40:10 -0500 Subject: Remove note about sectioning limitation of the "only" directive. --- doc/markup/misc.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index 3a2ffa32..f5eaac9c 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -182,13 +182,6 @@ Including content based on tags The format of the current builder (``html``, ``latex`` or ``text``) is always set as a tag. - .. note:: - - Due to docutils' specifics of parsing of directive content, you cannot put - a section with the same level as the main document heading inside an - ``only`` directive. Such sections will appear to be ignored in the parsed - document. - .. versionadded:: 0.6 -- cgit v1.2.1