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 | ed8409c87ac0f22b55499a2ed1b41f94f3bbc2fe (patch) | |
| tree | c273ce1c7d74ff3be8ab39b5bd312efad48be5fc /doc/extdev | |
| parent | 2d9105da52e65a255882870ba7c74a29c7b97e37 (diff) | |
| download | sphinx-ed8409c87ac0f22b55499a2ed1b41f94f3bbc2fe.tar.gz | |
Fix long lines.
Diffstat (limited to 'doc/extdev')
| -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 3c09687e..577a39e0 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. |
