From e5376b359e0b6bbadaaadb02cd8731be77033517 Mon Sep 17 00:00:00 2001 From: mdtanker Date: Sat, 17 Feb 2024 16:35:44 -0700 Subject: [PATCH] docs: update RTD links to polartoolkit --- README.md | 8 ++++---- docs/gallery/setting_projection.ipynb | 2 +- docs/tutorial/profile_walkthrough.ipynb | 2 +- pyproject.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c4a461b..4bb6a206 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Helpful tools for polar researchers

-Documentation Link +Documentation Link

@@ -42,7 +42,7 @@ alt="Compatible Python versions." alt="Zenodo DOI" /> -Documentation Status +Documentation Status

@@ -75,8 +75,8 @@ BedMachine, Bedmap2, MODIA MoA), create maps and plots specific to Antarctica methods. Feel free to use, share, modify, and -[contribute](https://antarctic-plots.readthedocs.io/en/latest/contribute.html) -to this project. I've mostly made this for personal usage so expect significant +[contribute](https://polartoolkit.readthedocs.io/en/latest/contribute.html) to +this project. I've mostly made this for personal usage so expect significant changes. Hopefully, I'll implement more tests and Gallery examples soon. ## Project goals diff --git a/docs/gallery/setting_projection.ipynb b/docs/gallery/setting_projection.ipynb index c59a3b29..f52774ca 100644 --- a/docs/gallery/setting_projection.ipynb +++ b/docs/gallery/setting_projection.ipynb @@ -729,7 +729,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "You can switch between standard PyGMT commands and Antarctic-Plot commands. \n", + "You can switch between standard PyGMT commands and PolarToolkit commands. \n", "Here, on the same figure instance, we'll add:\n", "* a colorbar with a histogram\n", "* an inset location map\n", diff --git a/docs/tutorial/profile_walkthrough.ipynb b/docs/tutorial/profile_walkthrough.ipynb index 21a38914..c6414476 100644 --- a/docs/tutorial/profile_walkthrough.ipynb +++ b/docs/tutorial/profile_walkthrough.ipynb @@ -146,7 +146,7 @@ "Alternatively, load an interactive map, click to create a line, and use that line to create the path.\n", "\n", "Note: this requires a few optional dependencies. This can be install with:\n", - "```pip install antarctic-plots[interactive]```\n", + "```pip install polartoolkit[interactive]```\n", "or installed individually with:\n", "```mamba install geoviews cartopy ipyleaflet ipython```\n", "\n", diff --git a/pyproject.toml b/pyproject.toml index 6f1588ef..b31c6f03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,10 +97,10 @@ all = [ [project.urls] Homepage = "https://github.com/mdtanker/polartoolkit" -Documentation = "https://antarctic-plots.readthedocs.io/" +Documentation = "https://polartoolkit.readthedocs.io/" "Bug Tracker" = "https://github.com/mdtanker/polartoolkit/issues" Discussions = "https://github.com/mdtanker/polartoolkit/discussions" -Changelog = "https://antarctic-plots.readthedocs.io/en/latest/changelog.html" +Changelog = "https://polartoolkit.readthedocs.io/en/latest/changelog.html" [tool.setuptools.packages.find] where = ["src"]