Skip to content

Commit

Permalink
DOC: Add example about the output management (in base notebook, #117)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Nov 15, 2023
1 parent 219d02f commit 9c09a6e
Show file tree
Hide file tree
Showing 4 changed files with 1,058 additions and 44 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- CI: Revamping `test_satellites`
- DEPS: Remove as many mention as possible to `cloudpathlib`
- DEPS: Update minimum versions of some libraries
- DOC: Add example about the output management (in `base` notebook, [#117](https://github.com/sertit/eoreader/issues/117))
- GITHUB: Update bug template

## 0.20.4 (2023-09-26)
Expand Down
Binary file modified docs/_build/.jupyter_cache/global.db
Binary file not shown.
1,099 changes: 1,056 additions & 43 deletions docs/notebooks/base.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/notebooks/s3_compatible_storage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"source": [
"# Imports\n",
"import os\n",
"from cloudpathlib import S3Client, AnyPath\n",
"from cloudpathlib import AnyPath\n",
"import matplotlib.pyplot as plt\n",
"\n",
"from sertit import s3\n",
Expand Down

0 comments on commit 9c09a6e

Please sign in to comment.