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…
Ask HN: What is example of good documentation in your opinion?
61–70 of 71 posts
Re: Ask HN: What is example of good documentation in your opinion?
#62Re: Ask HN: What is example of good documentation in your opinion?
#63Re: Ask HN: What is example of good documentation in your opinion?
#64Django 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.
Re: Ask HN: What is example of good documentation in your opinion?
#65Django 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/
Re: Ask HN: What is example of good documentation in your opinion?
#66Re: Ask HN: What is example of good documentation in your opinion?
#67Re: Ask HN: What is example of good documentation in your opinion?
#68Re: Ask HN: What is example of good documentation in your opinion?
#69Re: Ask HN: What is example of good documentation in your opinion?
#70Django 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.