diff options
| author | Georg Brandl <georg@python.org> | 2014-03-02 08:40:48 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-03-02 08:40:48 +0100 |
| commit | 501c2d13e66842a57d1ca4a8ccb3dc2b8bba79d1 (patch) | |
| tree | c273ce1c7d74ff3be8ab39b5bd312efad48be5fc /doc/extdev/markupapi.rst | |
| parent | c68104b1be74b8b102a2f3bf394e03072c760cfa (diff) | |
| download | sphinx-git-501c2d13e66842a57d1ca4a8ccb3dc2b8bba79d1.tar.gz | |
Fix long lines.
Diffstat (limited to 'doc/extdev/markupapi.rst')
| -rw-r--r-- | doc/extdev/markupapi.rst | 4 |
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. |
