An open API service indexing awesome lists of open source software.

https://github.com/phplucidframe/phplucidframe-docs

PHPLucidFrame Documentation
https://github.com/phplucidframe/phplucidframe-docs

documentation mysql php php-framework phplucidframe readthedocs

Last synced: about 2 months ago
JSON representation

PHPLucidFrame Documentation

Awesome Lists containing this project

README

          

PHPLucidFrame Documentation
=====================

This is the official documentation for the [PHPLucidFrame](http://www.phplucidframe.com) project

## Installation Requirement for Contribution

Install [Python](https://www.python.org/downloads/).

Install [Sphinx](http://www.sphinx-doc.org) with:

pip install -U Sphinx

Install Sphinx rtd theme with:

pip install sphinx_rtd_theme

And then try `sphinx-build --version`. If it doesn't work, add `sphinx-build.exe` path to the environment variables.

Generate HTML from **rst** files with:

make html

The generated HTML pages are in `_build\html`