1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 03:47:35 +02:00

initial commit

This commit is contained in:
kakwa 2014-06-02 23:10:19 +02:00
parent 93c102a2ff
commit 9f77cfc38c
80 changed files with 16917 additions and 0 deletions

14
docs/README.rst Normal file
View file

@ -0,0 +1,14 @@
---------------------------------------
Build the LdapCherry docs/website:
---------------------------------------
The Ldapcherry documentation/website is built using `Sphinx`_.
.. _Sphinx: http://sphinx.pocoo.org/
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