maybe you don't have autodoc extension enabled?
it will extract those strings on the second pass - when you run `make
html`
I have in my conf.py:
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo',
'sphinx.ext.coverage',]# 'sphinx.ext.viewcode']
unfortunately I had to comment out viewcode due to some bug.
Cheers.
Evgeny.
On Jun 26, 9:48 am, Kevin Mills <
mill...@gmail.com> wrote:
> I tried your script and it saved lots of time, but is there anything out
> there that will pull in the docstrings that I might have throught out the
> modules?
>
> Thanks,
>
> Kevin
>
> 43rd Law of Computing:
> Anything that can go wr
> fortune: Segmentation violation -- Core dumped
>
> > autopackage-script<
http://bitbucket.org/etienned/sphinx-%0Aautopackage-script>>
> > that autogenerate all the necessary .rst files
> > from your project. It should do what you want.
>
> > On Jun 25, 7:09 pm, DasIch <
dasdas...@googlemail.com> wrote:
> > > Sphinx is intended to be used as a tool for handwritten documentation so
> > > you probably won't find a satisfying solution for this unless you switch
> > > to something like pydoc.
>
> > > Nevertheless there is the autosummary
> > > <
http://sphinx.pocoo.org/ext/autosummary.html> extension which is
> > > supposed to more or less solve this problem.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "sphinx-dev" group.
> > To post to this group, send email to
sphin...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
sphinx-dev+...@googlegroups.com<sphinx-dev%2Bunsubscribe@googlegrou
ps.com>
> > .