The version in the Sphinx development branch should be almost production
ready; the documentation for the development version is here:
http://sphinx.pocoo.org/latest/ext/autosummary.html
The one in 0.6 has partial functionality, AFAIK.
--
Pauli Virtanen
The version in the Sphinx development branch should be almost production
ready; the documentation for the development version is here:
http://sphinx.pocoo.org/latest/ext/autosummary.html
The one in 0.6 has partial functionality, AFAIK.
Thanks. I got the 1.0-dev branch running. The problem now is that autosummary can't find my local source modules. Should it be picking up my sys.path value value from conf.py?
I'm getting "Failed to import" errors from 'sphinx-autogen' command.
Good question. We probably have still time to change this.
--
Pauli Virtanen
Thanks in advance for your efforts.
Kind regards,
Timmie
Maybe "autosummary_generate_all = True"?
Georg
>>> Why is this not a boolean value and autogen would go thorugh my source
>>> files and look for autosummary directives with toctree and generate
>>> stubs for these?
>>
>> Good question. We probably have still time to change this.
> I added an issue at:
> http://bitbucket.org/birkenfeld/sphinx/issue/165/autosummary-improve-
confpy-entry
Implemented in http://bitbucket.org/pv/sphinx-work/
--
Pauli Virtanen
And merged into trunk. Thanks!
Georg