Ask HN: What is/are the best documentation(s) you have ever read?
It can be for a tool or language or OS or software etc.
My favourite is for an ETL tool called Informatica (It has got awesome help and documentation that comes with the tool, which made learning such a complex tool lot easier)
I also like Python's documentation.
4 comments
[ 3.6 ms ] story [ 12.2 ms ] threadhttp://www.iro.umontreal.ca/~gambit/doc/gambit-c.pdf
I really like the Github browse code format, although that's not technically "documentation" :)
Sencha's Ext-JS has interesting documentation. It seems comprehensive, but I've run into undocumented properties and undocumented interactions between documented properties before, and that makes me very wary of what I read there. Further, they only offer documentation for the most current version of their libraries. Unless you are always using the cutting edge, you're not guaranteed that the documentation will adequately describe what you need to do.