Re: Routes documentation

2009-09-17 Thread Gael Pasgrimaud
On Thu, Sep 17, 2009 at 8:48 AM, Mike Orr wrote: > > And how to you arrange for Sphinx to import the package it's > documenting if it's in a sibling directory or parent directory of the > docs directory?  Righit now I think it's documenting the webhelpers in > my virtualenv, but what I really wan

Re: Routes documentation

2009-09-17 Thread Gael Pasgrimaud
Hi, On Thu, Sep 17, 2009 at 8:08 AM, Mike Orr wrote: > > So now I'm trying to generate the module docs to WebHelpers and am > running into the same problem: there's a link to the top-level module > but its page is blank.  Currently I have: > > .. automodule:: webhelpers > > So I looked in the Be

Re: Routes documentation

2009-09-16 Thread Mike Orr
And how to you arrange for Sphinx to import the package it's documenting if it's in a sibling directory or parent directory of the docs directory? Righit now I think it's documenting the webhelpers in my virtualenv, but what I really want it to do is to document the package in the source. -- Mi

Re: Routes documentation

2009-09-16 Thread Mike Orr
So now I'm trying to generate the module docs to WebHelpers and am running into the same problem: there's a link to the top-level module but its page is blank. Currently I have: .. automodule:: webhelpers So I looked in the Beaker package, and it has an autoclass/autofunction for every single i