TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby kartoshechkaover 5 years ago
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

nwrkover 5 years ago
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 未加载