mirror of
https://github.com/kakwa/ldapcherry
synced 2025-02-19 17:08:22 +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
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# 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.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
#templates_path = ['_templates']
|
#templates_path = ['_templates']
|
||||||
|
@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
install
|
install
|
||||||
deploy
|
deploy
|
||||||
|
backend_api
|
||||||
|
ppolicy_api
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
|
|
||||||
.. include:: ../README.rst
|
.. 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…
x
Reference in New Issue
Block a user