Skip to content

Commit 22a8544

Browse files
committed
doc linkcheck passes
1 parent 96baa5a commit 22a8544

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build status](https://ci.appveyor.com/api/projects/status/0ehba569dttgsuyv?svg=true)](https://ci.appveyor.com/project/kbarnhart/umami)
44
[![Coverage Status](https://coveralls.io/repos/github/TerrainBento/umami/badge.svg?branch=master)](https://coveralls.io/github/TerrainBento/umami?branch=master)
55
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/umami/badges/installer/conda.svg)](https://conda.anaconda.org/conda-forge)
6-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/TerrainBento/umami/master?filepath=notebooks%2FWelcome.ipynb)
6+
[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/TerrainBento/umami/master?filepath=notebooks%2FWelcome.ipynb)
77
[![DOI](https://joss.theoj.org/papers/10.21105/joss.01776/status.svg)](https://doi.org/10.21105/joss.01776)
88

99

@@ -15,7 +15,7 @@ with
1515
[terrainbento](https://github.com/TerrainBento/terrainbento) and other models built with the
1616
[Landlab Toolkit](https://github.com/landlab/landlab). Examples can be
1717
found in the `notebooks` directory (or on Binder
18-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/TerrainBento/umami/master?filepath=notebooks%2FWelcome.ipynb)
18+
[![Binder](https://static.mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/TerrainBento/umami/master?filepath=notebooks%2FWelcome.ipynb)
1919
).
2020

2121
Umami offers two primary classes:

docs/source/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ To get help or ask questions, please make an `issue on GitHub`_.
5252
Installation Instructions
5353
-------------------------
5454

55-
Installation is described on `this`_ section of the README.
55+
Installation is described in `the README`_ .
5656

57-
.. _this: https://github.com/TerrainBento/umami#where-to-get-it
57+
.. _the README: https://github.com/TerrainBento/umami
5858

5959
Contributing
6060
------------

umami/calculations/metric/chi_intercept_gradient.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ def chi_intercept(chi_finder):
1515
This is a loose wrapper around the Landlab function
1616
`ChiFinder.best_fit_chi_elevation_gradient_and_intercept`_.
1717
18-
.. _ChiFinder.best_fit_chi_elevation_gradient_and_intercept: https://landlab.readthedocs.io/en/release/landlab.components.chi_index.html#landlab.components.chi_index.ChiFinder.best_fit_chi_elevation_gradient_and_intercept
18+
.. _ChiFinder.best_fit_chi_elevation_gradient_and_intercept: https://landlab.readthedocs.io/en/master/reference/components/index.html#landlab.components.ChiFinder.best_fit_chi_elevation_gradient_and_intercept
1919
2020
Parameters
2121
----------
2222
chi_finder : an instance of a `ChiFinder`_
2323
2424
25-
.. _ChiFinder: https://landlab.readthedocs.io/en/release/landlab.components.chi_index.html
25+
.. _ChiFinder: https://landlab.readthedocs.io/en/master/reference/components/chi_index.html
2626
2727
2828
Returns
@@ -78,14 +78,14 @@ def chi_gradient(chi_finder):
7878
This is a loose wrapper around the Landlab function
7979
`ChiFinder.best_fit_chi_elevation_gradient_and_intercept`_.
8080
81-
.. _ChiFinder.best_fit_chi_elevation_gradient_and_intercept: https://landlab.readthedocs.io/en/release/landlab.components.chi_index.html#landlab.components.chi_index.ChiFinder.best_fit_chi_elevation_gradient_and_intercept
81+
.. _ChiFinder.best_fit_chi_elevation_gradient_and_intercept: https://landlab.readthedocs.io/en/master/reference/components/index.html#landlab.components.ChiFinder.best_fit_chi_elevation_gradient_and_intercept
8282
8383
Parameters
8484
----------
8585
chi_finder : an instance of a `ChiFinder`_
8686
8787
88-
.. _ChiFinder: https://landlab.readthedocs.io/en/release/landlab.components.chi_index.html
88+
.. _ChiFinder: https://landlab.readthedocs.io/en/master/reference/components/chi_index.html
8989
9090
9191
Returns

umami/calculations/residual/discretized_misfit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def discretized_misfit(
1818
The following Binder notebook shows example usage of this umami
1919
calculation.
2020
21-
.. image:: https://mybinder.org/badge_logo.svg
21+
.. image:: https://static.mybinder.org/badge_logo.svg
2222
:target: https://mybinder.org/v2/gh/TerrainBento/umami/master?filepath=notebooks%2FDiscretizedMisfit.ipynb
2323
2424
The ``discretized_misfit`` calculation first classifies each grid cell in

0 commit comments

Comments
 (0)