Live data from Hacker News

Ask HN: awesome web-based documentation?

news.ycombinator.com

1–10 of 47 posts

Ask HN: awesome web-based documentation?

#1
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.

Any other examples of good doc systems, or tips for creating effective documentation?

Re: Ask HN: awesome web-based documentation?

#3
jQuery and CakePHP have been very helpful in the past.

http://docs.jquery.com/Main_Page

http://book.cakephp.org/

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.

http://www.php.net/manual/en/

Re: Ask HN: awesome web-based documentation?

#6
post #4

In addition to the great links already posted, if you are looking to really describe your code, check out the Underscore.js docs: http://documentcloud.github.com/underscore/docs/underscore.h...

Along with Coffeescript's docs and annotated source http://jashkenas.github.com/coffee-script/

Re: Ask HN: awesome web-based documentation?

#7

Flask's documentation is my favorite. I sat down and read all of it one night just because it was so beautiful and readable. http://flask.pocoo.org/

I think they generated it using Sphinx, which I heartily recommend as a tool -- you write your docs in REST, and it generates HTML (with built-in JavaScript search), PDF or other formats. It was developed for the latest version of the Python docs.

http://sphinx.pocoo.org/

Re: Ask HN: awesome web-based documentation?

#9

Flask's documentation is my favorite. I sat down and read all of it one night just because it was so beautiful and readable. http://flask.pocoo.org/

Another vote for Flask. The Sintra docs are also quite good. http://www.sinatrarb.com/documentation
Post reply on HN