Skip to content

Commit 41a412b

Browse files
authored
Merge pull request #15 from chiaweh2/develop
include the cmems example and usage
2 parents 3ef243c + 68698f3 commit 41a412b

File tree

8 files changed

+4073
-6
lines changed

8 files changed

+4073
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ map_binning/
153153
│ └── cmems_nrt_coastal_bin.ipynb
154154
├── tests/ # Unit tests
155155
│ ├── __init__.py
156-
│ └── test_main.py
156+
│ └── ...
157157
├── pickle_folder/ # Default location for cached indices
158158
├── pyproject.toml # Project configuration
159159
├── environment.yml # Conda environment specification

doc/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
title: Map Binning Tool
55
author: Chia-Wei Hsu
6-
logo: map-binning-logo.png
6+
logo: map-binning-logo-circle.png
77

88
# Force re-execution of notebooks on each build.
99
# See https://jupyterbook.org/content/execute.html

doc/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ parts:
99
- caption: Getting Started
1010
chapters:
1111
- file: content/tutorial
12+
- file: content/cemes_example
1213

1314
- caption: Reference
1415
chapters:

0 commit comments

Comments
 (0)