summaryrefslogtreecommitdiff
path: root/doc/extdev/markupapi.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-02 08:40:48 +0100
committerGeorg Brandl <georg@python.org>2014-03-02 08:40:48 +0100
commit501c2d13e66842a57d1ca4a8ccb3dc2b8bba79d1 (patch)
treec273ce1c7d74ff3be8ab39b5bd312efad48be5fc /doc/extdev/markupapi.rst
parentc68104b1be74b8b102a2f3bf394e03072c760cfa (diff)
downloadsphinx-git-501c2d13e66842a57d1ca4a8ccb3dc2b8bba79d1.tar.gz
Fix long lines.
Diffstat (limited to 'doc/extdev/markupapi.rst')
-rw-r--r--doc/extdev/markupapi.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst
index 3c09687eb..577a39e0d 100644
--- a/doc/extdev/markupapi.rst
+++ b/doc/extdev/markupapi.rst
@@ -55,7 +55,7 @@ using :meth:`.Sphinx.add_directive` or :meth:`.Sphinx.add_directive_to_domain`.
.. attribute:: arguments
The arguments given to the directive, as a list.
-
+
.. attribute:: options
The options given to the directive, as a dictionary mapping option names
@@ -82,7 +82,7 @@ using :meth:`.Sphinx.add_directive` or :meth:`.Sphinx.add_directive_to_domain`.
Internal offset of the directive content. Used when calling
``nested_parse`` (see below).
-
+
.. attribute:: block_text
The string containing the entire directive.