Speaking of... did you find a good tutorial on how to use sphinx?  Our
site of a huge bug I found nothing that showed how to actualy document
in the code.
Regards,
JAson


On Wed, 2009-07-08 at 09:51 -0700, mdipierro wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to