PHPLucidFrame Documentation
This is the official documentation for the PHPLucidFrame project
Installation Requirement for Contribution
Install Python.
Install Sphinx with:
pip install -U Sphinx
Install Sphinx rtd theme with:
pip install sphinx_rtd_theme
Generate HTML from rst files with:
make html
The generated HTML pages are in _build\html