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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: The most pleasant code documentation you've ever worked with

1 点作者 kartoshechka超过 5 年前
I&#x27;m an aspiring Python ML engineer and most of the time I encounter Google Material docs (if that&#x27;s the thing) which is somewhat consistent throughout Google products, readthedocs.io and Flask-ish docs, though I don&#x27;t know what the origin is, but hope you got the idea.<p>All of them are ok in terms of usability after spending some time, and generally they aren&#x27;t shy of spitting out poorly navigatable mesh of classes, methods and examples. But recently I stumbled upon spaCy [1] docs, and this just blew me away. For example, progress bar acting as scrollbar, but placed more conveniently, easily distinguishable class headers, the separate column for code snippets, wonderful method signature overview.<p>I thought it would be a nice idea to share well executed docs, and any hacker could&#x27;ve been pick up something for their docs or grasp what makes one comfortable to use.<p>[1] https:&#x2F;&#x2F;spacy.io&#x2F;api&#x2F;dependencyparser

1 comment

nwrk超过 5 年前
You can easily achieve same with:<p><a href="https:&#x2F;&#x2F;vuepress.vuejs.org&#x2F;guide&#x2F;#how-it-works" rel="nofollow">https:&#x2F;&#x2F;vuepress.vuejs.org&#x2F;guide&#x2F;#how-it-works</a><p><a href="https:&#x2F;&#x2F;docsify.js.org&#x2F;#&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docsify.js.org&#x2F;#&#x2F;</a><p>(or thousands of similar generators..)<p>The docs are based on markdown<p><a href="https:&#x2F;&#x2F;github.com&#x2F;explosion&#x2F;spaCy&#x2F;tree&#x2F;master&#x2F;website&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;explosion&#x2F;spaCy&#x2F;tree&#x2F;master&#x2F;website&#x2F;docs</a>
评论 #21793977 未加载