index.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .. PHPPresentation documentation master file, created by
  2. sphinx-quickstart on Fri Mar 14 23:09:26 2014.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to PHPPresentation's documentation
  6. ==========================================
  7. |PHPPresentation|
  8. PHPPresentation is a library written in pure PHP that provides a set of classes to write to different presentation file formats, i.e. OpenXML (.pptx) and OpenDocument (.odp). PHPPresentation is an open source project licensed under LGPL.
  9. .. toctree::
  10. :maxdepth: 2
  11. intro
  12. installing
  13. general
  14. slides
  15. shapes
  16. styles
  17. writers
  18. readers
  19. recipes
  20. faq
  21. credits
  22. references
  23. .. _slidesdocs:
  24. .. toctree::
  25. :maxdepth: 2
  26. :caption: Slides
  27. slides_animation
  28. .. _shapesdocs:
  29. .. toctree::
  30. :maxdepth: 2
  31. :caption: Shapes
  32. shapes_chart
  33. shapes_comment
  34. shapes_drawing
  35. shapes_media
  36. shapes_richtext
  37. shapes_table
  38. Indices and tables
  39. ==================
  40. * :ref:`genindex`
  41. * :ref:`modindex`
  42. * :ref:`search`
  43. .. |PHPPresentation| image:: images/phppowerpoint_logo.gif