This documentation is based on Yii2-user master branch.
Documentation is rendered by Read The Docs and is available online. You can see online documention on http://yii2-user.readthedocs.org.
Building the documentation requires Sphinx.
Descend into the docs/
directory, and run make
with one of the following
targets:
html
- build HTML documentationepub
- build epub (ebook) documentation (requireshelp
- build Windows help filesinfo
- build Unix info pageslatexpdf
- build PDF documentation (requires a workinglatex
toolchain)man
- build Unix manpagestext
- build ANSI text manual files
Examples:
$ make html
You can cleanup by running make clean
.
You can see contributing instructions in CONTRIBUTING.md
Yii2-user documentation is released under the MIT License. See the bundled LICENSE.md for details.