|
|
před 2 roky | |
|---|---|---|
| .. | ||
| Appendix-License.rst | před 2 roky | |
| Makefile | před 2 roky | |
| Readme.md | před 2 roky | |
| Usage-Advanced-usage.md | před 2 roky | |
| Usage-Installation.md | před 2 roky | |
| Usage-Overview.md | před 2 roky | |
| Usage-Quickstart.md | před 2 roky | |
| conf.py | před 2 roky | |
| index.rst | před 2 roky | |
| make.bat | před 2 roky | |
| requirements.txt | před 2 roky | |
The markdown sources for the Read the Docs online manual can of course be browsed on GitHub too!
The user manual can be auto generated with Sphinx from the markdown sources contained in this directory, in order to upload it to Read the Docs. The online documentation can be found at php-qrcode.readthedocs.io (project page)
Requirements:
Python >= v3.10
to install all in one go, run: pip install sphinx myst-parser sphinx-rtd-theme
run in the /docs (this) directory:
.\make.bat html (make sure sphinx-build.exe is in PATH)make htmlopen ../.build/sphinx/html/index.html in a browser
yay!
The API documentation can be auto generated with phpDocumentor. There is an online version available via the gh-pages branch that is automatically deployed on each push to main.
If you'd like to create local docs, please follow these steps:
c:\path\to\php.exe c:\path\to\phpDocumentor.phar --config=phpdoc.xmlphp /path/to/phpDocumentor.phar --config=phpdoc.xmlThe documentation is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.