Guidelines for contributions to the documentation

Documentation guidelines

  1. Providing the documentation for new and advanced users is part of the development.
  2. Keep the entry level low - require as little preexisting knowledge from users as possible
  3. Provide context - Link to other parts of documentation. It will provide context for new users and help them discover features they were not aware of.
  4. Be explicit - Things that seem self explanatory to you, may not be obvious to others.
  5. Use templates - This will help readers find what they need faster and makes writing docs easier.
  6. Completeness - describe all features of what you implemented. The code is not sufficient documentation on its own.

Technical recommendations

  1. In the Markdown files, each sentence should be placed in a separate line. It will make reviewing and tracking of changes easier.
  2. Missing content can be marked by adding a commented out TODO tag followed by a brief description of the missing content. The line containing TODO should be placed below the heading of the section it refers to. Please, see following example:
<!-- TODO: describe briefly what needs to be done here-->

Style recommendations

  1. Linking directly to the relevant paragraph should be preferred over linking to the whole page (see code snippet below point 2.).
  2. Titles of links to other pages should be written in bold:
[**Title of the link**](/link/to/page/#paragraph)

Process description


This article was written by Feliks Kiszkurno. If you are missing something or you find an error please let us know.
Generated with Hugo 0.122.0 in CI job 430699 | Last revision: February 20, 2024
Commit: [App|PVTU2VTU] Faster computation of unique nodes and mapping d5e28bc  | Edit this page on