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
Is your feature request related to a problem? Please describe.
Some of the references are ill-formatted in the docs (because alignments are not set as expected by numpydoc I think), cf screenshot:
().
Describe the solution you'd like
EDIT: We would expect the ref numbering to be [1].
This seems to happen only where references are used in class docstrings (not in method docstrings for example)
This should be fixed everywhere needed. Help much appreciated!
The text was updated successfully, but these errors were encountered:
Hum, it seems this bug was due to numpydoc and by upgrading to version 1.0.0.dev0 does the trick (cf. latest docs). @GillesVandewiele I am really sorry that I wasted your time :/ I think I can close your PR, let me know if this is not the case.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.

Some of the references are ill-formatted in the docs (because alignments are not set as expected by numpydoc I think), cf screenshot:
().
Describe the solution you'd like
EDIT: We would expect the ref numbering to be
[1]
.This seems to happen only where references are used in class docstrings (not in method docstrings for example)
This should be fixed everywhere needed. Help much appreciated!
The text was updated successfully, but these errors were encountered: