diff --git a/docs/source/index.rst b/docs/source/index.rst index 14a26b527a1..b76162d2a57 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,11 +2,24 @@ Dask ==== -*Dask is a Python library for parallel and distributed computing.* Dask is ... +.. grid:: 1 1 2 2 + + .. grid-item:: + :columns: 12 12 6 6 + + *Dask is a Python library for parallel and distributed computing.* Dask is: + + - **Easy** to use and set up (it's just a Python library) + - **Powerful** at providing scale, and unlocking complex algorithms + - and **Fun** 🎉 + + .. grid-item:: + :columns: 12 12 6 6 + + .. raw:: html + +
 
-- **Easy** to use and set up (it's just a Python library) -- **Powerful** at providing scale, and unlocking complex algorithms -- and **Fun** 🎉 How to Use Dask --------------- diff --git a/pyproject.toml b/pyproject.toml index cd2cfe9b7f0..1b75522db6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -185,7 +185,7 @@ module = [ allow_untyped_defs = false [tool.codespell] -ignore-words-list = "coo,nd" +ignore-words-list = "coo,nd,medias" skip = "docs/source/changelog.rst" [tool.coverage.run]