index.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .. _doc_contributing_writing_documentation:
  2. Writing documentation
  3. =====================
  4. We always need help to improve the documentation, be it the class reference or
  5. the manual. Below, you can find our content and writing guidelines and
  6. concrete guides to make changes to the documentation.
  7. Be sure to also check the :ref:`workflow guidelines <doc_contributing_workflow>`,
  8. especially if you're new to using Git or GitHub.
  9. Guidelines
  10. ----------
  11. Here are the principles and guidelines we strive to follow to write accessible
  12. documentation.
  13. .. toctree::
  14. :maxdepth: 1
  15. :name: toc-contributing-writing-guidelines
  16. content_guidelines
  17. docs_writing_guidelines
  18. docs_image_guidelines
  19. Writing the manual
  20. ------------------
  21. These articles explain how to contribute to this very documentation, and
  22. how to build the online version locally for testing.
  23. .. toctree::
  24. :maxdepth: 1
  25. :name: toc-contributing-documentation
  26. contributing_to_the_documentation
  27. building_the_manual
  28. Class reference guides
  29. ----------------------
  30. The pages below focus on the class reference.
  31. As the reference is included in the Godot editor, its source files are part of
  32. the `godot repository <https://github.com/godotengine/godot>`_. We use XML files
  33. to write it, so the process to contribute to the class reference differs from
  34. writing the online manual.
  35. .. toctree::
  36. :maxdepth: 1
  37. :name: toc-contributing-class-reference
  38. updating_the_class_reference
  39. class_reference_primer
  40. Translating the documentation
  41. -----------------------------
  42. The community is always working hard on making Godot and its documentation
  43. available to more people. Localizing the documentation is a colossal and ongoing
  44. effort you can be part of.
  45. .. toctree::
  46. :maxdepth: 1
  47. :name: toc-contributing-localization
  48. editor_and_docs_localization