| name | documentation-how-to |
| description | When and where to write and update documentation. |
| license | Apache-2.0 |
| metadata | {"author":"Szymon Maszke"} |
When
Do it AFTER creating implementation in /src and testing in /tests
Where
Create documentation ONLY in the following paths in the following order:
-
Documentation FOR DEVELOPERS:
src/README.md - source description
tests/README.md - tests description
SECURITY-SELF-ASSESSMENT.md - description of project's security
posture (ONLY TBD sections)
-
Documentation FOR USERS:
README.md - project description (ONLY sections
"Features" and "Quick Start/Usage")
docs/tutorials - tutorials FOR USERS, see docs/tutorials/README.md
docs/how-to - how-to guides FOR USERS, see docs/how-to/README.md
docs/explanations - explanatory guides FOR USERS, see docs/explanations/README.md
Notes
- Public interface/API/Reference documentation will be CREATED
AUTOMATICALLY FROM
/src DOCSTRINGS
Resources