-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add version command to the CLI and fix a minor issue with the docstrings of wait function in API. * Improve the main readme, render notebooks in readthedocs and add a whole new CLI quickstart to the documentation. * Add a requirements file just for sphinx and readthedocs build. * Update README.rst * Fix a style issue with the main readme file. * Update README.rst * Fix another style issue with the main readme file.
- Loading branch information
Showing
17 changed files
with
702 additions
and
43 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
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,34 @@ | ||
.. _API_Documentation: | ||
|
||
API Documentation | ||
================= | ||
|
||
Comprehensive reference material for most of the public API exposed by Cromwell-tools: | ||
|
||
cromwell_tools.cromwell_api | ||
--------------------------- | ||
|
||
.. automodule:: cromwell_tools.cromwell_api | ||
:members: | ||
:inherited-members: | ||
|
||
cromwell_tools.cromwell_auth | ||
---------------------------- | ||
|
||
.. automodule:: cromwell_tools.cromwell_auth | ||
:members: | ||
:inherited-members: | ||
|
||
cromwell_tools.utilities | ||
------------------------ | ||
|
||
.. automodule:: cromwell_tools.utilities | ||
:members: | ||
:inherited-members: | ||
|
||
cromwell_tools.cli | ||
------------------ | ||
|
||
.. automodule:: cromwell_tools.cli | ||
:members: | ||
:inherited-members: |
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 @@ | ||
.. include:: ../README.rst |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,4 @@ | ||
{ | ||
"project_shortname": "testing workflow", | ||
"comment": "This is just an example labels file!" | ||
} |
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,5 @@ | ||
{ | ||
"read_from_cache": true, | ||
"write_to_cache": true, | ||
"backend": "PAPIv2" | ||
} |
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.