doc: Fix broken link

This commit is contained in:
Takeshi KOMIYA 2018-04-12 00:48:45 +09:00
parent b2bd9f75a6
commit 5fd7bd7a12

View File

@ -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::