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

Documentation workflow added #236

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Documentation workflow added #236

merged 3 commits into from
Mar 5, 2024

Conversation

alkidbaci
Copy link
Collaborator

@alkidbaci alkidbaci commented Mar 5, 2024

  • Added docs build and deploy workflow at .github/workflows/sphinx.yml.
  • Added requirements.txt (used in the docs workflow) which specifies the main packages of dicee as well as the packages needed to build and format the documentation.
  • Added folder docs\usage that holds .md files (that may contain descriptions, guides, tutorials, etc.) which can be displayed in the documentation.
    • For now the only used file is docs\usage\main.md which contains the content of README.md
  • sphinx-autoapi library will take care of automatic documentation that is sourced from docstrings.

Docs are deployed to gh-pages which is used as an indexing branch for GitHub Pages

@Demirrr Demirrr merged commit 8d783a3 into develop Mar 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants