mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Simplify docs
This commit is contained in:
parent
bec116a3b6
commit
eb03b1406f
@ -99,12 +99,6 @@ The :mod:`sphinx.ext.autosummary` extension does this in two parts:
|
||||
|
||||
.. versionadded:: 1.0
|
||||
|
||||
* You can specify to documented imported classes and functions at a module
|
||||
level using the new :confval:`autosummary_imported_members` config value.
|
||||
By default this if disabled.
|
||||
|
||||
.. versionadded:: 2.1.1
|
||||
|
||||
|
||||
:program:`sphinx-autogen` -- generate autodoc stub pages
|
||||
--------------------------------------------------------
|
||||
@ -160,6 +154,9 @@ also use these config values:
|
||||
A boolean flag indicating whether to document classes and functions imported
|
||||
in modules. Default is ``False``
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
||||
|
||||
Customizing templates
|
||||
---------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user