Replies: 2 comments
-
Docstring example bellow(google flavor):
Typing in docs is necessary since sphinx will using the typing hints. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Based on input from the maintainers and consensus, we are using restructured text with Sphinx. The plan is to set up to autodeploy to readthedocs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This pre-PR checklist and workflow is not set in stone. It is meant to provide general guidelines for contributing to the project. We are also open to any feedback and can alter the workflow/checklist to include improvements.
Select an issue that interests you. We can optionally have a technical discussion or brainstorm ideas for resolving the issue. If you would like to pair up with someone else, feel free to do so!
Development work: Create a branch for your issue. When coding your contribution, keep the following in mind:
tests. If you need extra information about type hints, feel free to ask one of us or reference the Mypy cheat sheet
We expect that your code will be in scope of the issue. If you think of some additional improvements, submit another issue and
create a new branch for it
Once your code has been submitted, it will be reviewed by two of us on multiple platforms. We are hoping to improve the review process with an automated CI/CD pipeline which will become part of the review structure once a pipeline is implemented.
Beta Was this translation helpful? Give feedback.
All reactions