From 6215c08b6469ca0280a033525b9d86ec9a84ecd3 Mon Sep 17 00:00:00 2001 From: Israel Martinez Date: Sun, 24 Mar 2024 14:58:20 -0400 Subject: [PATCH] Add link to data challenge 2 page. --- docs/index.rst | 2 ++ docs/tutorials/index.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index bcd86f08..a753e177 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,6 +12,8 @@ In the following sections you will find: - Further usage examples - The Application Programming Interface (API), describes the various available classes, their properties, and usage. +See also `COSI's second data challenge `_ for the scientific description of the simulated data used in the tutorials, as well as an explanation of the statistical tools used by cosipy. + .. warning:: While many features are already available, cosipy is still actively under development. COSI is scheduled to launch in 2027. In preparation, the cosipy team will be releasing alpha versions with approximately an annual cadence. Your feedback will be greatly appreciated! Note, however, that these are not stable releases and various components can be modified or deprecated shortly. diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index f96d94d3..e87a2ea8 100644 --- a/docs/tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -5,6 +5,8 @@ This is a series of tutorials explaining step by step the various components of If you are interested instead of the description of each class and method, please see our `API <../api/index.html>`_ section. +See also `COSI's second data challenge `_ for the scientific description of the simulated data used in the tutorials, as well as an explanation of the statistical tools used by cosipy. + List of tutorials and contents, as a link to the corresponding Python notebook in the repository: 1. Data format and handling `(ipynb) `_