diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-12 00:48:45 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-12 00:49:27 +0900 |
commit | 5fd7bd7a12ce56c01f90cea2572034340f7578e7 (patch) | |
tree | eaf8f29c2b2790184d68a5c86c38d7ca7bfbb7ed | |
parent | b2bd9f75a66bc8979d198453393c565bfd6db6b9 (diff) | |
download | sphinx-git-5fd7bd7a12ce56c01f90cea2572034340f7578e7.tar.gz |
doc: Fix broken link
-rw-r--r-- | doc/man/sphinx-apidoc.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man/sphinx-apidoc.rst b/doc/man/sphinx-apidoc.rst index 8f75d6f7c..97135d98e 100644 --- a/doc/man/sphinx-apidoc.rst +++ b/doc/man/sphinx-apidoc.rst @@ -15,8 +15,10 @@ style of other automatic API documentation tools. *MODULE_PATH* is the path to a Python package to document, and *OUTPUT_PATH* is the directory where the generated sources are placed. Any *EXCLUDE_PATTERN*\s -given are `fnmatch-style <fnmatch>`_ file and/or directory patterns that will -be excluded from generation. +given are `fnmatch-style`_ file and/or directory patterns that will be excluded +from generation. + +.. _fnmatch-style: https://docs.python.org/3/library/fnmatch.html .. warning:: |