-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #143 from pfizer-opensource/development
Version 0.14.1.post1
- Loading branch information
Showing
18 changed files
with
125 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh activity: | ||
.. _skdh-activity: | ||
|
||
.. automodule:: skdh.activity | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh context: | ||
.. _skdh-context: | ||
|
||
.. automodule:: skdh.context | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh features: | ||
.. _skdh-features: | ||
|
||
.. automodule:: skdh.features | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh gait: | ||
.. _skdh-gait: | ||
|
||
.. automodule:: skdh.gait | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh gait_old: | ||
.. _skdh-gait_old: | ||
|
||
.. automodule:: skdh.gait_old | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh io: | ||
.. _skdh-io: | ||
|
||
.. automodule:: skdh.io | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh preprocessing: | ||
.. _skdh-preprocessing: | ||
|
||
.. automodule:: skdh.preprocessing | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh sit2stand: | ||
.. _skdh-sit2stand: | ||
|
||
.. automodule:: skdh.sit2stand | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh base: | ||
.. _skdh-base: | ||
|
||
.. automodule:: skdh | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh sleep: | ||
.. _skdh-sleep: | ||
|
||
.. automodule:: skdh.sleep | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. _skdh utility: | ||
.. _skdh-utility: | ||
|
||
.. automodule:: skdh.utility | ||
:ignore-module-all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ matplotlib | |
numpydoc | ||
sphinx>=2.2.0 | ||
pydata-sphinx-theme | ||
sphinx-panels | ||
sphinx-design |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,28 +3,30 @@ Installation | |
|
||
Both PyPI and Conda-Forge should have pre-built wheels for major distributions. | ||
|
||
.. tabbed:: conda | ||
.. tab-set:: | ||
|
||
:: | ||
.. tab-item:: conda | ||
|
||
conda install -c conda-forge scikit-digital-health | ||
:: | ||
|
||
.. tabbed:: pip | ||
:selected: | ||
conda install -c conda-forge scikit-digital-health | ||
|
||
:: | ||
.. tab-item:: pip | ||
:selected: | ||
|
||
pip install scikit-digital-health | ||
:: | ||
|
||
.. tabbed:: pip from GitHub | ||
pip install scikit-digital-health | ||
|
||
:: | ||
.. tab-item:: pip from GitHub | ||
|
||
pip install git+ssh://[email protected]/PfizerRD/scikit-digital-health.git | ||
# install from a specific tag | ||
pip install git+ssh://[email protected]/PfizerRD/[email protected] | ||
# install from a specific branch | ||
pip install git+ssh://[email protected]/PfizerRD/scikit-digital-health@development | ||
:: | ||
|
||
pip install git+ssh://[email protected]/PfizerRD/scikit-digital-health.git | ||
# install from a specific tag | ||
pip install git+ssh://[email protected]/PfizerRD/[email protected] | ||
# install from a specific branch | ||
pip install git+ssh://[email protected]/PfizerRD/scikit-digital-health@development | ||
|
||
Run-time requirements | ||
^^^^^^^^^^^^^^^^^^^^^ | ||
|
Oops, something went wrong.