forked from oist/optinist
-
Notifications
You must be signed in to change notification settings - Fork 4
use docval #131
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
use docval #131
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
59447be
refactor to use docval
ReiHashimoto 334742f
add settings to generate docs
ReiHashimoto 7bc9519
generate module docs
ReiHashimoto e39794b
Merge branch 'develop-main' into feature/use-docval
ReiHashimoto b038590
downgrade sphinx
ReiHashimoto d4a71cc
set 'function' as const
ReiHashimoto 4ed5401
use abc
ReiHashimoto c960eef
add return docs
ReiHashimoto 38a56ac
move internal function to Wrapper
ReiHashimoto 0eedb9c
set wrapper related function as classmethod
ReiHashimoto 718190c
rename Wrapper class to AlgoTemplate
ReiHashimoto c9c7724
Merge branch 'develop-main' into feature/use-docval
ReiHashimoto bfaa9f8
Merge branch 'develop-main' into feature/use-docval
ReiHashimoto 3b90a25
Merge remote-tracking branch 'origin/develop-main' into feature/use-d…
ReiHashimoto 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
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,45 @@ | ||
| studio.app.common.core.auth package | ||
| =================================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| studio.app.common.core.auth.auth module | ||
| --------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.auth.auth | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.auth.auth\_config module | ||
| ----------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.auth.auth_config | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.auth.auth\_dependencies module | ||
| ----------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.auth.auth_dependencies | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.auth.security module | ||
| ------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.auth.security | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.auth | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
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,53 @@ | ||
| studio.app.common.core.experiment package | ||
| ========================================= | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| studio.app.common.core.experiment.experiment module | ||
| --------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.experiment.experiment | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.experiment.experiment\_builder module | ||
| ------------------------------------------------------------ | ||
|
|
||
| .. automodule:: studio.app.common.core.experiment.experiment_builder | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.experiment.experiment\_reader module | ||
| ----------------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.experiment.experiment_reader | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.experiment.experiment\_utils module | ||
| ---------------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.experiment.experiment_utils | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.experiment.experiment\_writer module | ||
| ----------------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.experiment.experiment_writer | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.experiment | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
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,43 @@ | ||
| studio.app.common.core package | ||
| ============================== | ||
|
|
||
| Subpackages | ||
| ----------- | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 4 | ||
|
|
||
| studio.app.common.core.auth | ||
| studio.app.common.core.experiment | ||
| studio.app.common.core.rules | ||
| studio.app.common.core.snakemake | ||
| studio.app.common.core.users | ||
| studio.app.common.core.utils | ||
| studio.app.common.core.workflow | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| studio.app.common.core.logger module | ||
| ------------------------------------ | ||
|
|
||
| .. automodule:: studio.app.common.core.logger | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.mode module | ||
| ---------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.mode | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: studio.app.common.core | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
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,45 @@ | ||
| studio.app.common.core.rules package | ||
| ==================================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| studio.app.common.core.rules.data module | ||
| ---------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.rules.data | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.rules.file\_writer module | ||
| ------------------------------------------------ | ||
|
|
||
| .. automodule:: studio.app.common.core.rules.file_writer | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.rules.func module | ||
| ---------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.rules.func | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.rules.runner module | ||
| ------------------------------------------ | ||
|
|
||
| .. automodule:: studio.app.common.core.rules.runner | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.rules | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
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,69 @@ | ||
| studio.app.common.core.snakemake package | ||
| ======================================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| studio.app.common.core.snakemake.smk module | ||
| ------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake.smk | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.snakemake.smk\_builder module | ||
| ---------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake.smk_builder | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.snakemake.smk\_utils module | ||
| -------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake.smk_utils | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.snakemake.snakemake\_executor module | ||
| ----------------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake.snakemake_executor | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.snakemake.snakemake\_reader module | ||
| --------------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake.snakemake_reader | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.snakemake.snakemake\_rule module | ||
| ------------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake.snakemake_rule | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| studio.app.common.core.snakemake.snakemake\_writer module | ||
| --------------------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake.snakemake_writer | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.snakemake | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
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,21 @@ | ||
| studio.app.common.core.users package | ||
| ==================================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| studio.app.common.core.users.crud\_users module | ||
| ----------------------------------------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.users.crud_users | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: studio.app.common.core.users | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
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.