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

Improve and Host Documentation #11

Open
9 tasks
kkiani opened this issue Sep 9, 2024 · 1 comment
Open
9 tasks

Improve and Host Documentation #11

kkiani opened this issue Sep 9, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@kkiani
Copy link
Contributor

kkiani commented Sep 9, 2024

Description:

We need to enhance and formalize the project's documentation. This includes:

Tasks:

  • Improve existing docstrings across the codebase for better clarity and consistency.
  • Enforce docstring standards using ruff for automatic checks.
  • Investigate using MKDocs for generating user-friendly documentation.
  • Set up automatic documentation generation as part of the CI pipeline.
  • Host the generated documentation on a dedicated domain for easy access.

Acceptance Criteria:

  • All public methods and functions have clear, well-written docstrings.
  • ruff configured to enforce docstring standards during CI.
  • Documentation hosted on a domain, and automatically updated via CI.
  • MKDocs evaluated and integrated if feasible for long-term use.
@kkiani kkiani added the documentation Improvements or additions to documentation label Sep 9, 2024
@kkiani
Copy link
Contributor Author

kkiani commented Sep 9, 2024

This tutorial from Real Python can be a good start for implementation and discoloration: https://realpython.com/python-project-documentation-with-mkdocs/

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

No branches or pull requests

1 participant