Closed MarcoHuebner closed 1 month ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The changes primarily enhance the documentation deployment process by updating the workflow configuration, removing outdated pre-commit hooks, and modifying documentation files. Key updates include the installation of Pandoc, integration of Jupyter Notebooks via the nbsphinx
extension, and improved organization of the documentation index. Additionally, formatting updates were made to a specific notebook to enhance readability. A new dependency for nbsphinx
was also added to the project configuration.
File | Change Summary |
---|---|
.github/workflows/deploy-docs.yaml |
Added steps to install Pandoc, clear existing notebook directory, and copy new notebook files for documentation deployment. |
.pre-commit-config.yaml |
Removed the build-docs hook related to Sphinx documentation compilation. |
README.md |
Updated instructions for local documentation build to include Pandoc installation prerequisites. |
docs/source/conf.py |
Added nbsphinx extension and set nbsphinx_execute option to "never" to control notebook execution during builds. |
docs/source/index.rst |
Introduced a new section with a table of contents for notebooks to enhance documentation organization. |
nb/02_Geo_visualization_example.ipynb |
Reformatted markdown cells for improved readability; no changes to code or functionality. |
pyproject.toml |
Added nbsphinx dependency with version ^0.9.5 to support Jupyter Notebooks in documentation. |
š° In the garden of code, we hop and play,
With Pandoc and notebooks, we brighten the day.
Our docs now are tidy, with nbsphinx in tow,
A leap into clarity, watch our knowledge grow!
So gather 'round, friends, letās share and delight,
In the world of our project, everything feels right! š¼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.30%. Comparing base (
1dcd903
) to head (3912f89
). Report is 1 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@coderabbitai full review
Built documentation can be found at https://correlaid.github.io/pystatis/dev/index.html
Addresses #25
Summary by CodeRabbit
Release Notes
New Features
nbsphinx
extension.Documentation
Bug Fixes