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
We also discussed uniform formatting of docstrings.
If I understood correctly, this seems to be a requirement.
That would be numpydoc.
So how to proceed? First convert all PySE docstrings to this format?
Could that be done with a little AI help, i.e. some plugin like GH Copilot for my IDE (PyCharm)?
Or work on the deployment of Sphinx first and align the docstrings later?
So how to proceed? First convert all PySE docstrings to this format?
Could that be done with a little AI help, i.e. some plugin like GH Copilot for my IDE (PyCharm)?
Unfortunately I have not found a good way to do this easily. I tend to do it all manually. So do whatever works for you. I would say focusing on the docstrings is more important now. I'll figure out the sphinx setup and how to organise (technically) the hand written docs (like tutorials, or how tos). Then we can deploy the docs and iterate.
The text was updated successfully, but these errors were encountered: