index.rst 1.8 KB

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