This repository contains the documentation for the Puli project. The rendered documentation is hosted at Read the Docs.
Contributions to the documentation are always welcome!
- Report any bugs or issues you find on the issue tracker.
- You can grab the source code at Puli’s Git repository.
To compile the documentation and see your changes, you need the sphinx-php
python package. Install it via pip:
$ pip install "git+https://github.com/fabpot/sphinx-php.git#egg=sphinx-php"
Then compile it to HTML:
$ make html
If you are having problems, send a mail to bschussek@gmail.com or shout out to @PuliPHP on Twitter.
The documentation is licensed under the MIT license.