Skip to content

Commit

Permalink
Add task graph animation to docs homepage (dask#10730)
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlottej13 authored Dec 20, 2023
1 parent f611551 commit 31b26df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

<script src="https://fast.wistia.com/embed/medias/l9sgt2saht.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:75.0% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;"><div class="wistia_embed wistia_async_l9sgt2saht seo=true videoFoam=true" style="height:100%;position:relative;width:100%">&nbsp;</div></div></div>

- **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
---------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 31b26df

Please sign in to comment.