mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Add ordering by source for API docs
This commit is contained in:
parent
a68aeddc7e
commit
bec9ef36d2
|
@ -3,5 +3,4 @@
|
|||
|
||||
.. automodule:: dependency_injector.catalogs
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:special-members:
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
|
||||
.. automodule:: dependency_injector.errors
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
|
||||
.. automodule:: dependency_injector.injections
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:inherited-members:
|
||||
|
|
|
@ -3,5 +3,4 @@
|
|||
|
||||
.. automodule:: dependency_injector.providers
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:inherited-members:
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
|
||||
.. automodule:: dependency_injector.utils
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
|
|
@ -139,7 +139,7 @@ html_theme = 'default'
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
html_static_path = []
|
||||
|
||||
# Add any extra paths that contain custom files (such as robots.txt or
|
||||
# .htaccess) here, relative to this directory. These files are copied
|
||||
|
@ -295,3 +295,5 @@ texinfo_documents = [
|
|||
|
||||
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
||||
#texinfo_no_detailmenu = False
|
||||
|
||||
autodoc_member_order = 'bysource'
|
||||
|
|
Loading…
Reference in New Issue
Block a user