diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-12 17:57:38 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-12 17:57:38 +0900 |
commit | fa00458f4f789b30816790b6262221c09d07d42d (patch) | |
tree | 82a68fd416354b1f53e21b09a97e80e48166f665 /doc/extdev/markupapi.rst | |
parent | 5d2c8e6eb709ca62af18ee570a8682ce1db71b31 (diff) | |
download | sphinx-git-fa00458f4f789b30816790b6262221c09d07d42d.tar.gz |
docs: Fold lines by 80 chars
Diffstat (limited to 'doc/extdev/markupapi.rst')
-rw-r--r-- | doc/extdev/markupapi.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst index ffa08cae7..fc25c2327 100644 --- a/doc/extdev/markupapi.rst +++ b/doc/extdev/markupapi.rst @@ -147,5 +147,6 @@ return ``node.children`` from the Directive. .. seealso:: - `Creating directives <http://docutils.sourceforge.net/docs/howto/rst-directives.html>`_ - HOWTO of the Docutils documentation + `Creating directives`_ HOWTO of the Docutils documentation + +.. _Creating directives: http://docutils.sourceforge.net/docs/howto/rst-directives.html |