update authors list in pyproject.toml and move further doc link

This commit is contained in:
gnzng
2025-11-12 09:04:53 -06:00
parent 3c9e9eb1c7
commit 3f46caf757
2 changed files with 4 additions and 4 deletions
+2 -4
View File
@@ -26,6 +26,8 @@ model.compare(dataset) # See how the simulated and measured patterns compare
plt.show()
```
Further documentation is found [here](https://cdtools-developers.github.io/cdtools/).
# Installation
CDTools can be installed in several ways depending on your needs. For most users, installation from pypi is recommended. For developers or those who want the latest features, installation from source is available.
@@ -76,10 +78,6 @@ or with uv:
$ uv pip install -e ."[tests,docs]"
```
Further documentation is found [here](https://cdtools-developers.github.io/cdtools/).
CDTools was developed in the [photon scattering lab](https://scattering.mit.edu/) at MIT, and further development took place within the [computational x-ray imaging group](https://www.psi.ch/en/cxi) at PSI. The code is distributed under an MIT (a.k.a. Expat) license. If you would like to publish any work that uses CDTools, please contact [Abe Levitan](mailto:abraham.levitan@psi.ch).
Have a wonderful day!
+2
View File
@@ -10,6 +10,8 @@ requires-python = ">=3.9"
license = { file = "LICENSE.txt" }
authors = [
{ name = "Abe Levitan", email = "abraham.levitan@psi.ch" },
{ name = "Dayne Y. Sasaki" },
{ name = "Damian Guenzing" },
{ name = "Madelyn Cain" },
{ name = "Anastasiia Kutakh" }
]