From 3e550955f40657481fede48559beb200823a0d91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20M=C3=BCller?=
Date: Fri, 29 Apr 2022 12:05:15 +0200
Subject: [PATCH 1/3] README: add twitter and youtube
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 8746782b..4e7ebb89 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,15 @@
+
+
+
+Youtube Tutorial on GSTools
+
+
+
+
+
## Purpose
From 24d6b5713478f61ab91949d56b18f671b6d173c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20M=C3=BCller?=
Date: Fri, 29 Apr 2022 12:05:46 +0200
Subject: [PATCH 2/3] docs: add youtube, twitter, update cites
---
docs/source/conf.py | 1 +
docs/source/index.rst | 18 ++++++++++++++----
docs/source/tutorials.rst | 7 +++++++
setup.cfg | 1 +
4 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9a8d54a8..71c9f652 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -69,6 +69,7 @@ def setup(app):
"numpydoc",
"sphinx_gallery.gen_gallery",
"m2r2",
+ "sphinxcontrib.youtube",
]
# autosummaries from source-files
diff --git a/docs/source/index.rst b/docs/source/index.rst
index f39f2e88..50696c8e 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -6,11 +6,18 @@ GSTools Quickstart
:width: 150px
:align: center
+.. only:: html
-**Get in Touch!**
+ **Get in Touch!**
-|GH-Discussions| |Slack-Swung| |Gitter-GSTools| |Email|
+ |GH-Discussions| |Slack-Swung| |Gitter-GSTools| |Email| |Twitter|
+ **Youtube Tutorial on GSTools**
+
+ .. youtube:: qZBJ-AZXq6Q
+ :width: 100%
+
+ |
Purpose
=======
@@ -124,11 +131,11 @@ Citation
If you are using GSTools in your publication please cite our paper:
-| *Müller, S., Schüler, L., Zech, A., and Heße, F.: GSTools v1.3: a toolbox for geostatistical modelling in Python, Geosci. Model Dev., 15, 3161–3182, https://doi.org/10.5194/gmd-15-3161-2022, 2022.*
+ Müller, S., Schüler, L., Zech, A., and Heße, F.: GSTools v1.3: a toolbox for geostatistical modelling in Python, Geosci. Model Dev., 15, 3161–3182, https://doi.org/10.5194/gmd-15-3161-2022, 2022.
You can cite the Zenodo code publication of GSTools by:
-| *Sebastian Müller & Lennart Schüler. GeoStat-Framework/GSTools. Zenodo. https://doi.org/10.5281/zenodo.1313628*
+ Sebastian Müller & Lennart Schüler. GeoStat-Framework/GSTools. Zenodo. https://doi.org/10.5281/zenodo.1313628
If you want to cite a specific version, have a look at the `Zenodo site `__.
@@ -445,3 +452,6 @@ License
.. |Email| image:: https://img.shields.io/badge/Email-GeoStat--Framework-468a88?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIj48cGF0aCBkPSJNNDQ4IDg4SDUyYy0yNyAwLTQ5IDIyLTQ5IDQ5djIyNmMwIDI3IDIyIDQ5IDQ5IDQ5aDM5NmMyNyAwIDQ5LTIyIDQ5LTQ5VjEzN2MwLTI3LTIyLTQ5LTQ5LTQ5em0xNiA0OXYyMjZsLTIgNy0xMTUtMTE2IDExNy0xMTd6TTM2IDM2M1YxMzdsMTE3IDExN0wzOCAzNzBsLTItN3ptMjE5LTYzYy0zIDMtNyAzLTEwIDBMNjYgMTIxaDM2OHptLTc5LTIzIDQ2IDQ2YTM5IDM5IDAgMCAwIDU2IDBsNDYtNDYgMTAxIDEwMkg3NXoiIHN0eWxlPSJmaWxsOiNmNWY1ZjU7ZmlsbC1vcGFjaXR5OjEiLz48L3N2Zz4=
:alt: Email
:target: mailto:info@geostat-framework.org
+.. |Twitter| image:: https://img.shields.io/twitter/follow/GSFramework?style=social
+ :alt: Twitter Follow
+ :target: https://twitter.com/GSFramework
diff --git a/docs/source/tutorials.rst b/docs/source/tutorials.rst
index 28d39e56..3c25f597 100644
--- a/docs/source/tutorials.rst
+++ b/docs/source/tutorials.rst
@@ -23,3 +23,10 @@ explore its whole beauty and power.
examples/09_spatio_temporal/index
examples/10_normalizer/index
examples/00_misc/index
+
+.. only:: html
+
+ **Youtube Tutorial on GSTools**
+
+ .. youtube:: qZBJ-AZXq6Q
+ :width: 100%
diff --git a/setup.cfg b/setup.cfg
index c2f206ff..8f19e6cb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -72,6 +72,7 @@ doc =
sphinx>=4
sphinx-gallery>=0.8
sphinx-rtd-theme>=1
+ sphinxcontrib-youtube>=1.1
plotting =
matplotlib>=3
pyvista>=0.29
From d3b79e965dd9bb9569734fc629966440908c18ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20M=C3=BCller?=
Date: Fri, 29 Apr 2022 12:27:33 +0200
Subject: [PATCH 3/3] README: add GMD badge
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4e7ebb89..b58d48e9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Welcome to GSTools
-
+[![GMD](https://img.shields.io/badge/GMD-10.5194%2Fgmd--15--3161--2022-orange)](https://doi.org/10.5194/gmd-15-3161-2022)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1313628.svg)](https://doi.org/10.5281/zenodo.1313628)
[![PyPI version](https://badge.fury.io/py/gstools.svg)](https://badge.fury.io/py/gstools)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/gstools.svg)](https://anaconda.org/conda-forge/gstools)