Right now there are many ways to get Documentation about web2py (until
port to Sphinx is completed)
Here is the epydoc reference
http://www.web2py.com/examples/static/epydoc/index.html
Of use the shell for [youapp]
http://127.0.0.1:8000/admin/shell/index/[yourapp]
and type:
help(keyword)
or
info(keyword)
or
dir(object)
(returns the methds/attributes of the object)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---