Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate and deploy docs #60

Open
3 tasks
suvayu opened this issue Jul 26, 2024 · 3 comments
Open
3 tasks

Generate and deploy docs #60

suvayu opened this issue Jul 26, 2024 · 3 comments
Assignees
Labels

Comments

@suvayu
Copy link
Collaborator

suvayu commented Jul 26, 2024

@HannoSpreeuw
Copy link
Collaborator

HannoSpreeuw commented Nov 30, 2024

After consulting @suvayu: we'll go for Sphinx.

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?

@suvayu
Copy link
Collaborator Author

suvayu commented Dec 2, 2024

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.

@HannoSpreeuw
Copy link
Collaborator

Okay. I can do that, i.e. convert all the docstrings to align with numpydoc.

I created a documentation branch locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants