HACKER Q&A
📣 afefers

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.


  👤 QuadrupleA Accepted Answer ✓
Sqlite's definitely high in the running (https://sqlite.org/). Feels like as much thought and care went into the documentation as the software itself.

👤 rumanator
By far Qt has the absolute best docs a toolkit can hope to have. No doubt about it.

👤 inspector14
The Rust Book, easily