-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
96 additions
and
3 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 |
---|---|---|
@@ -1,7 +1,14 @@ | ||
tesk | ||
TESK | ||
==== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:caption: Services (filer and taskmaster) | ||
|
||
tesk | ||
tesk.services | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:caption: API | ||
|
||
tesk.api |
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,18 @@ | ||
tesk.api.ga4gh package | ||
====================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
tesk.api.ga4gh.tes | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: tesk.api.ga4gh | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,21 @@ | ||
tesk.api.ga4gh.tes.base package | ||
=============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
tesk.api.ga4gh.tes.base.base\_tesk\_request module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: tesk.api.ga4gh.tes.base.base_tesk_request | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: tesk.api.ga4gh.tes.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,29 @@ | ||
tesk.api.ga4gh.tes package | ||
========================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
tesk.api.ga4gh.tes.base | ||
|
||
Submodules | ||
---------- | ||
|
||
tesk.api.ga4gh.tes.controllers module | ||
------------------------------------- | ||
|
||
.. automodule:: tesk.api.ga4gh.tes.controllers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: tesk.api.ga4gh.tes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,18 @@ | ||
tesk.api package | ||
================ | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
tesk.api.ga4gh | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: tesk.api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |