-
Notifications
You must be signed in to change notification settings - Fork 7
Feature/issue 218/sphinx #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ad53e32
new docs
frey-perez b604893
api change
frey-perez 581cbab
more api automation changes.
frey-perez 6ad3d2a
docs workflow
frey-perez 663fd94
build from branch
frey-perez 69c6845
link
frey-perez 6e2a262
rm pdocs
frey-perez f4100d3
command change and duplicate code.
frey-perez 80ef428
deploy from gh-pages
frey-perez 052dc79
push to deploy
frey-perez b188b09
actions change
frey-perez 658cc67
minimal actions, build on push
frey-perez 84bbfee
single commit
frey-perez efc9ff5
__doc__ link
frey-perez 9c29094
tutorial change
frey-perez 52584c6
homepage change.
frey-perez 599df14
git ignore.
frey-perez 7e771e9
reverting workflows to work off main.
frey-perez f25669f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3ce889c
mistake.
frey-perez b698082
Merge branch 'feature/issue-218/sphinx' of https://github.com/childmi…
frey-perez efc1272
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -76,6 +76,8 @@ instance/ | |
|
|
||
| # Sphinx documentation | ||
| docs/_build/ | ||
| docs/build/ | ||
|
|
||
|
|
||
| # PyBuilder | ||
| .pybuilder/ | ||
|
|
||
This file contains hidden or 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 hidden or 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,23 @@ | ||
|
|
||
|
|
||
|
|
||
| SPHINXOPTS ?= | ||
| SPHINXBUILD ?= sphinx-build | ||
| SOURCEDIR = source | ||
| BUILDDIR = build | ||
|
|
||
|
|
||
| help: | ||
| @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
|
||
| .PHONY: help Makefile | ||
|
|
||
| %: Makefile | ||
| @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
|
|
||
|
|
||
| clean: | ||
| rm -rf $(BUILDDIR)/* | ||
|
|
||
| livehtml: | ||
| sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains hidden or 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,22 @@ | ||
| wristpy.core.cli | ||
| ================ | ||
|
|
||
| .. automodule:: wristpy.core.cli | ||
|
|
||
|
|
||
| .. rubric:: Functions | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| main | ||
| version_check | ||
|
|
||
| .. rubric:: Classes | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| ActivityMetric | ||
| Calibrator | ||
| Enum | ||
| NonwearAlgorithms | ||
| OutputFileType |
This file contains hidden or 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,14 @@ | ||
| wristpy.core.computations | ||
| ========================= | ||
|
|
||
| .. automodule:: wristpy.core.computations | ||
|
|
||
|
|
||
| .. rubric:: Functions | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| moving_mean | ||
| moving_median | ||
| moving_std | ||
| resample |
This file contains hidden or 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,12 @@ | ||
| wristpy.core.config | ||
| =================== | ||
|
|
||
| .. automodule:: wristpy.core.config | ||
|
|
||
|
|
||
| .. rubric:: Functions | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| get_logger | ||
| get_version |
This file contains hidden or 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,16 @@ | ||
| wristpy.core.exceptions | ||
| ======================= | ||
|
|
||
| .. automodule:: wristpy.core.exceptions | ||
|
|
||
|
|
||
| .. rubric:: Exceptions | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| CalibrationError | ||
| EmptyDirectoryError | ||
| InvalidFileTypeError | ||
| LoggedException | ||
| NoMotionError | ||
| SphereCriteriaError |
This file contains hidden or 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,19 @@ | ||
| wristpy.core.models | ||
| =================== | ||
|
|
||
| .. automodule:: wristpy.core.models | ||
|
|
||
|
|
||
| .. rubric:: Functions | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| field_validator | ||
|
|
||
| .. rubric:: Classes | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| BaseModel | ||
| Measurement | ||
| WatchData |
This file contains hidden or 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,11 @@ | ||
| wristpy.core.orchestrator | ||
| ========================= | ||
|
|
||
| .. automodule:: wristpy.core.orchestrator | ||
|
|
||
|
|
||
| .. rubric:: Functions | ||
|
|
||
| .. autosummary:: | ||
|
|
||
| run |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.