mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Fix markup
This commit is contained in:
@@ -457,8 +457,8 @@ The :program:`sphinx-apidoc` script has several options:
|
|||||||
|
|
||||||
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).
|
||||||
|
|
||||||
Specifying this option interprets paths recursively according to PEP-0420.
|
Specifying this option interprets paths recursively according to PEP-0420.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user