From 521aa3caef74003546769cf11b9b158394c0518b Mon Sep 17 00:00:00 2001 From: Will Barnes Date: Tue, 17 Sep 2024 09:52:08 -0400 Subject: [PATCH 1/2] fix zenodo metadata --- .zenodo.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 003832f..74c421c 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -17,7 +17,6 @@ }, { "name": "Peter Cargill", - "orcid": "", "affiliation": "University of St Andrews / Imperial College, London" }, { @@ -42,7 +41,6 @@ }, { "name": "Rowan Collazzo", - "orcid": "", "affiliation": "Department of Physics, American University" } ] From 2c860e7766485c12d7e4bef0d0046620ae82179f Mon Sep 17 00:00:00 2001 From: Will Barnes Date: Tue, 17 Sep 2024 09:52:22 -0400 Subject: [PATCH 2/2] point towards stable RtD --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b758ef..78816f2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The easiest way to install `ebtelplusplus` is through `pip`, pip install ebtelplusplus ``` -If you would like to compile and build the package from source, see [the instructions here](https://ebtelplusplus.readthedocs.org/en/latest/development.html). +If you would like to compile and build the package from source, see [the instructions here](https://ebtelplusplus.readthedocs.org/en/stable/development.html). ## Usage @@ -42,4 +42,4 @@ results = ebtelplusplus.run(2*u.h, 40*u.Mm, heating) ## Citation -If you use `ebtelplusplus` in any published work, it is greatly appreciated if you follow the [citation instructions here](https://ebtelplusplus.readthedocs.io/en/latest/index.html#citation). +If you use `ebtelplusplus` in any published work, it is greatly appreciated if you follow the [citation instructions here](https://ebtelplusplus.readthedocs.io/en/stable/index.html#citation).