Closed mileslucas closed 5 years ago
I think moving to numpy docstrings is a great idea! I'm not sure why we didn't do this in the first place (probably I didn't know any better).
I'll give this a go, I've got 25+ hours of flying to do today.
@jason-neal
I’ve inadvertently done most of this on my develop branch, so I wouldn’t put work into it especially on master!
Is there any opposition to converting to use NumPy style docstrings? In my opinion they are simpler to read when seeing the code, and sphinx has built-in support for it. Here is an example of the ReST vs numpy docstrings-
ReST docstring
Numpy docstring
(I'm aware they are not equivalent examples but the general point stands).
This is not a high-priority issue but something to consider for code clarity and documentation.
If we are okay with this, and someone wants to do the conversion, feel free to pull
docs/numpy-docstrings
and work on it. I won't have time for this while I'm working on the new modelling method.