diff --git a/docs/migration.md b/docs/migration.md index 0357bde..0eb7498 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -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 diff --git a/docs/notebooks/Model_tides.ipynb b/docs/notebooks/Model_tides.ipynb index c07ed52..3490a51 100644 --- a/docs/notebooks/Model_tides.ipynb +++ b/docs/notebooks/Model_tides.ipynb @@ -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):" diff --git a/docs/notebooks/Satellite_data.ipynb b/docs/notebooks/Satellite_data.ipynb index cd90886..97af901 100644 --- a/docs/notebooks/Satellite_data.ipynb +++ b/docs/notebooks/Satellite_data.ipynb @@ -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" ] }, @@ -197,7 +197,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Using ``pixel_tides``\n", + "## Using \"pixel_tides\"\n", "\n" ] }, diff --git a/mkdocs.yml b/mkdocs.yml index 5fb6277..8d44720 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: