doc: Fix markup

This commit is contained in:
Takeshi KOMIYA 2016-09-17 18:36:02 +09:00
parent 54b631ae37
commit 3a636bed2d

View File

@ -455,7 +455,7 @@ The :program:`sphinx-apidoc` script has several options:
.. option:: --implicit-namespaces .. option:: --implicit-namespaces
By default `sphinx-apidoc` processes sys.path searching for modules only. By default sphinx-apidoc processes sys.path searching for modules only.
Python 3.3 introduced :pep:`420` implicit namespaces that allow module path Python 3.3 introduced :pep:`420` implicit namespaces that allow module path
structures such as `foo/bar/module.py` or `foo/bar/baz/__init__.py` structures such as `foo/bar/module.py` or `foo/bar/baz/__init__.py`
(notice that `bar` and `foo` are namespaces, not modules). (notice that `bar` and `foo` are namespaces, not modules).