File: documentation-practices.rst

package info (click to toggle)
debusine 0.14.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,056 kB
  • sloc: python: 193,072; sh: 848; javascript: 335; makefile: 116
file content (19 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _documentation-practices:

=======================
Documentation practices
=======================

The documentation is written following the `Diátaxis <https://diataxis.fr/>`_
principles.

Voice of the documentation
--------------------------

Tutorials and How-to guides refer to the user as "you": the documentation
tell the user how to do something on their own. For example `"You can use
Debian trixie to install..."`.

For explanations and reference use impersonal and passive forms. For example
`"Debian trixie can be used..."`, "Execution of the command results in..."`,
`"The command outputs..."` or `"Output is produced by the command"`.