-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UnitaryHack] Highlight executor args/kwargs in the docs (#1680)
* Add exception handle CLI start * Add AWS Lambda Executor auto documentation * Fix slurm executorr auto class reference * Add changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revert "Add exception handle CLI start" This reverts commit 560195c. * Fix RTD import * Add install dependencies for docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix isort * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add step install covalent this branch's source * Fix CHANGELOG * Seperated out autodoc requirements into file * Add executor plugins requirements * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix typo * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Install covalent first * Fix version conflict 'urllib3<1.27,>=1.25.4' botocore * Move botocore urllib3 dependency to post env create * Fix post create env * Fix post create env * Fix post create env * Revert changes wrt urllib3 version pinning for boto3 * Add urllib3 version pinning for boto3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Use version pinning readthedocs/readthedocs.org#9752 (comment) * Fix "Invalid configuration option: python.version" * Fix version conflict * Add comment on dependency pinning * Remove misplaced EC2 doc --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sankalp Sanand <sankalp@agnostiq.ai>
- Loading branch information
1 parent
9a8e955
commit 691f0eb
Showing
8 changed files
with
56 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
covalent-awsbatch-plugin | ||
covalent-awslambda-plugin | ||
covalent-braket-plugin | ||
covalent-ec2-plugin | ||
covalent-gcpbatch-plugin | ||
covalent-slurm-plugin | ||
covalent-ssh-plugin |
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
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