mirror of
https://github.com/kakwa/ldapcherry
synced 2024-12-22 04:40:03 +01:00
d831b09293
* improve documentation for key: True flag in attributes.yml * improve documentation for the ldap filters and their templating * improve comment in the .ini file
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