https://github.com/jphp-group/docs
Documentation for JPHP
https://github.com/jphp-group/docs
Last synced: 8 months ago
JSON representation
Documentation for JPHP
- Host: GitHub
- URL: https://github.com/jphp-group/docs
- Owner: jphp-group
- Created: 2014-04-16T11:57:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T14:16:05.000Z (about 10 years ago)
- Last Synced: 2025-04-09T23:44:29.965Z (about 1 year ago)
- Language: Python
- Homepage: http://jphp-docs.readthedocs.org
- Size: 318 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Documentation
=============
JPHP's documentation is based on [sphinx-doc](http://sphinx-doc.org/). You can always find the last
version of the documentation on http://jphp-docs.readthedocs.org/.
### How to generate docs?
You need to install the sphinx-doc system with Python 2.7 or 3+.
After this, install the `sphinxcontrib-phpdomain` and `sphinx_rtd_theme` extensions
via the `pip` or `easy_install` commands.
At the end, cd to the root of the docs and:
```
sphinx-build -b html . _build
```
Or you can download the last html portable version here:
https://media.readthedocs.org/htmlzip/jphp-docs/latest/jphp-docs.zip