-
Notifications
You must be signed in to change notification settings - Fork 3
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
Documentation: Describe API as it require for python package documentation #10
Comments
integration with GitHub https://docs.readthedocs.io/en/latest/integrations.html |
template for readthedocs https://github.com/readthedocs/tutorial-template |
readthedoc need admin access to be able to install web hooks. I am not sure that we have to grant it. |
I've decided to open source this repo now. Looks like it is good for development process and usage of reathedocs as documentation for API. |
Looks like build of docs was successful. Now we can do documentation in doc-as-a-code style |
Internationalisation is required. |
Sample of documentation added https://pygats.readthedocs.io/en/latest/ |
* #10: Start documentation implementation * #10: fix sphinx build error. Moved README.rst to docs/sources/index.rst. * #10: Fixed $project with pyGATs. * #10: Added build documentation instruction in README * #10: Fixed URL in index.rst * #12: Enable pylint for module * Create build and test python package * #12: added badges to readme * #12: replace installed module with local module * #12: fixed issue with python -m pytest * Rename src/pyGATs/pygats.py to src/pygats/pygats.py * Rename src/pyGATs/__init__.py to src/pygats/__init__.py Co-authored-by: Sysoev, Vladimir <[email protected]>
Write down current API state.
Need to understand how to prepare python styled documentation for python modules.
The text was updated successfully, but these errors were encountered: