-
Notifications
You must be signed in to change notification settings - Fork 5
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 #36 from corriporai/develop
DOC: Updates on docs and code docs for release 0.3
- Loading branch information
Showing
30 changed files
with
5,563 additions
and
52 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 +1 @@ | ||
Version: **0.2.0** Date: **January 12, 2021** | ||
Version: **0.2.0 (+18, 23d03a8)** Date: **March 13, 2021** |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
======== | ||
Acessors | ||
======== | ||
.. currentmodule:: runpandas.types.acessors | ||
|
||
|
||
Special acessors to perform activity transformations or derived observations based on activity data. | ||
|
||
Moving | ||
------ | ||
|
||
.. autosummary:: | ||
:toctree: api/ | ||
|
||
moving._InactivityAssessor | ||
|
||
Metrics | ||
------- | ||
|
||
.. autosummary:: | ||
:toctree: api/ | ||
|
||
metrics.MetricsAcessor | ||
metrics.MetricsAcessor.speed | ||
metrics.MetricsAcessor.distance |
6 changes: 6 additions & 0 deletions
6
docs/source/reference/api/runpandas.types.Activity.distance.rst
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
runpandas.types.Activity.distance | ||
================================= | ||
|
||
.. currentmodule:: runpandas.types | ||
|
||
.. autoproperty:: Activity.distance |
6 changes: 6 additions & 0 deletions
6
docs/source/reference/api/runpandas.types.Activity.ellapsed_time.rst
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
runpandas.types.Activity.ellapsed\_time | ||
======================================= | ||
|
||
.. currentmodule:: runpandas.types | ||
|
||
.. autoproperty:: Activity.ellapsed_time |
6 changes: 6 additions & 0 deletions
6
docs/source/reference/api/runpandas.types.Activity.from_file.rst
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
runpandas.types.Activity.from\_file | ||
=================================== | ||
|
||
.. currentmodule:: runpandas.types | ||
|
||
.. automethod:: Activity.from_file |
6 changes: 6 additions & 0 deletions
6
docs/source/reference/api/runpandas.types.Activity.moving_time.rst
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
runpandas.types.Activity.moving\_time | ||
===================================== | ||
|
||
.. currentmodule:: runpandas.types | ||
|
||
.. autoproperty:: Activity.moving_time |
Oops, something went wrong.