diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9e7fc9e..7a1837278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Clarify installation instructions for SLURM plugin in Read the Docs (x2). - Fix waiting order of electrons in docs inside snippet for adding a dependency when inputs and outputs are independent. - Expose GCP Batch executor RTD. +- Add GCP Batch executor image in RTD. ### Fixed diff --git a/doc/source/api/executors/GCP_Batch.png b/doc/source/api/executors/GCP_Batch.png new file mode 100644 index 000000000..08965897a Binary files /dev/null and b/doc/source/api/executors/GCP_Batch.png differ diff --git a/doc/source/api/executors/gcpbatch.rst b/doc/source/api/executors/gcpbatch.rst index 49c077af7..2290d4778 100644 --- a/doc/source/api/executors/gcpbatch.rst +++ b/doc/source/api/executors/gcpbatch.rst @@ -3,7 +3,7 @@ Google Batch Executor """""""""""""""""""""""" -.. image:: Azure_Batch.png +.. image:: GCP_Batch.png Covalent Google Batch executor is an interface between Covalent and `Google Cloud Platform's Batch compute service `_. This executor allows execution of Covalent tasks on Google Batch compute service. @@ -228,7 +228,7 @@ To run the scripts manually, users must first authenticate with Google cloud via gcloud auth print-access-token -Once the user has authenticated, the infrastructure can be deployed by running the Terraform commands in the `infra` folder of the plugin's repository. +Once the user has authenticated, the infrastructure can be deployed by running the Terraform commands in the ``infra`` folder of the plugin's repository. .. code:: shell @@ -239,17 +239,9 @@ Once the user has authenticated, the infrastructure can be deployed by running t For first time deployment, the terraform provides must be initialized properly via ``terraform init``. -The HCL scripts also build the base executor docker image and upload it to the artifact registry after it gets created. This way the user need not build and push an image separately as the process is fully automated via Covalent. +The Terraform script also builds the base executor docker image and uploads it to the artifact registry after getting created. This means that users do not have to manually build and push the image. - - - - -=========================================== -5. Source -=========================================== - .. autoclass:: covalent.executor.GCPBatchExecutor :members: :inherited-members: