On Fri, Nov 21, 2008 at 3:27 PM, Doug Hellmann <[EMAIL PROTECTED]> wrote: > > > On Nov 21, 2008, at 2:55 PM, Janet Swisher wrote: > >> >> I'm looking for suggestions on how to deal with a problem I'm running >> into with how I'm using Sphinx and autodoc, although the software >> itself is working just fine. > > Could you use an include directive instead of autodoc?
That's a thought. I could use start-after and end-before to chop out just the docstring (though that would be sensitive to changes in the number of lines of the docstring). And I wouldn't have to worry about all these scripts being in my pythonpath. I'll give it a try. Thanks, Janet --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
