mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
beginning api documentaion for ppolicy and backend
This commit is contained in:
parent
2508739838
commit
974de95eb3
8
docs/backend_api.rst
Normal file
8
docs/backend_api.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Package ldapcherry.backend
|
||||
==========================
|
||||
|
||||
.. automodule:: ldapcherry.backend
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.viewcode']
|
||||
extensions = ['sphinx.ext.viewcode', 'sphinx.ext.todo', 'sphinx.ext.autodoc']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
#templates_path = ['_templates']
|
||||
|
@ -7,7 +7,8 @@
|
||||
|
||||
install
|
||||
deploy
|
||||
backend_api
|
||||
ppolicy_api
|
||||
changelog
|
||||
|
||||
|
||||
.. include:: ../README.rst
|
||||
|
7
docs/ppolicy_api.rst
Normal file
7
docs/ppolicy_api.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Package ldapcherry.ppolicy
|
||||
==========================
|
||||
|
||||
.. automodule:: ldapcherry.ppolicy
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
Loading…
Reference in New Issue
Block a user