Skip to content

Commit

Permalink
Fix Zenodo metadata (#113)
Browse files Browse the repository at this point in the history
* fix zenodo metadata

* point towards stable RtD
  • Loading branch information
wtbarnes authored Sep 17, 2024
1 parent 2a0fd9c commit 5929575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
{
"name": "Peter Cargill",
"orcid": "",
"affiliation": "University of St Andrews / Imperial College, London"
},
{
Expand All @@ -42,7 +41,6 @@
},
{
"name": "Rowan Collazzo",
"orcid": "",
"affiliation": "Department of Physics, American University"
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).

0 comments on commit 5929575

Please sign in to comment.