index.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .. php-qrcode documentation master file, created by sphinx-quickstart on Sun Jul 9 21:45:56 2023.
  2. markdown-rst converter: https://pandoc.org/try/
  3. =================
  4. PHP-QRCode Manual
  5. =================
  6. User manual for `chillerlan/php-qrcode <https://github.com/chillerlan/php-qrcode/>`__ [|version|]. Updated on |today|.
  7. The phpDocumentor API documentation can be found at `chillerlan.github.io/php-qrcode <https://chillerlan.github.io/php-qrcode/>`__.
  8. This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.
  9. .. toctree::
  10. :maxdepth: 3
  11. :caption: Usage
  12. Usage/Overview.md
  13. Usage/Installation.md
  14. Usage/Quickstart.md
  15. Usage/Advanced-usage.md
  16. Usage/Configuration-settings.md
  17. .. toctree::
  18. :maxdepth: 3
  19. :caption: Customizing output
  20. Customizing/Module-Values.md
  21. Customizing/QROutputAbstract.md
  22. .. toctree::
  23. :maxdepth: 3
  24. :caption: Built-In Output Modules
  25. Built-In-Output/QREps.md
  26. Built-In-Output/QRFpdf.md
  27. Built-In-Output/QRGdImage.md
  28. Built-In-Output/QRImagick.md
  29. Built-In-Output/QRMarkupHTML.md
  30. Built-In-Output/QRMarkupSVG.md
  31. Built-In-Output/QRString.md
  32. .. toctree::
  33. :maxdepth: 3
  34. :caption: Appendix
  35. Appendix/Contribute.md
  36. Appendix/Terminology.md
  37. Appendix/URI-Content.md
  38. Appendix/License.md