BabylonJS. Also very active forums.
Ask HN: What is example of good documentation in your opinion?
21–30 of 71 posts
Re: Ask HN: What is example of good documentation in your opinion?
#22FastAPI: https://fastapi.tiangolo.com
Clear and easy to follow language with awesome examples. I really like that additional concepts are explained as well.
Re: Ask HN: What is example of good documentation in your opinion?
#23Matlab and Mathematica both have great documentation from what I recall, though I haven't used either in several years.
Re: Ask HN: What is example of good documentation in your opinion?
#24I started https://learndjangoreact.com/tutorial to be concise and easy to navigate with good examples.
Re: Ask HN: What is example of good documentation in your opinion?
#25The documentation for Racket[0] is great. Detailed, comprehensive, readable, and a local copy comes with the installation.
Re: Ask HN: What is example of good documentation in your opinion?
#26I like this guide
https://developers.google.com/style
Re: Ask HN: What is example of good documentation in your opinion?
#27Stripe for UX
AWS for breadth and organization
Re: Ask HN: What is example of good documentation in your opinion?
#28While Python is "the second best language for any task", I think the Python standard library documentation is second-to-none: https://docs.python.org/3/library/index.html
The scikit learn documentation is also really fantastic
Re: Ask HN: What is example of good documentation in your opinion?
#29The ArchWiki for Arch Linux: https://wiki.archlinux.org/
I've never used Arch but I always find the best (and mostly distro-agnostic) documentation there!
Re: Ask HN: What is example of good documentation in your opinion?
#301. Good code examples.
2. Tutorials for beginners
3. Advanced guides.