- It assumes Routes 1.11 will be released simultaneously with it.
- I'm not quite satisfied with the home page. It looks too generic
Sphinx. The content should be shorter so all the navigation links fit
on the first screen. Can anybody make a little Routes logo to liven
it up?
- The generated module docs are incomplete (i.e., completely empty).
I don't know how to pull in the docstrings.
- The "Indices and Tables" section in the documentation contents page
is redundant with the glossary link, modules link, and the modules
link. I would delete the section.
- The sidebar on the documentation contents page is too wordy.
- The sidebar in the manual should only show sections, not subsections.
- The sidebar on the TODO page should be blank except for the search form.
--
Mike Orr <slugg...@gmail.com>
.. automodule:: webhelpers
So I looked in the Beaker package, and it has an
autoclass/autofunction for every single item. I can't do that for the
tons of items in WebHelpers and keep it up to date. Would it be
better to use Epydoc which can generate a whole package at once? Is
there a way to plug Epydoc documentation into Sphinx?
--
Mike Orr <slugg...@gmail.com>
--
Mike Orr <slugg...@gmail.com>
I guess you can use autogen:
http://sphinx.pocoo.org/ext/autosummary.html#sphinx-autogen-generate-autodoc-stub-pages
I've never used it. It's new in the last Sphinx version AFAIK.
--
Gael