/docs/developers/index.rst

http://github.com/imageworks/OpenColorIO · ReStructuredText · 50 lines · 32 code · 18 blank · 0 comment · 0 complexity · c9a1401272f244cde3a4e4a8756016d2 MD5 · raw file

  1. ..
  2. SPDX-License-Identifier: CC-BY-4.0
  3. Copyright Contributors to the OpenColorIO Project.
  4. .. _developer-guide:
  5. Developer Guide
  6. ===============
  7. Some information on contributing to OCIO:
  8. .. toctree::
  9. :maxdepth: 1
  10. getting_started
  11. coding_guidelines
  12. documentation_guidelines
  13. submitting_changes
  14. issues
  15. Instructions on using OCIO:
  16. .. toctree::
  17. :maxdepth: 1
  18. usage_examples
  19. C++ API documentation:
  20. .. toctree::
  21. :maxdepth: 1
  22. api/index
  23. Python API documentation:
  24. .. toctree::
  25. :maxdepth: 1
  26. bindings/PythonAPI
  27. bindings/PythonTransforms
  28. bindings/PythonTypes
  29. Internal Architecture:
  30. .. toctree::
  31. :maxdepth: 1
  32. internal_architecture