Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
16b2652
Restructure documentation and add new sections
rubencalje Dec 4, 2025
a20afeb
Update data sources docs and move cache example
rubencalje Dec 4, 2025
9c2560c
Update and add documentation notebooks
rubencalje Dec 5, 2025
fd5bcf1
Update documentation notebooks and metadata
rubencalje Dec 5, 2025
25d8357
Update documentation notebooks and reorganize workflows
rubencalje Dec 5, 2025
1122558
Update waterboard level areas URL for Rivierenland and fix two other …
rubencalje Dec 5, 2025
9f6e2d0
fix notebook observations and improve gettings_started.rst
rubencalje Dec 5, 2025
64022d7
Add logo Artesia and improve logo nlmod
rubencalje Dec 5, 2025
de27ef6
Update rst files of documentation
rubencalje Dec 8, 2025
71067b2
Update rst files
rubencalje Dec 8, 2025
27d3ceb
Update logo assets and documentation
rubencalje Dec 8, 2025
da8532f
handle comments from @dbrakenhoff
rubencalje Dec 9, 2025
5d1eeaf
some changes that were forgotten to be saved
rubencalje Dec 9, 2025
3d44c3d
Try myst_nb instead of nbsphinx
rubencalje Dec 10, 2025
2197fe5
Do not fix packages for rtd
rubencalje Dec 10, 2025
51670ee
Remove tqdm output from documentation and vertical space between line…
rubencalje Dec 10, 2025
b81b374
Revert "Remove tqdm output from documentation and vertical space betw…
rubencalje Dec 10, 2025
755a8e6
Enable stream merging in notebook execution
rubencalje Dec 10, 2025
4fa0dd2
Monkey-patch tqdm to disable progress bars in docs
rubencalje Dec 10, 2025
5139869
Add custom CSS for scrollable DataFrames in docs
rubencalje Dec 10, 2025
1c0979d
environmental variable TQDM_DISABLE is set in readthedocs settings
rubencalje Dec 10, 2025
acbcd3b
Update custom.css
rubencalje Dec 10, 2025
0a042cb
Do not who progressbar from dask
rubencalje Dec 10, 2025
01fe32b
minor improvements
rubencalje Dec 10, 2025
36bb80e
improve notebooks
rubencalje Dec 10, 2025
daf2558
Remove dask progressbar from documentation
rubencalje Dec 11, 2025
8d6d6ac
Merge branch 'dev' into refactor_docs
rubencalje Dec 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* --- Make pandas DataFrames scrollable --- */
.dataframe {
max-width: 100%; /* Prevent table from exceeding container width */
display: block; /* Enables scrolling */
overflow-x: auto; /* Horizontal scroll for wide tables */
}

/* make text smaller so more fits */
.dataframe td,
.dataframe th {
font-size: 0.7em;
padding: 0.3em 0.5em;
}
Binary file modified docs/_static/logo_10000_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading