I'm rather fond of Django's: http://docs.djangoproject.com/en/1.2/
Ask HN: awesome web-based documentation?
21–30 of 47 posts
Re: Ask HN: awesome web-based documentation?
#22Re: Ask HN: awesome web-based documentation?
#23http://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.
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?
#24Cool idea for Sphinx-based docs.
Re: Ask HN: awesome web-based documentation?
#25The 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?
#26Re: Ask HN: awesome web-based documentation?
#27Mako 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?
#28Re: Ask HN: awesome web-based documentation?
#29SQLAlchemy 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…
Re: Ask HN: awesome web-based documentation?
#30Flask'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/