Global principles and guidelines for writing Anoma Specification documentation¶
Principles¶
Clarity¶
Make every page clear and concise. Footnotes may be used to add context. Additional notes that exceed a paragraph may deserve to be put into a separate file (and thus will appear in the navigation bar).
Don't repeat yourself!¶
Do not paste any copied material. Instead, include the material, e.g., via
snippeting. The only exception is material for which
there is no established method for inclusion; in this case, include the material
inside a todo note !!! todo "unrepeat this"
, paired with a reference to its
source.
Consistency¶
Terms from the glossary must be used consistently throughout the specification. Where applicable, adhere to naming schemes.
Style¶
Conform to style guides, unless this would lead to inconsistency.
Citations¶
Use citations to refer to articles, books, and similar publications.
Guidelines¶
Accessibility¶
The specification should be accessible to its intended readership, which should encompass at least the members of the Anoma engineering team.
Internal and external linking¶
If you have a link for something, please use it. Chances are that it improves
accessibility and moreover it helps discover inconsistencies.
Use wikilinks for internal links and
URL links ([target](URL)
) only for external material
(or if wikilinks do not work as expected).
Implementability¶
The specification should keep design decisions to a minimum, but design decisions that are left to the potential implementer on purpose should be discussed in footnotes or notes.