Skip to content

phplucidframe/phplucidframe-docs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

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