|
|
vor 1 Monat | |
|---|---|---|
| .. | ||
| Appendix | vor 1 Monat | |
| Built-In-Output | vor 1 Monat | |
| Customizing | vor 1 Monat | |
| Usage | vor 1 Monat | |
| Makefile | vor 2 Jahren | |
| Readme.md | vor 1 Monat | |
| conf.py | vor 1 Monat | |
| index.rst | vor 1 Monat | |
| make.bat | vor 2 Jahren | |
| qroptions-doc.php | vor 2 Monaten | |
| requirements.txt | vor 2 Jahren | |
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), a local copy is built during CI and stored in the readthedocs branch.
Requirements:
Follow these steps to create the user manual:
pip install sphinx myst-parser sphinx-rtd-theme/docs (this) directory:
.\make.bat html (make sure sphinx-build.exe is in PATH)make htmlThe 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 markdown sources for the Read the Docs online manual can of course be browsed on GitHub too!
The documentation is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.