Skip to content

Commit

Permalink
docs: update RTD links to polartoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Feb 17, 2024
1 parent efa34a2 commit e5376b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h2 align="center">Helpful tools for polar researchers</h2>

<p align="center">
<a href="https://antarctic-plots.readthedocs.io"><strong>Documentation Link</strong></a>
<a href="https://polartoolkit.readthedocs.io"><strong>Documentation Link</strong></a>
</p>

<!-- SPHINX-START1 -->
Expand Down Expand Up @@ -42,7 +42,7 @@ alt="Compatible Python versions."
alt="Zenodo DOI"
/>
</a>
<a href='https://readthedocs.org/projects/antarctic-plots/'><img src='https://readthedocs.org/projects/antarctic-plots/badge/?version=latest&style=flat-square' alt='Documentation Status' /></a>
<a href='https://readthedocs.org/projects/polartoolkit/'><img src='https://readthedocs.org/projects/polartoolkit/badge/?version=latest&style=flat-square' alt='Documentation Status' /></a>
</p>

<!-- SPHINX-END1 -->
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/gallery/setting_projection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/profile_walkthrough.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit e5376b3

Please sign in to comment.