methodology/documentation.md
2022-09-14 09:48:50 +02:00

45 lines
1.4 KiB
Markdown

## Documentation Methodology
The project planning happens on the _Jira board_ and the project documentation is added to _Confluence pages_.
The setting up of Jira & Confluence is outlined in [Project Lifecycle](project_planning.md#project-lifecycle).
### General Tips
* Include conceptual graphical documentation as inline embedded images.
* Save Matplotlib / Seaborn plots as `.svg`.
* Sketches and handwritten illustrations scanned / photographed as `.png`/`.jpg`.
* Scanned / photographed illustrations should be cropped, contrast and alligned.
* Technical Writing resources
* [Pivic technical writing](https://pivic.blog/blog/technical-writing/)
* [HNews comment](https://news.ycombinator.com/item?id=32344610)
## Writing resource
* [write and think more clearly](https://www.covingtoninnovations.com/mc/WriteThinkLearn.pdf)
* [technical writing for engineers](https://www.cs.tufts.edu/~nr/pubs/learn.pdf)
* [on technical writing](https://arturdryomov.dev/posts/on-technical-writing/)
### Markdown Tips
* Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation.
<details>
<summary>
Click here to see the markdown _code_ for foldable cell 🎆
</summary>
```
<details>
<summary>
Click here to see the markdown _code_ for foldable cell 🎆
</summary>
(code cell content)
</details>
```
</details>