We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d51fa commit 08424beCopy full SHA for 08424be
README.rst
@@ -10,7 +10,10 @@
10
11
.. raw:: html
12
13
- <video autoplay loop muted><source src="_static/logo_docs.mp4" type="video/mp4"></video>
+ <video autoplay loop muted style="width: 400px; max-width: 100%; margin: 0 auto; display:block;">
14
+ <source src="_static/logo_docs.mp4" type="video/mp4">
15
+ </video>
16
+ <br>
17
18
``adaptive`` is an open-source Python library designed to
19
make adaptive parallel function evaluation simple. With ``adaptive`` you
0 commit comments