TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What open source projects have great documentation?

11 点作者 MrPowers将近 3 年前
There was a great thread a couple of weeks ago on with tips on writing documentation that devs love: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31945863<p>A lot of commenters on that thread mentioned DigitalOcean as an example of great docs for a product.<p>Does anyone have examples of great docs &#x2F; user guides for open source projects? I&#x27;d like to study well done open source docs and learn more about what can be added to the docs to make them more useful for devs.

16 条评论

jjgreen将近 3 年前
ZMQ: it&#x27;s almost worth using the library for the documentation alone, fabulous.<p><a href="https:&#x2F;&#x2F;zeromq.org&#x2F;get-started&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zeromq.org&#x2F;get-started&#x2F;</a>
atmosx将近 3 年前
Gentoo and FreeBSD.<p><a href="https:&#x2F;&#x2F;www.gentoo.org&#x2F;get-started&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gentoo.org&#x2F;get-started&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.freebsd.org&#x2F;docs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.freebsd.org&#x2F;docs&#x2F;</a>
hoofhearted将近 3 年前
VueJS - Evan You wrote VueJS and the docs with the idea that you could pick it up and be coding an app over a weekend.<p>Laravel - Build an end to end complete full stack application. You can incorporate just about every boilerplate feature you can think of by just following the docs.<p>Gitlab - Open and complete docs on source management, and the Gitlab product. But also very easy to understand docs on different aspects of running a software business, including style guides, and messages from executives.
leejoramo将近 3 年前
Svelte’s tutorial, docs and REPL are among the best both at introducing the technology and giving depth. The REPL is used in through out to teach the basics and allow the community to link to working solutions when answering questions in forums across the internet.<p><a href="https:&#x2F;&#x2F;svelte.dev&#x2F;tutorial&#x2F;basics" rel="nofollow">https:&#x2F;&#x2F;svelte.dev&#x2F;tutorial&#x2F;basics</a>
zzo38computer将近 3 年前
In my opinion, SQLite has good documentation, and so does the Fossil version control system.<p>(Unfortunately, a lot of modern software lacks documentation, making it difficult to use. Do not assume that the user interface is understandable. If you do not include comprehensive documentation, then it will not be understandable.)
tra3将近 3 年前
Emacs documentation is a first class citizen. You can hit C-h-f to look up any function, or, C-h-k to see what a key is bound to (and then follow links to functions).<p>I recently submitted a package to MELPA (an emacs package repo) and part of the process was cleaning up the doc strings in the code to ensure that they fit the standard.
dragonwriter将近 3 年前
Python, Postgres, SQLite
MrPowers将近 3 年前
I personally like the Polars docs because they have a detailed user guide that makes it so easy to get started with the project: <a href="https:&#x2F;&#x2F;pola-rs.github.io&#x2F;polars-book&#x2F;user-guide&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pola-rs.github.io&#x2F;polars-book&#x2F;user-guide&#x2F;</a>
punk_ihaq将近 3 年前
<a href="https:&#x2F;&#x2F;docs.streamlit.io" rel="nofollow">https:&#x2F;&#x2F;docs.streamlit.io</a><p><a href="https:&#x2F;&#x2F;spacy.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spacy.io&#x2F;</a>
hlesesne将近 3 年前
CERNs openstack documentation.<p><a href="https:&#x2F;&#x2F;clouddocs.web.cern.ch&#x2F;" rel="nofollow">https:&#x2F;&#x2F;clouddocs.web.cern.ch&#x2F;</a>
commandersaki将近 3 年前
<a href="https:&#x2F;&#x2F;bearssl.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bearssl.org&#x2F;</a>
adammarples将近 3 年前
Spacy had actual runnable code examples throughout, directly in the browser
xcubic将近 3 年前
No mentions to django?
_0xdd将近 3 年前
OpenBSD. The documentation is second to none.
mikewarot将近 3 年前
NOT great documentation - Lazarus&#x2F;Free Pascal<p>It&#x27;s all docstrings type stuff, and very incomplete
PaulHoule将近 3 年前
Python.