Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request fwagner/cait!19
  • Loading branch information
Felix Wagner committed Jul 11, 2021
2 parents 61d04a8 + 7ddde63 commit a26b704
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Cait (Cryogenic Artificial Intelligence Tools) is a Python 3 software package fo
of raw data from cryogenic dark matter experiments. It is tailored to the needs of the CRESST and COSINUS experiment,
but applicable to other, similar data structures.

**Documentation:** Preview: https://adoring-hoover-f7972f.netlify.app/
**Documentation:** https://cait.readthedocs.io/

**Source Code:** https://git.cryocluster.org/fwagner/cait (for CRYOCLUSTER collaborations)
**Source Code:** https://github.com/fewagner/cait

**Bug Report:** https://git.cryocluster.org/fwagner/cait/-/issues (for CRYOCLUSTER collaborations)
**Bug Report:** https://github.com/fewagner/cait/issues


Installation
Expand Down
31 changes: 31 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,36 @@

# Defining the exact version will make sure things don't break
Sphinx==3.3.1
sphinx-autobuild==2020.9.1
sphinx-reload==0.2.0
sphinx-rtd-theme==0.5.1
sphinx-togglebutton==0.2.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
rinohtype==0.5.0
importlib-metadata==3.4.0
myst-nb==0.11.1
setuptools>=47.1.1
h5py
pickle-mixin
numpy
matplotlib
scipy
numba
sklearn
uproot
awkward1
torch
torchvision
pytorch-lightning
ipywidgets
tqdm
pandas
plotly
dash_html_components
dash_core_components
dash
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import os
import sys
import sphinx_rtd_theme
from unittest.mock import MagicMock

sys.path.insert(0, os.path.abspath('../..'))
sys.setrecursionlimit(1500)
Expand All @@ -24,7 +25,7 @@
author = 'Felix Wagner'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '1.0.0'

# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -76,4 +77,4 @@
"deflist",
"dollarmath",
"html_image",
]
]

0 comments on commit a26b704

Please sign in to comment.