Skip to content

Commit 59064b1

Browse files
committed
Add documentation
1 parent 0728d3d commit 59064b1

File tree

383 files changed

+84420
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+84420
-0
lines changed

docs/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = source
9+
BUILDDIR = build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
297 KB
Binary file not shown.
1.08 MB
Binary file not shown.
563 KB
Binary file not shown.

docs/build/doctrees/index.doctree

4.9 KB
Binary file not shown.
2.67 KB
Binary file not shown.

docs/build/doctrees/nbsphinx/tutorial_notebooks/Covid19_Initial_Posterior_Estimation.ipynb

Lines changed: 1367 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "spatial-frank",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": []
10+
}
11+
],
12+
"metadata": {
13+
"kernelspec": {
14+
"display_name": "Python 3",
15+
"language": "python",
16+
"name": "python3"
17+
},
18+
"language_info": {
19+
"codemirror_mode": {
20+
"name": "ipython",
21+
"version": 3
22+
},
23+
"file_extension": ".py",
24+
"mimetype": "text/x-python",
25+
"name": "python",
26+
"nbconvert_exporter": "python",
27+
"pygments_lexer": "ipython3",
28+
"version": "3.7.1"
29+
},
30+
"toc": {
31+
"base_numbering": 1,
32+
"nav_menu": {},
33+
"number_sections": true,
34+
"sideBar": true,
35+
"skip_h1_title": false,
36+
"title_cell": "Table of Contents",
37+
"title_sidebar": "Contents",
38+
"toc_cell": false,
39+
"toc_position": {},
40+
"toc_section_display": true,
41+
"toc_window_display": false
42+
}
43+
},
44+
"nbformat": 4,
45+
"nbformat_minor": 5
46+
}

docs/build/doctrees/nbsphinx/tutorial_notebooks/ECG_Model.ipynb

Lines changed: 4819 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)