-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bind Functions Again, Write Presentation (#46)
* [gha] move into place * [docs] add API documentation page * [docs] summarize epiworldpy * [docs] turn of recursive generation * [doc] reintroduce epiworld summary * [bind] bind those functions again * [interactives] create, sequester * [cleanup] misc cleanup tasks * [presentation] polish
- Loading branch information
1 parent
bf184a5
commit e6b0d9b
Showing
39 changed files
with
4,907 additions
and
402 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,7 @@ __pycache__/ | |
compile_commands.json | ||
*.html | ||
*.ipynb | ||
.nocheck/ | ||
|
||
*_files | ||
!README_files |
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,10 @@ | ||
API | ||
=== | ||
|
||
You can find the complete API documentation for `epiworldpy` below. | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
:recursive: | ||
|
||
epiworldpy |
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
Oops, something went wrong.