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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: awesome web-based documentation?

38 点作者 jon_dahl超过 14 年前
We're currently rewriting our documentation for Zencoder, and are looking for examples of good web-based docs. For example, I still use Slicehost tutorials for Linux work (http://articles.slicehost.com); they're really well done how-to guides for web hosting and linux sysadmin work.<p>Any other examples of good doc systems, or tips for creating effective documentation?

27 条评论

makmanalp超过 14 年前
<a href="http://us3.php.net/strstr" rel="nofollow">http://us3.php.net/strstr</a> -&#62; The php docs have one redeeming quality that I wish all of them had: comments! Whenever there is odd behavior, a gotcha, a pitfall, it's always in the comments. No need to trawl through blogs and mailing lists.
评论 #1919913 未加载
评论 #1919884 未加载
评论 #1920194 未加载
stevelosh超过 14 年前
Flask's documentation is my favorite. I sat down and read all of it one night just because it was so beautiful and readable.<p><a href="http://flask.pocoo.org/" rel="nofollow">http://flask.pocoo.org/</a>
评论 #1919779 未加载
评论 #1919811 未加载
评论 #1920044 未加载
tgriesser超过 14 年前
This is my favorite documentation... <a href="http://codeigniter.com/user_guide/" rel="nofollow">http://codeigniter.com/user_guide/</a><p>The table of contents dropdown tab at the top is a cool way to organize the different categories of information... the styling of the docs is also consistent and easily legible
stephenou超过 14 年前
CodeIgniter: <a href="http://codeigniter.com/user_guide" rel="nofollow">http://codeigniter.com/user_guide</a><p>The interface is really simplistic which allows me to read the documentation a lot longer than other site (ex. php.net). Also, it's very well-organized and completed, I can go there every time I have a question about the framework and don't need to Google much.
cd34超过 14 年前
SQLAlchemy <a href="http://www.sqlalchemy.org/docs/" rel="nofollow">http://www.sqlalchemy.org/docs/</a><p>Mako Templates <a href="http://www.makotemplates.org/docs/" rel="nofollow">http://www.makotemplates.org/docs/</a><p>Beautifully written, well documented, plenty of examples and use cases... and then a super responsive developer that appears to never sleep and answers questions posted on the mailing list within minutes.<p>Pyramid (The Pylons/BFG Merger) <a href="http://docs.pylonshq.com/" rel="nofollow">http://docs.pylonshq.com/</a><p>Documentation + 100% test coverage and also a very responsive development team.
评论 #1920036 未加载
makmanalp超过 14 年前
<a href="http://jashkenas.github.com/docco/" rel="nofollow">http://jashkenas.github.com/docco/</a> &#60;- good doc system AND documentation
dstik超过 14 年前
In addition to the great links already posted, if you are looking to really describe your code, check out the Underscore.js docs: <a href="http://documentcloud.github.com/underscore/docs/underscore.html" rel="nofollow">http://documentcloud.github.com/underscore/docs/underscore.h...</a>
评论 #1919761 未加载
yread超过 14 年前
I really like msdn. Especially when you switch the presentation to LightWeight of Script free<p><a href="http://msdn.microsoft.com/en-us/library/preferences/experience/?returnurl=%252fen-us%252flibrary%252fms123401" rel="nofollow">http://msdn.microsoft.com/en-us/library/preferences/experien...</a>
xiongchiamiov超过 14 年前
I'm rather fond of Django's: <a href="http://docs.djangoproject.com/en/1.2/" rel="nofollow">http://docs.djangoproject.com/en/1.2/</a>
评论 #1919909 未加载
makethetick超过 14 年前
jQuery and CakePHP have been very helpful in the past.<p><a href="http://docs.jquery.com/Main_Page" rel="nofollow">http://docs.jquery.com/Main_Page</a><p><a href="http://book.cakephp.org/" rel="nofollow">http://book.cakephp.org/</a><p>Also, the PHP documentation is very good. The layout could be better but it's kept really simple with lots of examples to help you out.<p><a href="http://www.php.net/manual/en/" rel="nofollow">http://www.php.net/manual/en/</a>
评论 #1920089 未加载
评论 #1920130 未加载
audionerd超过 14 年前
Nanoc has excellent, comprehensive documentation with great typography and style in the layout:<p><a href="http://nanoc.stoneship.org/docs/" rel="nofollow">http://nanoc.stoneship.org/docs/</a><p>backbone.js docs are concise and easy to follow, also well designed:<p><a href="http://documentcloud.github.com/backbone/" rel="nofollow">http://documentcloud.github.com/backbone/</a>
steveklabnik超过 14 年前
The best documentation I've ever read is Heroku's new addon provider docs: <a href="https://addons.heroku.com/provider" rel="nofollow">https://addons.heroku.com/provider</a><p>Click any of the links on the bottom. They're gorgeous, informative, and have fantastic examples.
cheald超过 14 年前
The Mongoid docs are really pretty: <a href="http://mongoid.org/docs/installation/" rel="nofollow">http://mongoid.org/docs/installation/</a><p>People either love or hate the Ruby docs - I like them, personally. I never have issues finding what I need. <a href="http://www.ruby-doc.org/core/" rel="nofollow">http://www.ruby-doc.org/core/</a><p>I also like the rdoc.info stuff. It's a bit spartan, but it's usable, as long as the gem author actually included documentation. <a href="http://rdoc.info/github/mislav/will_paginate/master/frames" rel="nofollow">http://rdoc.info/github/mislav/will_paginate/master/frames</a>
vinnyglennon超过 14 年前
<a href="http://blog.dexy.it/247" rel="nofollow">http://blog.dexy.it/247</a> should be ready soon. The product allows your documenation to be ran like normal code, no matter the language, therefore you will always have working docs(if regularly running it against a vm)
RyanDScott超过 14 年前
I like the Google Closure documentation. It has a nice search functionality. <a href="http://closure-library.googlecode.com/svn/docs/index.html" rel="nofollow">http://closure-library.googlecode.com/svn/docs/index.html</a>
subpixel超过 14 年前
I think the Compass docs rock: <a href="http://compass-style.org/docs/reference/compass/" rel="nofollow">http://compass-style.org/docs/reference/compass/</a><p>(But if I remember correctly, they don't rock in all browsers.)
desigooner超过 14 年前
PHP.Net and Django.<p>PHP's multiple examples are really neat. that and people commenting.
ludwigvan超过 14 年前
No one mentioned Apple's docs? I find them pretty well-written.<p><a href="http://developer.apple.com/library/ios/navigation/" rel="nofollow">http://developer.apple.com/library/ios/navigation/</a>
cies超过 14 年前
i like publican, you have to feed it docbook (xml), but it then outputs pdf/html/epub, allows for pot-po based translations and is nicely stylable.<p>in one setup i put asciidoc (a wiki-syntax-to-docbook tool) before publican to make writing/editing the docs more straight forward.<p>i cannot give you one-size-fits-all documentation tips, it depends heavily on what document you work on (api docs, a user guide, etc.) and what is the target audience.<p>personally i like to avoid the word "you" in documentation.
imwilsonxu超过 14 年前
Playframework: <a href="http://www.playframework.org/documentation/1.1/guide1" rel="nofollow">http://www.playframework.org/documentation/1.1/guide1</a><p>A step-by-step example helps alot.
d4ft超过 14 年前
Surprised noone has mentioned Heroku. Simple, accessible, and generally easy to navigate. <a href="http://docs.heroku.com/" rel="nofollow">http://docs.heroku.com/</a>
j_baker超过 14 年前
I like racket's documentation (although some more examples would be nice): <a href="http://docs.racket-lang.org/" rel="nofollow">http://docs.racket-lang.org/</a>
olalonde超过 14 年前
For reference documentation, I find this one great: <a href="http://railsapi.com/doc/rails-v3.0.1/" rel="nofollow">http://railsapi.com/doc/rails-v3.0.1/</a>
bmelton超过 14 年前
Tornado: <a href="http://tornadoweb.org/" rel="nofollow">http://tornadoweb.org/</a><p>Django: <a href="http://djangoproject.com/" rel="nofollow">http://djangoproject.com/</a><p>NOT Python.
评论 #1920433 未加载
gkelly超过 14 年前
<a href="http://readthedocs.org/" rel="nofollow">http://readthedocs.org/</a><p>Cool idea for Sphinx-based docs.
MarinaMartin超过 14 年前
Slicehost's documentation is the BOMB. I aspire to be like PickledOnion one day.
mkramlich超过 14 年前
Django and Linode