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 sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/ba030079-4abb-4729-a3c7-d0f41c9d4c5cn%40googlegroups.com.

Reply via email to