
[](https://pypi.org/project/sdf-xarray/)
@@ -115,7 +117,9 @@ To run checks locally before opening a pull request, see
## Broad EPOCH Analysis Modules (BEAM)
-
+
+
+
**BEAM** is a collection of independent yet complementary open-source tools for
analysing EPOCH simulations, designed to be modular so researchers can adopt only
@@ -135,6 +139,8 @@ parameter space using various sampling methods.
## PlasmaFAIR
-
+
+
+
Originally developed by [PlasmaFAIR](https://plasmafair.github.io), EPSRC Grant EP/V051822/1
diff --git a/BEAM.png b/docs/_static/BEAM.png
similarity index 100%
rename from BEAM.png
rename to docs/_static/BEAM.png
diff --git a/PlasmaFAIR.svg b/docs/_static/PlasmaFAIR.svg
similarity index 100%
rename from PlasmaFAIR.svg
rename to docs/_static/PlasmaFAIR.svg
diff --git a/docs/_static/sdf-xarray-logo-dark.svg b/docs/_static/sdf-xarray-logo-dark.svg
new file mode 100644
index 0000000..1a5d77d
--- /dev/null
+++ b/docs/_static/sdf-xarray-logo-dark.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/docs/_static/sdf-xarray-logo-light.svg b/docs/_static/sdf-xarray-logo-light.svg
new file mode 100644
index 0000000..85a8ac4
--- /dev/null
+++ b/docs/_static/sdf-xarray-logo-light.svg
@@ -0,0 +1,55 @@
+
+
diff --git a/docs/conf.py b/docs/conf.py
index 2be3ee7..cd8d2d6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -116,6 +116,10 @@
"use_repository_button": True,
"use_issues_button": True,
"home_page_in_toc": False,
+ "logo": {
+ "image_light": "_static/sdf-xarray-logo-light.svg",
+ "image_dark": "_static/sdf-xarray-logo-dark.svg",
+ },
}
pygments_style = "sphinx"