Live data from Hacker News

Ask HN: awesome web-based documentation?

news.ycombinator.com

21–30 of 47 posts

Re: Ask HN: awesome web-based documentation?

#23

http://us3.php.net/strstr -> 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.

I agree, and have an additional comment:

If the comments become part of the documentation, then you need to ruthlessly edit them to remove incorrect advice, duplication, and redundancy. If you simply leave everything there forever, then the comments become worthless. Integrity of information is everything.

Re: Ask HN: awesome web-based documentation?

#25
CodeIgniter: http://codeigniter.com/user_guide

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.

Re: Ask HN: awesome web-based documentation?

#27
SQLAlchemy http://www.sqlalchemy.org/docs/

Mako Templates http://www.makotemplates.org/docs/

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.

Pyramid (The Pylons/BFG Merger) http://docs.pylonshq.com/

Documentation + 100% test coverage and also a very responsive development team.

Re: Ask HN: awesome web-based documentation?

#29
post #27

SQLAlchemy http://www.sqlalchemy.org/docs/ Mako Templates http://www.makotemplates.org/docs/ 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. Pyramid (The Pylons/BFG Merger) http://docs.pylonshq.com/ Documentation + 100% test coverage and also a very responsive de…

I can vouch for the developer of Mako and SQLAlchemy. Michael Bayer has even added features to SQLAlchemy just to get one of my previous employers to use it.

Re: Ask HN: awesome web-based documentation?

#30

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/

Thought I'd get to Flask before Steve, but clearly I was mistaken. Another vote for Flask. Gorgeous.
Post reply on HN