indication / docdev

Documentation for glpi developpers

Home Page:http://glpi-developer-documentation.rtfd.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLPI's developper documentation

Build Status

Current documentation is built on top of Sphinx documentation generator. It is released under the terms of the Creative Commons BY-NC-ND 4.0 International License.

We're folllowing GitFlow:

  • master branch for the curent major stable release,
  • develop branch for next major release.

View it online!

GLPI installation documentation is currently visible on ReadTheDocs.

Run it!

You'll just have to install Python Sphinx, it is generally available in distributions repositories for Linux.

If your distribution does not provide it, you could use a virtualenv:

$ virtualenv /path/to/virtualenv/files
$ /path/to/virtualenv/bin/activate
$ pip install sphinx

Once all has been successfully installed, just run the following to build the documentation:

$ make html

Results will be avaiable in the build/html directory :)

Note that it actually uses the default theme, which differs locally and on readthedocs system.

Creative Commons License

About

Documentation for glpi developpers

http://glpi-developer-documentation.rtfd.io/

License:Other


Languages

Language:Python 43.9%Language:Makefile 28.8%Language:Batchfile 27.3%