Comment 2 for bug 498024

Revision history for this message
Skipper Seabold (jsseabold) wrote :

This approach isn't going to work. I might need to write an extension for the decorators, but I need to get my head around sphinx and numpydoc better first. I created a repo with a sphinx example and a module that's similar to our cache. ~/sphinx-ex/ or whatever needs to be added to PYTHONPATH and then "make clean html" in the docs directory should get there (untested on Windows). Don't understand why the __init__ shows up as a method (but not in statsmodels). Still not sure how to go about using autosummary with the decorated attributes-cum-methods. Probably have to explicitly handle this, but I need to play around more before I really understand it.

repo here: https://code.launchpad.net/sphinx-ex