Skip to content

Add notebooks to docs#142

Merged
cchwala merged 25 commits into
pycomlink:masterfrom
cchwala:add_notebooks_to_docs
Oct 9, 2025
Merged

Add notebooks to docs#142
cchwala merged 25 commits into
pycomlink:masterfrom
cchwala:add_notebooks_to_docs

Conversation

@cchwala

@cchwala cchwala commented Nov 10, 2023

Copy link
Copy Markdown
Contributor

According to the documentation of readthedosc here it should be super easy to add the rendered notebooks in our docs. This PR tries to do just that.

This will close #144.

@codecov

codecov Bot commented Nov 10, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (975242b) 75.17% compared to head (879c8f8) 74.83%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
- Coverage   75.17%   74.83%   -0.35%     
==========================================
  Files          29       29              
  Lines        1112     1089      -23     
==========================================
- Hits          836      815      -21     
+ Misses        276      274       -2     
Flag Coverage Δ
unittests 74.83% <100.00%> (-0.35%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pycomlink/processing/nearby_rain_retrival.py 100.00% <100.00%> (+4.00%) ⬆️
pycomlink/processing/wet_dry/nearby_wetdry.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cchwala cchwala changed the title Add notebooks to docs [WIP] Add notebooks to docs Dec 7, 2023
@cchwala

cchwala commented Dec 7, 2023

Copy link
Copy Markdown
Contributor Author

...I have not yet managed to get this working...

@cchwala

cchwala commented Aug 8, 2024

Copy link
Copy Markdown
Contributor Author

Current status: One notebook is already correctly shown in the docs

TODO:

@cchwala cchwala modified the milestones: v0.4.0, v0.5.0 Oct 10, 2024
@cchwala cchwala changed the title [WIP] Add notebooks to docs Add notebooks to docs Oct 9, 2025
@cchwala

cchwala commented Oct 9, 2025

Copy link
Copy Markdown
Contributor Author

After just 2 years 🐌 this is now done 🎉 .

All notebooks (I hope I did not miss one) are now rendered in the docs.

What remains as TODO is to clean-up and potentially restructure the notebooks, see #170.

@cchwala cchwala merged commit ecc29c6 into pycomlink:master Oct 9, 2025
6 checks passed
cchwala added a commit that referenced this pull request Oct 9, 2025
We need this because the PDF build fails and we do not care about the PDF or epub build. Note that this only seems to affect the builds done of the master branch and not the PR builds of the docs which apparently only build the html version of the docs (which makes sense for a PR docs build which is used for debugging). Hence we did not see this problem occur in #142.

I hope this solved the issue with the current main readthedocs build.
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.

Add example notebooks to docs

1 participant