Live data from Hacker News

Ask HN: What is example of good documentation in your opinion?

news.ycombinator.com

61–70 of 71 posts

Re: Ask HN: What is example of good documentation in your opinion?

#61
post #56
post #37

Earlier quoted context omitted.

I'll have to disagree. Many things about it are a constant source of annoyance for me, such as the fact that function arguments and return types aren't listed in a standard format with a short description of each and instead they expect you to read the entire (often quite large) paragraph of text below each function to find that information, and the fact that a lot of information isn't found in the page you'd expect…

Completely agree. The Python docs are almost unreadable to me. Every time I’m looking for something (a function parameter, example usage, etc.) it’s the same: - I Google it - I look for the official docs page (usually 5th or 6th result) - I tried to find my answer but don’t understand the organization and cannot find the correct keywords to Ctrl-F - I go back to my Google search frustrated and try to find a suitable…

On the nail.

Re: Ask HN: What is example of good documentation in your opinion?

#64

Django is one of the gold standards for me. Great examples. Clearly noting what versions things changed. Ability to switch versions at the click of a button. https://docs.djangoproject.com/en/4.1/

Django docs have much better examples than many of its "tutorials" out there.

[deleted]

Re: Ask HN: What is example of good documentation in your opinion?

#65

Django is one of the gold standards for me. Great examples. Clearly noting what versions things changed. Ability to switch versions at the click of a button. https://docs.djangoproject.com/en/4.1/

I love Django. I was inspired this summer to start an open source project for gaps in their docs like setting up a local development environment, using React for the frontend, deploying to Heroku/AWS, adding Google Analytics, etc.

https://learndjangoreact.com/tutorial

https://learndjangoreact.com/docs/add-google-analytics

Re: Ask HN: What is example of good documentation in your opinion?

#67

Earlier quoted context omitted.

I've never used Arch but I always find the best (and mostly distro-agnostic) documentation there!

This. You know your distro has great documentation when you constantly use it to fix problems in other distros…

So true.

Re: Ask HN: What is example of good documentation in your opinion?

#70

Django is one of the gold standards for me. Great examples. Clearly noting what versions things changed. Ability to switch versions at the click of a button. https://docs.djangoproject.com/en/4.1/

Django docs have much better examples than many of its "tutorials" out there.

I help out on the Unofficial Django Discord a lot. I have to constantly tell people to go do the tutorial on djangoproject.com instead of some rando youtubers totally broken tutorial. It's crazy how many incompetent youtube tutorials there are just for django!
Post reply on HN