Skip to content
Open
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
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
6 changes: 6 additions & 0 deletions 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`
How to think about and compute significance of coefficients using
exp and pyEXP


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

Expand Down
Loading