You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2023. It is now read-only.
My source docstring inside a class method (correct indent of multiple lines):
Returns:
ndarray: a 2-D ``int16`` numpy array with dimensions :math:`(n_e, 2)` where
the rows represent the :math:`(x, y)` coordinates of the :math:`n_e` events
detected in the frame.
renders badly in this way:
whereas if I change it to this (wrong indentation of multiple lines):
Returns:
ndarray: a 2-D ``int16`` numpy array with dimensions :math:`(n_e, 2)` where
the rows represent the :math:`(x, y)` coordinates of the :math:`n_e` events
detected in the frame.
it renders correctly to:
I'm using the sphinx_rtd_theme but a similar issue occurs with the default alabaster theme.