index.rst.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. chillerlan 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. Customizing/Custom-output-interface.md
  23. .. toctree::
  24. :maxdepth: 3
  25. :caption: Built-In Output Classes
  26. Built-In-Output/QREps.md
  27. Built-In-Output/QRFpdf.md
  28. Built-In-Output/QRGdImage.md
  29. Built-In-Output/QRImagick.md
  30. Built-In-Output/QRInterventionImage.md
  31. Built-In-Output/QRMarkupHTML.md
  32. Built-In-Output/QRMarkupSVG.md
  33. Built-In-Output/QRMarkupXML.md
  34. Built-In-Output/QRStringJSON.md
  35. Built-In-Output/QRStringText.md
  36. .. toctree::
  37. :maxdepth: 3
  38. :caption: Appendix
  39. Appendix/Terminology.md
  40. Appendix/URI-Content.md
  41. Appendix/Performance-considerations.md
  42. Appendix/Contribute.md
  43. Appendix/License.md