issues
search
NeLy-EPFL
/
flygym
Simulating embodied sensorimotor control with NeuroMechFly v2
https://neuromechfly.org/
Apache License 2.0
31
stars
7
forks
source link
Fix website typos (no code change)
#211
Closed
sibocw
closed
3 months ago
sibocw
commented
3 months ago
Description
Fix typo
In NumPyDoc, parameters of the
__init__
method of a class should be documented under the class docstring (see
https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring
). Otherwise Sphinx doesn't build the autodoc correctly.
Does this address any currently open issues?
No
Description
__init__
method of a class should be documented under the class docstring (see https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring). Otherwise Sphinx doesn't build the autodoc correctly.Does this address any currently open issues?
No