Do you mean .. automodule:: elephant.spike_train_processing :members: ? Doing so will compile all functions documentation below the short description, I don't want that. What I want is to *':members:' for autoclass only*. Thank you. On Thursday, October 1, 2020 at 4:49:34 PM UTC+2 [email protected] wrote:
> Hi, > > How about using `autodoc_default_options`? It can pass :members: > option to all of auto* definitions in your document. > > https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_default_options > > Thanks, > Takeshi KOMIYA > > 2020年10月1日(木) 0:01 Danylo Ulianych <[email protected]>: > > > > Dear all, > > > > I have an .rst file with only one line > > > > .. automodule:: elephant.spike_train_processing > > > > `elephant/spike_train_processing.py` contains > > > > .. autosummary:: > > :toctree: toctree/spike_train_processing/ > > Synchrotool > > > > which produces > > > > .. autoclass:: Synchrotool > > > > but I want > > > > .. autoclass:: Synchrotool > > :members: > > > > How do I force :members: into each class throughout the whole python > package? > > > > Thank you. > > Danylo > > > > -- > > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/sphinx-users/ba030079-4abb-4729-a3c7-d0f41c9d4c5cn%40googlegroups.com > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/d4dde277-a3f6-419c-b805-242dcd9e977fn%40googlegroups.com.
