index.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. Usage/Reading-QRCodes.md
  18. Usage/Logos.md
  19. .. toctree::
  20. :maxdepth: 3
  21. :caption: Customizing output
  22. Customizing/Module-Values.md
  23. Customizing/QROutputAbstract.md
  24. Customizing/Custom-output-interface.md
  25. .. toctree::
  26. :maxdepth: 3
  27. :caption: Built-In Output Classes
  28. Built-In-Output/QREps.md
  29. Built-In-Output/QRFpdf.md
  30. Built-In-Output/QRGdImage.md
  31. Built-In-Output/QRImagick.md
  32. Built-In-Output/QRInterventionImage.md
  33. Built-In-Output/QRMarkupHTML.md
  34. Built-In-Output/QRMarkupSVG.md
  35. Built-In-Output/QRMarkupXML.md
  36. Built-In-Output/QRStringJSON.md
  37. Built-In-Output/QRStringText.md
  38. .. toctree::
  39. :maxdepth: 3
  40. :caption: Appendix
  41. Appendix/Terminology.md
  42. Appendix/URI-Content.md
  43. Appendix/Performance-considerations.md
  44. Appendix/Contribute.md
  45. Appendix/License.md