Ask HN: What's the best documentation you've ever read?
41–50 of 79 posts
Re: Ask HN: What's the best documentation you've ever read?
#42Re-frame for clojurescript. Worth reading even if you're not using cljs but are involved in front-end development. https://github.com/Day8/re-frame/blob/master/docs/README.md
Re: Ask HN: What's the best documentation you've ever read?
#43Django, the Python-based web framework, has fantastic docs too: https://docs.djangoproject.com
Re: Ask HN: What's the best documentation you've ever read?
#44Re: Ask HN: What's the best documentation you've ever read?
#45QT wasn't so bad as far as I remember. But as jolmg pointed out, some projects are just simple readme and that is more than enough. Love those. But the total opposite is also common, a wall of text that is meaningless and in the end, you have to go through the source code to get some answers...
Re: Ask HN: What's the best documentation you've ever read?
#46Vue JS docs are the best. I don't think anything beats it :)
And this applies to the vue API as well. The guy just crafted in so many little things to make real life easiser. The event.once helper for example. Simple, elegant, useful.
Re: Ask HN: What's the best documentation you've ever read?
#47I love https://redis.io/documentation . It has a great UI too.
Re: Ask HN: What's the best documentation you've ever read?
#48Re: Ask HN: What's the best documentation you've ever read?
#49Any discussion on documentation is incomplete without mentioning Django https://docs.djangoproject.com/en/2.0/
Came here to say this. The thing I love about Django’s documentation is the layering. From beginner tutorial through to high level overviews of the subsystems, through to detailed usage for the subsystems, through to API level docs, through to the source code - all of it is there, and all linked together well. On top of that, it’s all well written, approachable, full of notes and caveats/warnings where necessary (for…
Re: Ask HN: What's the best documentation you've ever read?
#50Jekyll because it's beautiful and the user can read all the pages at once with the previous/next buttons (at the bottom) https://jekyllrb.com/docs/home/
Node.js because they propose a single page version and it makes search easier https://nodejs.org/dist/latest-v10.x/docs/api/all.html