Skip to content

Commit

Permalink
Hotfix: Fix broken links in readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Feb 19, 2020
1 parent c141409 commit 3ae55d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,17 +320,17 @@ You can contact us via <[email protected]>.
[pipiflag]: https://pip-python3.readthedocs.io/en/latest/reference/pip_install.html?highlight=i#cmdoption-i
[winpy_link]: https://winpython.github.io/
[license_link]: https://github.com/GeoStat-Framework/GSTools/blob/master/LICENSE
[cov_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/covmodel.base.html#gstools.covmodel.base.CovModel
[cov_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/covmodel.html
[stable_link]: https://en.wikipedia.org/wiki/Stable_distribution
[doc_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/
[doc_install_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/#pip
[tut_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorials.html
[tut1_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_01_srf.html
[tut2_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_02_cov.html
[tut3_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_03_vario.html
[tut4_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_04_vec_field.html
[tut5_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_05_kriging.html
[tut6_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_06_conditioning.html
[tut7_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_07_transformations.html
[tut1_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/01_random_field/index.html
[tut2_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/02_cov_model/index.html
[tut3_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/03_variogram/index.html
[tut4_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/04_vector_field/index.html
[tut5_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/05_kriging/index.html
[tut6_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/06_conditioned_fields/index.html
[tut7_link]: https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/07_transformations/index.html
[cor_link]: https://en.wikipedia.org/wiki/Autocovariance#Normalization
[vtk_link]: https://www.vtk.org/
16 changes: 8 additions & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ Tutorials and Examples
The documentation also includes some `tutorials <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorials.html>`_,
showing the most important use cases of GSTools, which are

- `Random Field Generation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_01_srf.html>`_
- `The Covariance Model <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_02_cov.html>`_
- `Variogram Estimation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_03_vario.html>`_
- `Random Vector Field Generation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_04_vec_field.html>`_
- `Kriging <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_05_kriging.html>`_
- `Conditioned random field generation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_06_conditioning.html>`_
- `Field transformations <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/tutorial_07_transformations.html>`_
- `Random Field Generation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/01_random_field/index.html>`_
- `The Covariance Model <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/02_cov_model/index.html>`_
- `Variogram Estimation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/03_variogram/index.html>`_
- `Random Vector Field Generation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/04_vector_field/index.html>`_
- `Kriging <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/05_kriging/index.html>`_
- `Conditioned random field generation <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/06_conditioned_fields/index.html>`_
- `Field transformations <https://geostat-framework.readthedocs.io/projects/gstools/en/latest/examples/07_transformations/index.html>`_

Some more examples are provided in the examples folder.

Expand Down Expand Up @@ -307,7 +307,7 @@ generate 100 realizations and plot them:
User defined covariance models
==============================

One of the core-features of GSTools is the powerfull
One of the core-features of GSTools is the powerful
:any:`CovModel`
class, which allows to easy define covariance models by the user.

Expand Down

0 comments on commit 3ae55d2

Please sign in to comment.