documentation
Table of ContentsClose
1. documentation
1.1. “What nobody tells you about documentation”
https://youtu.be/t4vKPhjcMZg
https://documentation.divio.com/
Tutorials | How-to guides |
---|---|
Explanation | Reference |
Maybe a fifth value right in the middle, should be “purpose”. Why are we doing this? What are we trying to achieve? What does that piece of software does, what problem it solves, at a very high level?
I think it’s missing from Django for example which uses this model. For example Django queries are notoriously difficult if you know SQL before learning them and I find this guides more enlightening
- This is maybe what I’m looking for? Models | Django documentation | Django
- NumPy also uses it and it’s documentation seems to me more clear: https://docs.divio.com/documentation-system/adoption/
1.1.1. Image