mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-05 00:58:55 +01:00
.. | ||
assets | ||
docs | ||
backend_api.rst | ||
backends.rst | ||
changelog.rst | ||
conf.py | ||
deploy.rst | ||
docs_requirements.txt | ||
external_plugins.rst | ||
forkme.rst | ||
full_configuration.rst | ||
goodies.rst | ||
index.rst | ||
install.rst | ||
make.bat | ||
Makefile | ||
ppolicy_api.rst | ||
README.rst | ||
screenshots.rst |
Build the LdapCherry docs/website:
The Ldapcherry documentation/website is built using Sphinx.
To build the docs you need to perform the following tasks:
- Install Sphinx
(
$ sudo apt-get install python-sphinx
) - From this
docs
directory, run:$ make html
- This will produce HTML documentation in the
_build/html/
directory - Open
_build/html/index.html
with your browser