Anyone know of documentation for Pylons that is similar to the Ruby on Rails API documentation (http://api.rubyonrails.org)?
+1
A:
There isn't any to my knowledge.
The closest you can get is http://pylonshq.com/docs/en/1.0/modules/.
For the rest, you have to go to the sites of the modules, like http://routes.groovie.org/, http://www.sqlalchemy.org/ or http://www.makotemplates.org/.
Antoine Leclair
2010-07-18 14:17:52
Ok, thought I would ask to see what is out there. Thanks for the links.
chafnan
2010-07-18 15:39:20