5 ms·
Ask HN: What's the best documentation you've ever read?
I'm looking for examples of outstanding documentation such as The Rust Programming Language book: https://doc.rust-lang.org/book/ or The Python Tutorial: https://docs.python.org/3/tutorial/index.html
It doesn't need to be related to programming languages, anything counts: APIs, frameworks, some really in-depth blog post or series of posts, etc.
- inspector14 6y agoThe Rust Book, easily
- QuadrupleA 6y agoSqlite's definitely high in the running (https://sqlite.org/ https://sqlite.org/). Feels like as much thought and care went into the documentation as the software itself.
- rumanator 6y agoBy far Qt has the absolute best docs a toolkit can hope to have. No doubt about it.