Ask HN: Whats the best API/Library documentation you've ever seen?

5 points by apawloski ↗ HN

5 comments

[ 3.0 ms ] story [ 10.8 ms ] thread
YUI, before the recent version, had some pretty serious documentation and the depth of their examples was spectacular.
I think Ruby has some pretty nice documentation. at ruby-doc.org I love being able to toggle source view for functions and stuff to see how its implemented. I know this is probably violating some "best practice" of don't show implementation, but honestly, seeing an implementation makes it a lot easier to understand what a function does than just having your params and their types listed out...