Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 1, 2024
1 parent 8aeba52 commit 5d207e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Migrating from `dea_tools`

The `eo-tides` package contains functions that were previously available in the [`Digital Earth Australia Notebooks and Tools` repository](https://github.com/GeoscienceAustralia/dea-notebooks/).
To migrate your code from `dea-tools` to `eo-tides`, please be aware of the following breaking changes:
To migrate your code from DEA Tools to `eo-tides`, please be aware of the following breaking changes:

## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/Model_tides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Modelling tides\n",
"\n",
"## Using `model_tides`\n",
"## Using \"model_tides\"\n",
"\n",
"To model tide heights for a specific location and set of timesteps, we can use the `eo_tides.model.model_tides` function. \n",
"For example, we can model hourly tides across a one month period (January 2028):"
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/Satellite_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Combining with satellite data\n",
"\n",
"## Load satellite data using ``odc-stac``\n",
"## Load satellite data using \"odc-stac\"\n",
"\n"
]
},
Expand Down Expand Up @@ -197,7 +197,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Using ``pixel_tides``\n",
"## Using \"pixel_tides\"\n",
"\n"
]
},
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nav:
- API reference: api.md
- Reference:
- Changelog: changelog.md
- Migrating from `dea_tools`: migration.md
- Migrating from DEA Tools: migration.md
- Citations and credits: credits.md

plugins:
Expand Down

0 comments on commit 5d207e0

Please sign in to comment.