Re: [sphinx-users] Adding :members: in autoclass

2020-10-02 Thread Danylo Ulianych
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 i.tk...@gm

Re: [sphinx-users] Adding :members: in autoclass

2020-10-01 Thread Komiya Takeshi
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 : > > Dear all, >

[sphinx-users] Adding :members: in autoclass

2020-09-30 Thread Danylo Ulianych
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: