Skip to content

Commit

Permalink
Update documentation to standardize language with other pages (#35)
Browse files Browse the repository at this point in the history
* Update documentation to standardize language with other pages

* Apply suggestions from code review

Co-Authored-By: Jacob Tomlinson <jacobtomlinson@users.noreply.github.com>
  • Loading branch information
mrocklin and jacobtomlinson committed Oct 1, 2019
1 parent 00ffbc6 commit 1190ff7
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Welcome to dask-cloudprovider's documentation!
==============================================
Dask Cloud Provider
===================

*Native Cloud integration for Dask.*

Native Cloud integration for Dask. This library intends to allow people to
create dask clusters on a given cloud provider with no set up other than having
credentials.

Providers
=========
This library creates Dask clusters on a given cloud provider
with no set up other than having credentials.
Currently, it only supports AWS.

Below are the different modules for creating clusters on various cloud
providers.
Expand All @@ -27,7 +25,7 @@ Fargate/ECS
^^^^^^^^^^^

The ``FargateCluster`` will create a new Fargate ECS cluster by default along
with all the IAM roles, security groups, etc that it needs to function.
with all the IAM roles, security groups, and so on that it needs to function.

.. code-block:: python
Expand Down Expand Up @@ -56,7 +54,7 @@ will be created automatically like in ``FargateCluster``.
GPU Support
~~~~~~~~~~~

There is also support in ``ECSCLuster`` for GPU aware dask clusters. To do
There is also support in ``ECSCLuster`` for GPU aware Dask clusters. To do
this you need to create an ECS cluster with GPU capable instances (from the
``p3`` or ``p3dn`` families) and specify the number of GPUs each worker task
should have.
Expand Down

0 comments on commit 1190ff7

Please sign in to comment.