Skip to content
Open
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# -- project information -----------------------------------------------------
#
project = 'EXP'
copyright = '2023-2025, EXP-code collaboration'
copyright = '2023-2026, EXP-code collaboration'
author = 'EXP-code collaboration'
release = '0.172'
release = '0.173'
version = '7.x'

# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ EXP concepts
topics/centering
topics/yamlconfig
topics/howtosim
topics/covariance

These topics provide some background detail on the software and
mathematics used in EXP.
Expand Down Expand Up @@ -122,6 +123,11 @@ mathematics used in EXP.
:doc:`topics/howtosim`
A guide for running EXP simulations

:doc:`topics/covariance
Comment thread
The9Cat marked this conversation as resolved.
Outdated
How to think about and compute significance of coefficients using
exp and pyEXP


.. toctree::
:caption: Frequently Asked Questions (FAQ)

Expand Down Expand Up @@ -162,7 +168,7 @@ How to solve specific problems

:doc:`topics/visualizing-fields`
Learn how to convert your coefficients to physical fields and
visualize them with Python and pyEXP
visualize them with Python and pyEXP
Comment thread
The9Cat marked this conversation as resolved.
Outdated

:doc:`topics/make-movies`
Make some movies from your fields in Python
Expand Down
Loading