Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

- Prof. Krishna Kumar, University of Texas at Austin
- Prof. Pedro Arduino, University of Washington
- Prof. Scott Brandenberg, University of California Los Angeles
- Prof. Scott Brandenberg, University of California Los Angeles

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ jupyter-book start
- Prof. Krishna Kumar, University of Texas at Austin
- Prof. Pedro Arduino, University of Washington
- Prof. Scott Brandenberg, University of California Los Angeles
- Dr. Silvia Mazzoni, DesignSafe
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Learn more at https://jupyterbook.org/customize/config.html

title: DAPI - DesignSafe API
author: Krishna Kumar, Pedro Arduino, Scott Brandenberg
author: Krishna Kumar, Pedro Arduino, Scott Brandenberg, Silvia Mazzoni
logo: docs/nheri.png
copyright: "2024"

Expand Down
2 changes: 1 addition & 1 deletion docs-api/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Sphinx configuration for dapi API reference docs."""

project = "dapi"
copyright = "2024, Krishna Kumar, Pedro Arduino, Scott Brandenberg"
copyright = "2024, Krishna Kumar, Pedro Arduino, Scott Brandenberg, Silvia Mazzoni"
author = "Krishna Kumar"

extensions = [
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ authors = [
{ name = "Krishna Kumar", email = "krishnak@utexas.edu" },
{ name = "Pedro Arduino", email = "parduino@uw.edu" },
{ name = "Scott Brandenberg", email = "sjbrandenberg@ucla.edu" },
{ name = "Silvia Mazzoni", email = "silviamazzoni@yahoo.com" },
]
dependencies = [
"numpy>=1.21.0,<2.0; python_version < '3.10'",
Expand Down