Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit c823894

Browse files
committed
Cleaned up docs, added required packages
1 parent 004c785 commit c823894

File tree

6 files changed

+16
-177
lines changed

6 files changed

+16
-177
lines changed

docs/source/PrognosAIs.CNN_model.rst

Lines changed: 0 additions & 86 deletions
This file was deleted.

docs/source/PrognosAIs.Cluster.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/source/PrognosAIs.Cluster_jobs.rst

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/source/PrognosAIs.Postprocessing.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616

1717
sys.path.insert(0, os.path.abspath("../.."))
18-
sys.setrecursionlimit(1500)
18+
sys.path.insert(0, os.path.abspath('../source'))
19+
sys.path.append(os.path.abspath('..'))
20+
# sys.setrecursionlimit(1500)
1921

2022

2123
# -- Project information -----------------------------------------------------

docs/source/requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
Sphinx==3.0.3
22
sphinx-rtd-theme==0.4.3
33
sphinx-autodoc-typehints == 1.11.1
4+
recommonmark == 0.6.0
5+
numba == 0.49.1
6+
numpy == 1.18.5
7+
h5py == 2.10.0
8+
psutil == 5.7.3
9+
SimpleITK == 1.2.4
10+
tensorflow == 2.3.1
11+
slurmpie == 0.4.0
12+
pandas == 1.1.4
13+
tensorflow_io == 0.15.0
14+
pyyaml == 5.3.1
15+
scipy == 1.5.3
16+
scikit-learn == 0.23.2

0 commit comments

Comments
 (0)