Hi, I am write the documentation for a python API using Sphinx. For several reasons I am not relying on autodoc.
I'd like to have the documentation of each member of a class in a separate page, and in particular I'd like to start the page with the method definition, i.e. .. method:: my_class.method ======================== and so on... Is this possible how? I tried but with no success.... -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
