diff options
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/code.rst | 2 | ||||
-rw-r--r-- | doc/markup/desc.rst | 2 | ||||
-rw-r--r-- | doc/markup/para.rst | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/markup/code.rst b/doc/markup/code.rst index 0bf8343bb..4872d6a46 100644 --- a/doc/markup/code.rst +++ b/doc/markup/code.rst @@ -101,7 +101,7 @@ Includes The directive also supports the ``linenos`` flag option to switch on line numbers, and a ``language`` option to select a language different from the current file's standard language. Example with options:: - + .. literalinclude:: example.rb :language: ruby :linenos: diff --git a/doc/markup/desc.rst b/doc/markup/desc.rst index 67605c778..ec8ede37d 100644 --- a/doc/markup/desc.rst +++ b/doc/markup/desc.rst @@ -260,7 +260,7 @@ explained by an example:: .. function:: format_exception(etype, value, tb[, limit=None]) Format the exception with a traceback. - + :param etype: exception type :param value: exception value :param tb: traceback object diff --git a/doc/markup/para.rst b/doc/markup/para.rst index b071e46c8..2ea2fd2d7 100644 --- a/doc/markup/para.rst +++ b/doc/markup/para.rst @@ -1,4 +1,4 @@ -.. highlight:: rest +x.. highlight:: rest Paragraph-level markup ---------------------- @@ -85,9 +85,9 @@ units as well as normal text: This directive creates a paragraph heading that is not used to create a table of contents node. - + .. note:: - + If the *title* of the rubric is "Footnotes", this rubric is ignored by the LaTeX writer, since it is assumed to only contain footnote definitions and therefore would create an empty heading. @@ -239,7 +239,7 @@ the definition of the symbol. There is this directive: Note that no further reST parsing is done in the production, so that you don't have to escape ``*`` or ``|`` characters. -.. XXX describe optional first parameter +.. XXX describe optional first parameter The following is an example taken from the Python Reference Manual:: |