Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
demotu committed Mar 30, 2020
1 parent ccfd8e1 commit 5c0b81a
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 23 deletions.
17 changes: 17 additions & 0 deletions docs/detect_cusum.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,23 @@
"Let's see how to use `detect_cusum.py`; first let's import the necessary Python libraries and configure the environment:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Installation\n",
"\n",
"```bash\n",
"pip install detecta\n",
"```\n",
"\n",
"Or\n",
"\n",
"```bash\n",
"conda install -c duartexyz detecta\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
17 changes: 17 additions & 0 deletions docs/detect_onset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@
"Let's see how `detect_onset.py` works; first let's import the necessary Python libraries and configure the environment: "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Installation\n",
"\n",
"```bash\n",
"pip install detecta\n",
"```\n",
"\n",
"Or\n",
"\n",
"```bash\n",
"conda install -c duartexyz detecta\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
Loading

0 comments on commit 5c0b81a

Please sign in to comment.