diff --git a/.buildinfo b/.buildinfo new file mode 100644 index 000000000..ebef7ea38 --- /dev/null +++ b/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 013bffda033fdd31b7cdcf32aeb318f6 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..4c14b9c95 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +pyviz.org diff --git a/_static/alabaster.css b/_static/alabaster.css new file mode 100644 index 000000000..4fe42a4a4 --- /dev/null +++ b/_static/alabaster.css @@ -0,0 +1,701 @@ +@import url("basic.css"); + +/* -- page layout ----------------------------------------------------------- */ + +body { + font-family: Ubuntu, sans-serif; + font-size: 0.9em; + background-color: #fff; + color: #000; + margin: 0; + padding: 0; +} + + +div.document { + width: 90%; + margin: 30px auto 0 auto; +} + +div.documentwrapper { + float: left; + width: 100%; +} + +div.bodywrapper { + margin: 0 0 0 220px; +} + +div.sphinxsidebar { + width: 220px; + font-size: 14px; + line-height: 1.5; +} + +hr { + border: 1px solid #B1B4B6; +} + +div.body { + background-color: #fff; + color: #3E4349; + padding: 0 30px 0 30px; +} + +div.body > .section { + text-align: left; +} + +div.footer { + width: 90%; + margin: 20px auto 30px auto; + font-size: 14px; + color: #888; + text-align: right; +} + +div.footer a { + color: #888; +} + +p.caption { + font-family: inherit; + font-size: inherit; +} + + +div.relations { + display: none; +} + + +div.sphinxsidebar a { + color: #444; + text-decoration: none; + border-bottom: 1px dotted #999; +} + +div.sphinxsidebar a:hover { + border-bottom: 1px solid #999; +} + +div.sphinxsidebarwrapper { + padding: 18px 10px; +} + +div.sphinxsidebarwrapper p.logo { + padding: 0; + margin: -10px 0 0 0px; + text-align: center; +} + +div.sphinxsidebarwrapper h1.logo { + margin-top: -10px; + text-align: center; + margin-bottom: 5px; + text-align: left; +} + +div.sphinxsidebarwrapper h1.logo-name { + margin-top: 0px; +} + +div.sphinxsidebarwrapper p.blurb { + margin-top: 0; + font-style: normal; +} + +div.sphinxsidebar h3, +div.sphinxsidebar h4 { + font-family: Ubuntu, sans-serif; + color: #444; + font-size: 24px; + font-weight: normal; + margin: 0 0 5px 0; + padding: 0; +} + +div.sphinxsidebar h4 { + font-size: 20px; +} + +div.sphinxsidebar h3 a { + color: #444; +} + +div.sphinxsidebar p.logo a, +div.sphinxsidebar h3 a, +div.sphinxsidebar p.logo a:hover, +div.sphinxsidebar h3 a:hover { + border: none; +} + +div.sphinxsidebar p { + color: #555; + margin: 10px 0; +} + +div.sphinxsidebar ul { + margin: 10px 0; + padding: 0; + color: #000; +} + +div.sphinxsidebar ul li.toctree-l1 > a { + font-size: 120%; +} + +div.sphinxsidebar ul li.toctree-l2 > a { + font-size: 110%; +} + +div.sphinxsidebar input { + border: 1px solid #CCC; + font-family: Ubuntu, sans-serif; + font-size: 1em; +} + +div.sphinxsidebar hr { + border: none; + height: 1px; + color: #AAA; + background: #AAA; + + text-align: left; + margin-left: 0; + width: 50%; +} + +div.sphinxsidebar .badge { + border-bottom: none; +} + +div.sphinxsidebar .badge:hover { + border-bottom: none; +} + +/* To address an issue with donation coming after search */ +div.sphinxsidebar h3.donation { + margin-top: 10px; +} + +/* -- body styles ----------------------------------------------------------- */ + +a { + color: #347ab4; + text-decoration: underline; +} + +a:hover { + color: #1c4669; + text-decoration: underline; +} + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6 { + font-family: Ubuntu, sans-serif; + font-weight: normal; + margin: 30px 0px 10px 0px; + padding: 0; +} + +div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; } +div.body h2 { font-size: 180%; } +div.body h3 { font-size: 150%; } +div.body h4 { font-size: 130%; } +div.body h5 { font-size: 100%; } +div.body h6 { font-size: 100%; } + +a.headerlink { + color: #DDD; + padding: 0 4px; + text-decoration: none; +} + +a.headerlink:hover { + color: #444; + background: #EAEAEA; +} + +div.body p, div.body dd, div.body li { + line-height: 1.4em; +} + +div.admonition { + margin: 20px 0px; + padding: 10px 30px; + background-color: #EEE; + border: 1px solid #CCC; +} + +div.admonition tt.xref, div.admonition code.xref, div.admonition a tt { + background-color: #FBFBFB; + border-bottom: 1px solid #fafafa; +} + +div.admonition p.admonition-title { + font-family: Ubuntu, sans-serif; + font-weight: normal; + font-size: 24px; + margin: 0 0 10px 0; + padding: 0; + line-height: 1; +} + +div.admonition p.last { + margin-bottom: 0; +} + +div.highlight { + background-color: #fff; +} + +dt:target, .highlight { + background: #FAF3E8; +} + +div.warning { + background-color: #FCC; + border: 1px solid #FAA; +} + +div.danger { + background-color: #FCC; + border: 1px solid #FAA; + -moz-box-shadow: 2px 2px 4px #D52C2C; + -webkit-box-shadow: 2px 2px 4px #D52C2C; + box-shadow: 2px 2px 4px #D52C2C; +} + +div.error { + background-color: #FCC; + border: 1px solid #FAA; + -moz-box-shadow: 2px 2px 4px #D52C2C; + -webkit-box-shadow: 2px 2px 4px #D52C2C; + box-shadow: 2px 2px 4px #D52C2C; +} + +div.caution { + background-color: #FCC; + border: 1px solid #FAA; +} + +div.attention { + background-color: #FCC; + border: 1px solid #FAA; +} + +div.important { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.note { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.tip { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.hint { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.seealso { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.topic { + background-color: #EEE; +} + +p.admonition-title { + display: inline; +} + +p.admonition-title:after { + content: ":"; +} + +pre, tt, code { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.9em; +} + +.hll { + background-color: #FFC; + margin: 0 -12px; + padding: 0 12px; + display: block; +} + +img.screenshot { +} + +tt.descname, tt.descclassname, code.descname, code.descclassname { + font-size: 0.95em; +} + +tt.descname, code.descname { + padding-right: 0.08em; +} + +img.screenshot { + -moz-box-shadow: 2px 2px 4px #EEE; + -webkit-box-shadow: 2px 2px 4px #EEE; + box-shadow: 2px 2px 4px #EEE; +} + +table.docutils { + border: 1px solid #888; + -moz-box-shadow: 2px 2px 4px #EEE; + -webkit-box-shadow: 2px 2px 4px #EEE; + box-shadow: 2px 2px 4px #EEE; +} + +table.docutils td, table.docutils th { + border: 1px solid #888; + padding: 0.25em 0.7em; +} + +table.field-list, table.footnote { + border: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +table.footnote { + margin: 15px 0; + width: 100%; + border: 1px solid #EEE; + background: #FDFDFD; + font-size: 0.9em; +} + +table.footnote + table.footnote { + margin-top: -15px; + border-top: none; +} + +table.field-list th { + padding: 0 0.8em 0 0; +} + +table.field-list td { + padding: 0; +} + +table.field-list p { + margin-bottom: 0.8em; +} + +/* Cloned from + * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68 + */ +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +table.footnote td.label { + width: .1px; + padding: 0.3em 0 0.3em 0.5em; +} + +table.footnote td { + padding: 0.3em 0.5em; +} + +dl { + margin: 0; + padding: 0; +} + +dl dd { + margin-left: 30px; +} + +blockquote { + margin: 0 0 0 30px; + padding: 0; +} + +ul, ol { + /* Matches the 30px from the narrow-screen "li > ul" selector below */ + margin: 10px 0 10px 30px; + padding: 0; +} + +pre { + background: #EEE; + padding: 7px 30px; + margin: 15px 0px; + line-height: 1.3em; +} + +div.viewcode-block:target { + background: #ffd; +} + +dl pre, blockquote pre, li pre { + margin-left: 0; + padding-left: 30px; +} + +tt, code { + background-color: #ecf0f3; + color: #222; + /* padding: 1px 2px; */ +} + +tt.xref, code.xref, a tt { + background-color: #FBFBFB; + border-bottom: 1px solid #fff; +} + +a.reference { + text-decoration: none; + border-bottom: 1px dotted #347ab4; +} + +/* Don't put an underline on images */ +a.image-reference, a.image-reference:hover { + border-bottom: none; +} + +a.reference:hover { + border-bottom: 1px solid #1c4669; +} + +a.footnote-reference { + text-decoration: none; + font-size: 0.7em; + vertical-align: top; + border-bottom: 1px dotted #347ab4; +} + +a.footnote-reference:hover { + border-bottom: 1px solid #1c4669; +} + +a:hover tt, a:hover code { + background: #EEE; +} + + +@media screen and (max-width: 870px) { + + div.sphinxsidebar { + display: none; + } + + div.document { + width: 100%; + + } + + div.documentwrapper { + margin-left: 0; + margin-top: 0; + margin-right: 0; + margin-bottom: 0; + } + + div.bodywrapper { + margin-top: 0; + margin-right: 0; + margin-bottom: 0; + margin-left: 0; + } + + ul { + margin-left: 0; + } + + li > ul { + /* Matches the 30px from the "ul, ol" selector above */ + margin-left: 30px; + } + + .document { + width: auto; + } + + .footer { + width: auto; + } + + .bodywrapper { + margin: 0; + } + + .footer { + width: auto; + } + + .github { + display: none; + } + + + +} + + + +@media screen and (max-width: 875px) { + + body { + margin: 0; + padding: 20px 30px; + } + + div.documentwrapper { + float: none; + background: #fff; + } + + div.sphinxsidebar { + display: block; + float: none; + width: 102.5%; + margin: 50px -30px -20px -30px; + padding: 10px 20px; + background: #333; + color: #FFF; + } + + div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p, + div.sphinxsidebar h3 a { + color: #fff; + } + + div.sphinxsidebar a { + color: #AAA; + } + + div.sphinxsidebar p.logo { + display: none; + } + + div.document { + width: 100%; + margin: 0; + } + + div.footer { + display: none; + } + + div.bodywrapper { + margin: 0; + } + + div.body { + min-height: 0; + padding: 0; + } + + .rtd_doc_footer { + display: none; + } + + .document { + width: auto; + } + + .footer { + width: auto; + } + + .footer { + width: auto; + } + + .github { + display: none; + } +} + + +/* misc. */ + +.revsys-inline { + display: none!important; +} + +/* Make nested-list/multi-paragraph items look better in Releases changelog + * pages. Without this, docutils' magical list fuckery causes inconsistent + * formatting between different release sub-lists. + */ +div#changelog > div.section > ul > li > p:only-child { + margin-bottom: 0; +} + +/* Hide fugly table cell borders in ..bibliography:: directive output */ +table.docutils.citation, table.docutils.citation td, table.docutils.citation th { + border: none; + /* Below needed in some edge cases; if not applied, bottom shadows appear */ + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + + +/* relbar */ + +.related { + line-height: 30px; + width: 100%; + font-size: 0.9rem; +} + +.related.top { + border-bottom: 1px solid #EEE; + margin-bottom: 20px; +} + +.related.bottom { + border-top: 1px solid #EEE; +} + +.related ul { + padding: 0; + margin: 0; + list-style: none; +} + +.related li { + display: inline; +} + +nav#rellinks { + float: right; +} + +nav#rellinks li+li:before { + content: "|"; +} + +nav#breadcrumbs li+li:before { + content: "\00BB"; +} + +/* Hide certain items when printing */ +@media print { + div.related { + display: none; + } +} \ No newline at end of file diff --git a/_static/badges/anaconda.png b/_static/badges/anaconda.png new file mode 100644 index 000000000..90ef4dbf1 Binary files /dev/null and b/_static/badges/anaconda.png differ diff --git a/_static/badges/builtons/bokeh.png b/_static/badges/builtons/bokeh.png new file mode 100644 index 000000000..41c4efafc Binary files /dev/null and b/_static/badges/builtons/bokeh.png differ diff --git a/_static/badges/builtons/d3.png b/_static/badges/builtons/d3.png new file mode 100644 index 000000000..a8415dd3d Binary files /dev/null and b/_static/badges/builtons/d3.png differ diff --git a/_static/badges/builtons/gmt.png b/_static/badges/builtons/gmt.png new file mode 100644 index 000000000..2c6a46a91 Binary files /dev/null and b/_static/badges/builtons/gmt.png differ diff --git a/_static/badges/builtons/graphviz.png b/_static/badges/builtons/graphviz.png new file mode 100644 index 000000000..796753465 Binary files /dev/null and b/_static/badges/builtons/graphviz.png differ diff --git a/_static/badges/builtons/leaflet.png b/_static/badges/builtons/leaflet.png new file mode 100644 index 000000000..58e0a10d7 Binary files /dev/null and b/_static/badges/builtons/leaflet.png differ diff --git a/_static/badges/builtons/matplotlib.png b/_static/badges/builtons/matplotlib.png new file mode 100644 index 000000000..82d957568 Binary files /dev/null and b/_static/badges/builtons/matplotlib.png differ diff --git a/_static/badges/builtons/opengl.png b/_static/badges/builtons/opengl.png new file mode 100644 index 000000000..409a156bf Binary files /dev/null and b/_static/badges/builtons/opengl.png differ diff --git a/_static/badges/builtons/panel.png b/_static/badges/builtons/panel.png new file mode 100644 index 000000000..0fca674dc Binary files /dev/null and b/_static/badges/builtons/panel.png differ diff --git a/_static/badges/builtons/plotly.png b/_static/badges/builtons/plotly.png new file mode 100644 index 000000000..07c32e4d3 Binary files /dev/null and b/_static/badges/builtons/plotly.png differ diff --git a/_static/badges/builtons/qt.png b/_static/badges/builtons/qt.png new file mode 100644 index 000000000..ba96eb912 Binary files /dev/null and b/_static/badges/builtons/qt.png differ diff --git a/_static/badges/builtons/vega.png b/_static/badges/builtons/vega.png new file mode 100644 index 000000000..5651fefe7 Binary files /dev/null and b/_static/badges/builtons/vega.png differ diff --git a/_static/badges/builtons/vispy.png b/_static/badges/builtons/vispy.png new file mode 100644 index 000000000..eaa60fcd2 Binary files /dev/null and b/_static/badges/builtons/vispy.png differ diff --git a/_static/badges/builtons/vtk.png b/_static/badges/builtons/vtk.png new file mode 100644 index 000000000..03b4d3e3a Binary files /dev/null and b/_static/badges/builtons/vtk.png differ diff --git a/_static/badges/builtons/vulkan.png b/_static/badges/builtons/vulkan.png new file mode 100644 index 000000000..91e6b2288 Binary files /dev/null and b/_static/badges/builtons/vulkan.png differ diff --git a/_static/badges/builtons/webgl.png b/_static/badges/builtons/webgl.png new file mode 100644 index 000000000..427f3cc8a Binary files /dev/null and b/_static/badges/builtons/webgl.png differ diff --git a/_static/badges/cgs.svg b/_static/badges/cgs.svg new file mode 100644 index 000000000..a5ad5da00 --- /dev/null +++ b/_static/badges/cgs.svg @@ -0,0 +1,229 @@ + + diff --git a/_static/badges/embl.png b/_static/badges/embl.png new file mode 100644 index 000000000..5302412c0 Binary files /dev/null and b/_static/badges/embl.png differ diff --git a/_static/badges/enthought.svg b/_static/badges/enthought.svg new file mode 100644 index 000000000..2a61e6c06 --- /dev/null +++ b/_static/badges/enthought.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/badges/h2o.png b/_static/badges/h2o.png new file mode 100644 index 000000000..63ec60f88 Binary files /dev/null and b/_static/badges/h2o.png differ diff --git a/_static/badges/huggingface.png b/_static/badges/huggingface.png new file mode 100644 index 000000000..d0e316e96 Binary files /dev/null and b/_static/badges/huggingface.png differ diff --git a/_static/badges/jetbrains.png b/_static/badges/jetbrains.png new file mode 100644 index 000000000..77ef3f89c Binary files /dev/null and b/_static/badges/jetbrains.png differ diff --git a/_static/badges/kitware.svg b/_static/badges/kitware.svg new file mode 100644 index 000000000..d880dde55 --- /dev/null +++ b/_static/badges/kitware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/badges/marimo.png b/_static/badges/marimo.png new file mode 100644 index 000000000..55d8fe879 Binary files /dev/null and b/_static/badges/marimo.png differ diff --git a/_static/badges/metoffice.png b/_static/badges/metoffice.png new file mode 100644 index 000000000..b8225000e Binary files /dev/null and b/_static/badges/metoffice.png differ diff --git a/_static/badges/mljar.png b/_static/badges/mljar.png new file mode 100644 index 000000000..3614c8ac7 Binary files /dev/null and b/_static/badges/mljar.png differ diff --git a/_static/badges/numfocus.png b/_static/badges/numfocus.png new file mode 100644 index 000000000..e1768ae33 Binary files /dev/null and b/_static/badges/numfocus.png differ diff --git a/_static/badges/nvidia.jpg b/_static/badges/nvidia.jpg new file mode 100644 index 000000000..53e483ed0 Binary files /dev/null and b/_static/badges/nvidia.jpg differ diff --git a/_static/badges/panel.png b/_static/badges/panel.png new file mode 100644 index 000000000..0e13b7c5f Binary files /dev/null and b/_static/badges/panel.png differ diff --git a/_static/badges/plotly.png b/_static/badges/plotly.png new file mode 100644 index 000000000..98ebc6608 Binary files /dev/null and b/_static/badges/plotly.png differ diff --git a/_static/badges/positpbc.png b/_static/badges/positpbc.png new file mode 100644 index 000000000..461b83da0 Binary files /dev/null and b/_static/badges/positpbc.png differ diff --git a/_static/badges/quantstack.svg b/_static/badges/quantstack.svg new file mode 100644 index 000000000..432806093 --- /dev/null +++ b/_static/badges/quantstack.svg @@ -0,0 +1,52 @@ + + + + \ No newline at end of file diff --git a/_static/badges/reflex.svg b/_static/badges/reflex.svg new file mode 100644 index 000000000..0aeffe591 --- /dev/null +++ b/_static/badges/reflex.svg @@ -0,0 +1,8 @@ + diff --git a/_static/badges/sandia.png b/_static/badges/sandia.png new file mode 100644 index 000000000..d6e4b9ef5 Binary files /dev/null and b/_static/badges/sandia.png differ diff --git a/_static/badges/spotify.png b/_static/badges/spotify.png new file mode 100644 index 000000000..6d2df7505 Binary files /dev/null and b/_static/badges/spotify.png differ diff --git a/_static/badges/streamlit.png b/_static/badges/streamlit.png new file mode 100644 index 000000000..0a2eb6b1f Binary files /dev/null and b/_static/badges/streamlit.png differ diff --git a/_static/badges/taipy.png b/_static/badges/taipy.png new file mode 100644 index 000000000..3e8888c4e Binary files /dev/null and b/_static/badges/taipy.png differ diff --git a/_static/badges/unidata.png b/_static/badges/unidata.png new file mode 100644 index 000000000..b3079c297 Binary files /dev/null and b/_static/badges/unidata.png differ diff --git a/_static/badges/vaexio.png b/_static/badges/vaexio.png new file mode 100644 index 000000000..718bd027e Binary files /dev/null and b/_static/badges/vaexio.png differ diff --git a/_static/badges/weights_and_biases.svg b/_static/badges/weights_and_biases.svg new file mode 100644 index 000000000..7c90f319e --- /dev/null +++ b/_static/badges/weights_and_biases.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/badges/widgetti.png b/_static/badges/widgetti.png new file mode 100644 index 000000000..7dd6dd118 Binary files /dev/null and b/_static/badges/widgetti.png differ diff --git a/_static/badges/zauberzeug.webp b/_static/badges/zauberzeug.webp new file mode 100644 index 000000000..c64565a59 Binary files /dev/null and b/_static/badges/zauberzeug.webp differ diff --git a/_static/basic.css b/_static/basic.css new file mode 100644 index 000000000..bf18350b6 --- /dev/null +++ b/_static/basic.css @@ -0,0 +1,906 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li p.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: 450px; + max-width: 800px; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +a.brackets:before, +span.brackets > a:before{ + content: "["; +} + +a.brackets:after, +span.brackets > a:after { + content: "]"; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, figure.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, figure.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar, +aside.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} + +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ + +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure, figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption, figcaption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number, +figcaption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text, +figcaption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +dl.footnote > dt, +dl.citation > dt { + float: left; + margin-right: 0.5em; +} + +dl.footnote > dd, +dl.citation > dd { + margin-bottom: 0em; +} + +dl.footnote > dd:after, +dl.citation > dd:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dt:after { + content: ":"; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/_static/cache/AutoViz_conda_downloads_badge.svg b/_static/cache/AutoViz_conda_downloads_badge.svg new file mode 100644 index 000000000..dea656ef9 --- /dev/null +++ b/_static/cache/AutoViz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/AutoViz_contributors_badge.svg b/_static/cache/AutoViz_contributors_badge.svg new file mode 100644 index 000000000..e4e2b3976 --- /dev/null +++ b/_static/cache/AutoViz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/AutoViz_license_badge.svg b/_static/cache/AutoViz_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/AutoViz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/AutoViz_pypi_downloads_badge.svg b/_static/cache/AutoViz_pypi_downloads_badge.svg new file mode 100644 index 000000000..6bc3ccee4 --- /dev/null +++ b/_static/cache/AutoViz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/AutoViz_stars_badge.svg b/_static/cache/AutoViz_stars_badge.svg new file mode 100644 index 000000000..226ef9772 --- /dev/null +++ b/_static/cache/AutoViz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/CMasher_conda_downloads_badge.svg b/_static/cache/CMasher_conda_downloads_badge.svg new file mode 100644 index 000000000..2c612f483 --- /dev/null +++ b/_static/cache/CMasher_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/CMasher_contributors_badge.svg b/_static/cache/CMasher_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/CMasher_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/CMasher_license_badge.svg b/_static/cache/CMasher_license_badge.svg new file mode 100644 index 000000000..f78e4bd96 --- /dev/null +++ b/_static/cache/CMasher_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/CMasher_pypi_downloads_badge.svg b/_static/cache/CMasher_pypi_downloads_badge.svg new file mode 100644 index 000000000..e7ea556c8 --- /dev/null +++ b/_static/cache/CMasher_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/CMasher_stars_badge.svg b/_static/cache/CMasher_stars_badge.svg new file mode 100644 index 000000000..342b11633 --- /dev/null +++ b/_static/cache/CMasher_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/DataStack_conda_downloads_badge.svg b/_static/cache/DataStack_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/DataStack_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/DataStack_contributors_badge.svg b/_static/cache/DataStack_contributors_badge.svg new file mode 100644 index 000000000..d2f36c318 --- /dev/null +++ b/_static/cache/DataStack_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/DataStack_license_badge.svg b/_static/cache/DataStack_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/DataStack_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/DataStack_pypi_downloads_badge.svg b/_static/cache/DataStack_pypi_downloads_badge.svg new file mode 100644 index 000000000..0177894c4 --- /dev/null +++ b/_static/cache/DataStack_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/DataStack_stars_badge.svg b/_static/cache/DataStack_stars_badge.svg new file mode 100644 index 000000000..a22f73c8f --- /dev/null +++ b/_static/cache/DataStack_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/MetPy_conda_downloads_badge.svg b/_static/cache/MetPy_conda_downloads_badge.svg new file mode 100644 index 000000000..814d3b452 --- /dev/null +++ b/_static/cache/MetPy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/MetPy_contributors_badge.svg b/_static/cache/MetPy_contributors_badge.svg new file mode 100644 index 000000000..d0e2a028a --- /dev/null +++ b/_static/cache/MetPy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/MetPy_license_badge.svg b/_static/cache/MetPy_license_badge.svg new file mode 100644 index 000000000..9694ca204 --- /dev/null +++ b/_static/cache/MetPy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/MetPy_pypi_downloads_badge.svg b/_static/cache/MetPy_pypi_downloads_badge.svg new file mode 100644 index 000000000..de0a4f7dc --- /dev/null +++ b/_static/cache/MetPy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/MetPy_stars_badge.svg b/_static/cache/MetPy_stars_badge.svg new file mode 100644 index 000000000..a0ade10a8 --- /dev/null +++ b/_static/cache/MetPy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_conda_downloads_badge.svg b/_static/cache/Pandas-Bokeh_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/Pandas-Bokeh_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_contributors_badge.svg b/_static/cache/Pandas-Bokeh_contributors_badge.svg new file mode 100644 index 000000000..a38c5641d --- /dev/null +++ b/_static/cache/Pandas-Bokeh_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_license_badge.svg b/_static/cache/Pandas-Bokeh_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/Pandas-Bokeh_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_pypi_downloads_badge.svg b/_static/cache/Pandas-Bokeh_pypi_downloads_badge.svg new file mode 100644 index 000000000..4e2a8cb56 --- /dev/null +++ b/_static/cache/Pandas-Bokeh_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_stars_badge.svg b/_static/cache/Pandas-Bokeh_stars_badge.svg new file mode 100644 index 000000000..7d8ca65dc --- /dev/null +++ b/_static/cache/Pandas-Bokeh_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_conda_downloads_badge.svg b/_static/cache/Py3Plex_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/Py3Plex_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_contributors_badge.svg b/_static/cache/Py3Plex_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/Py3Plex_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_license_badge.svg b/_static/cache/Py3Plex_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/Py3Plex_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_pypi_downloads_badge.svg b/_static/cache/Py3Plex_pypi_downloads_badge.svg new file mode 100644 index 000000000..c22690660 --- /dev/null +++ b/_static/cache/Py3Plex_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_stars_badge.svg b/_static/cache/Py3Plex_stars_badge.svg new file mode 100644 index 000000000..d51fa0804 --- /dev/null +++ b/_static/cache/Py3Plex_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyQwt_conda_downloads_badge.svg b/_static/cache/PyQwt_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/PyQwt_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyQwt_contributors_badge.svg b/_static/cache/PyQwt_contributors_badge.svg new file mode 100644 index 000000000..aa4ee0b05 --- /dev/null +++ b/_static/cache/PyQwt_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyQwt_license_badge.svg b/_static/cache/PyQwt_license_badge.svg new file mode 100644 index 000000000..dd392a4af --- /dev/null +++ b/_static/cache/PyQwt_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyQwt_pypi_downloads_badge.svg b/_static/cache/PyQwt_pypi_downloads_badge.svg new file mode 100644 index 000000000..3b785e56d --- /dev/null +++ b/_static/cache/PyQwt_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyQwt_stars_badge.svg b/_static/cache/PyQwt_stars_badge.svg new file mode 100644 index 000000000..5f4b60afe --- /dev/null +++ b/_static/cache/PyQwt_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyWebIO_conda_downloads_badge.svg b/_static/cache/PyWebIO_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/PyWebIO_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyWebIO_contributors_badge.svg b/_static/cache/PyWebIO_contributors_badge.svg new file mode 100644 index 000000000..52ba79220 --- /dev/null +++ b/_static/cache/PyWebIO_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyWebIO_license_badge.svg b/_static/cache/PyWebIO_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/PyWebIO_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyWebIO_pypi_downloads_badge.svg b/_static/cache/PyWebIO_pypi_downloads_badge.svg new file mode 100644 index 000000000..935a05f88 --- /dev/null +++ b/_static/cache/PyWebIO_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/PyWebIO_stars_badge.svg b/_static/cache/PyWebIO_stars_badge.svg new file mode 100644 index 000000000..640833225 --- /dev/null +++ b/_static/cache/PyWebIO_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/VTK_conda_downloads_badge.svg b/_static/cache/VTK_conda_downloads_badge.svg new file mode 100644 index 000000000..64128dd0d --- /dev/null +++ b/_static/cache/VTK_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/VTK_contributors_badge.svg b/_static/cache/VTK_contributors_badge.svg new file mode 100644 index 000000000..62d796b99 --- /dev/null +++ b/_static/cache/VTK_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/VTK_license_badge.svg b/_static/cache/VTK_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/VTK_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/VTK_pypi_downloads_badge.svg b/_static/cache/VTK_pypi_downloads_badge.svg new file mode 100644 index 000000000..e69c0deb5 --- /dev/null +++ b/_static/cache/VTK_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/VTK_stars_badge.svg b/_static/cache/VTK_stars_badge.svg new file mode 100644 index 000000000..5fb6319c4 --- /dev/null +++ b/_static/cache/VTK_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/altair_conda_downloads_badge.svg b/_static/cache/altair_conda_downloads_badge.svg new file mode 100644 index 000000000..64128dd0d --- /dev/null +++ b/_static/cache/altair_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/altair_contributors_badge.svg b/_static/cache/altair_contributors_badge.svg new file mode 100644 index 000000000..8070d6c51 --- /dev/null +++ b/_static/cache/altair_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/altair_license_badge.svg b/_static/cache/altair_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/altair_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/altair_pypi_downloads_badge.svg b/_static/cache/altair_pypi_downloads_badge.svg new file mode 100644 index 000000000..03c5116b7 --- /dev/null +++ b/_static/cache/altair_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/altair_stars_badge.svg b/_static/cache/altair_stars_badge.svg new file mode 100644 index 000000000..acd8c3fea --- /dev/null +++ b/_static/cache/altair_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/arviz_conda_downloads_badge.svg b/_static/cache/arviz_conda_downloads_badge.svg new file mode 100644 index 000000000..e6c4cc232 --- /dev/null +++ b/_static/cache/arviz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/arviz_contributors_badge.svg b/_static/cache/arviz_contributors_badge.svg new file mode 100644 index 000000000..229ab04a4 --- /dev/null +++ b/_static/cache/arviz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/arviz_license_badge.svg b/_static/cache/arviz_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/arviz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/arviz_pypi_downloads_badge.svg b/_static/cache/arviz_pypi_downloads_badge.svg new file mode 100644 index 000000000..4436539a8 --- /dev/null +++ b/_static/cache/arviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/arviz_stars_badge.svg b/_static/cache/arviz_stars_badge.svg new file mode 100644 index 000000000..66ecd0dee --- /dev/null +++ b/_static/cache/arviz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/basemap_conda_downloads_badge.svg b/_static/cache/basemap_conda_downloads_badge.svg new file mode 100644 index 000000000..0b48c2907 --- /dev/null +++ b/_static/cache/basemap_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/basemap_contributors_badge.svg b/_static/cache/basemap_contributors_badge.svg new file mode 100644 index 000000000..7cd38c463 --- /dev/null +++ b/_static/cache/basemap_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/basemap_license_badge.svg b/_static/cache/basemap_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/basemap_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/basemap_pypi_downloads_badge.svg b/_static/cache/basemap_pypi_downloads_badge.svg new file mode 100644 index 000000000..b0338174b --- /dev/null +++ b/_static/cache/basemap_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/basemap_stars_badge.svg b/_static/cache/basemap_stars_badge.svg new file mode 100644 index 000000000..4d6d97b25 --- /dev/null +++ b/_static/cache/basemap_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/biggles_conda_downloads_badge.svg b/_static/cache/biggles_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/biggles_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/biggles_contributors_badge.svg b/_static/cache/biggles_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/biggles_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/biggles_license_badge.svg b/_static/cache/biggles_license_badge.svg new file mode 100644 index 000000000..6b36cb2f1 --- /dev/null +++ b/_static/cache/biggles_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/biggles_pypi_downloads_badge.svg b/_static/cache/biggles_pypi_downloads_badge.svg new file mode 100644 index 000000000..3516b0f79 --- /dev/null +++ b/_static/cache/biggles_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/biggles_stars_badge.svg b/_static/cache/biggles_stars_badge.svg new file mode 100644 index 000000000..694e20fb1 --- /dev/null +++ b/_static/cache/biggles_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bloxs_conda_downloads_badge.svg b/_static/cache/bloxs_conda_downloads_badge.svg new file mode 100644 index 000000000..a033511f8 --- /dev/null +++ b/_static/cache/bloxs_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bloxs_contributors_badge.svg b/_static/cache/bloxs_contributors_badge.svg new file mode 100644 index 000000000..d2f36c318 --- /dev/null +++ b/_static/cache/bloxs_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bloxs_license_badge.svg b/_static/cache/bloxs_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/bloxs_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bloxs_pypi_downloads_badge.svg b/_static/cache/bloxs_pypi_downloads_badge.svg new file mode 100644 index 000000000..6feb88a84 --- /dev/null +++ b/_static/cache/bloxs_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bloxs_stars_badge.svg b/_static/cache/bloxs_stars_badge.svg new file mode 100644 index 000000000..28392ed76 --- /dev/null +++ b/_static/cache/bloxs_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bokeh_conda_downloads_badge.svg b/_static/cache/bokeh_conda_downloads_badge.svg new file mode 100644 index 000000000..cdb5d0df1 --- /dev/null +++ b/_static/cache/bokeh_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bokeh_contributors_badge.svg b/_static/cache/bokeh_contributors_badge.svg new file mode 100644 index 000000000..9fdec60c5 --- /dev/null +++ b/_static/cache/bokeh_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bokeh_license_badge.svg b/_static/cache/bokeh_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/bokeh_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bokeh_pypi_downloads_badge.svg b/_static/cache/bokeh_pypi_downloads_badge.svg new file mode 100644 index 000000000..ce1ecea93 --- /dev/null +++ b/_static/cache/bokeh_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bokeh_stars_badge.svg b/_static/cache/bokeh_stars_badge.svg new file mode 100644 index 000000000..bb8fef08d --- /dev/null +++ b/_static/cache/bokeh_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_conda_downloads_badge.svg b/_static/cache/bqplot_conda_downloads_badge.svg new file mode 100644 index 000000000..7c5f3aa01 --- /dev/null +++ b/_static/cache/bqplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_contributors_badge.svg b/_static/cache/bqplot_contributors_badge.svg new file mode 100644 index 000000000..99562c2b5 --- /dev/null +++ b/_static/cache/bqplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_license_badge.svg b/_static/cache/bqplot_license_badge.svg new file mode 100644 index 000000000..c078a4ba6 --- /dev/null +++ b/_static/cache/bqplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_pypi_downloads_badge.svg b/_static/cache/bqplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..b4e852585 --- /dev/null +++ b/_static/cache/bqplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_stars_badge.svg b/_static/cache/bqplot_stars_badge.svg new file mode 100644 index 000000000..38641c3b4 --- /dev/null +++ b/_static/cache/bqplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_conda_downloads_badge.svg b/_static/cache/cartopy_conda_downloads_badge.svg new file mode 100644 index 000000000..98c21b714 --- /dev/null +++ b/_static/cache/cartopy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_contributors_badge.svg b/_static/cache/cartopy_contributors_badge.svg new file mode 100644 index 000000000..3dd357c04 --- /dev/null +++ b/_static/cache/cartopy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_license_badge.svg b/_static/cache/cartopy_license_badge.svg new file mode 100644 index 000000000..1cdf1cdf1 --- /dev/null +++ b/_static/cache/cartopy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_pypi_downloads_badge.svg b/_static/cache/cartopy_pypi_downloads_badge.svg new file mode 100644 index 000000000..a1d723b74 --- /dev/null +++ b/_static/cache/cartopy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_stars_badge.svg b/_static/cache/cartopy_stars_badge.svg new file mode 100644 index 000000000..f4ada4588 --- /dev/null +++ b/_static/cache/cartopy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chaco_conda_downloads_badge.svg b/_static/cache/chaco_conda_downloads_badge.svg new file mode 100644 index 000000000..4ff4604df --- /dev/null +++ b/_static/cache/chaco_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chaco_contributors_badge.svg b/_static/cache/chaco_contributors_badge.svg new file mode 100644 index 000000000..7cd38c463 --- /dev/null +++ b/_static/cache/chaco_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chaco_license_badge.svg b/_static/cache/chaco_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/chaco_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chaco_pypi_downloads_badge.svg b/_static/cache/chaco_pypi_downloads_badge.svg new file mode 100644 index 000000000..8cd9e1448 --- /dev/null +++ b/_static/cache/chaco_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chaco_stars_badge.svg b/_static/cache/chaco_stars_badge.svg new file mode 100644 index 000000000..673975b8f --- /dev/null +++ b/_static/cache/chaco_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_conda_downloads_badge.svg b/_static/cache/chalk-it_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/chalk-it_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_contributors_badge.svg b/_static/cache/chalk-it_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/chalk-it_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_license_badge.svg b/_static/cache/chalk-it_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/chalk-it_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_pypi_downloads_badge.svg b/_static/cache/chalk-it_pypi_downloads_badge.svg new file mode 100644 index 000000000..b71c2a68d --- /dev/null +++ b/_static/cache/chalk-it_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_stars_badge.svg b/_static/cache/chalk-it_stars_badge.svg new file mode 100644 index 000000000..c051ec969 --- /dev/null +++ b/_static/cache/chalk-it_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chart_conda_downloads_badge.svg b/_static/cache/chart_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/chart_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chart_contributors_badge.svg b/_static/cache/chart_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/chart_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chart_license_badge.svg b/_static/cache/chart_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/chart_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chart_pypi_downloads_badge.svg b/_static/cache/chart_pypi_downloads_badge.svg new file mode 100644 index 000000000..3e0e551a5 --- /dev/null +++ b/_static/cache/chart_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chart_stars_badge.svg b/_static/cache/chart_stars_badge.svg new file mode 100644 index 000000000..f8bd27fda --- /dev/null +++ b/_static/cache/chart_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_conda_downloads_badge.svg b/_static/cache/chartify_conda_downloads_badge.svg new file mode 100644 index 000000000..ada81cc9f --- /dev/null +++ b/_static/cache/chartify_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_contributors_badge.svg b/_static/cache/chartify_contributors_badge.svg new file mode 100644 index 000000000..52ba79220 --- /dev/null +++ b/_static/cache/chartify_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_license_badge.svg b/_static/cache/chartify_license_badge.svg new file mode 100644 index 000000000..6637d1872 --- /dev/null +++ b/_static/cache/chartify_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_pypi_downloads_badge.svg b/_static/cache/chartify_pypi_downloads_badge.svg new file mode 100644 index 000000000..224298385 --- /dev/null +++ b/_static/cache/chartify_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_stars_badge.svg b/_static/cache/chartify_stars_badge.svg new file mode 100644 index 000000000..cdb7776ac --- /dev/null +++ b/_static/cache/chartify_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_conda_downloads_badge.svg b/_static/cache/clustergrammer2_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/clustergrammer2_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_contributors_badge.svg b/_static/cache/clustergrammer2_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/clustergrammer2_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_license_badge.svg b/_static/cache/clustergrammer2_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/clustergrammer2_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_pypi_downloads_badge.svg b/_static/cache/clustergrammer2_pypi_downloads_badge.svg new file mode 100644 index 000000000..02a9962be --- /dev/null +++ b/_static/cache/clustergrammer2_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_stars_badge.svg b/_static/cache/clustergrammer2_stars_badge.svg new file mode 100644 index 000000000..2e4d12fa3 --- /dev/null +++ b/_static/cache/clustergrammer2_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmcrameri_conda_downloads_badge.svg b/_static/cache/cmcrameri_conda_downloads_badge.svg new file mode 100644 index 000000000..4b5d18628 --- /dev/null +++ b/_static/cache/cmcrameri_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmcrameri_contributors_badge.svg b/_static/cache/cmcrameri_contributors_badge.svg new file mode 100644 index 000000000..65897408d --- /dev/null +++ b/_static/cache/cmcrameri_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmcrameri_license_badge.svg b/_static/cache/cmcrameri_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/cmcrameri_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmcrameri_pypi_downloads_badge.svg b/_static/cache/cmcrameri_pypi_downloads_badge.svg new file mode 100644 index 000000000..380378b60 --- /dev/null +++ b/_static/cache/cmcrameri_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmcrameri_stars_badge.svg b/_static/cache/cmcrameri_stars_badge.svg new file mode 100644 index 000000000..a705310cf --- /dev/null +++ b/_static/cache/cmcrameri_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_conda_downloads_badge.svg b/_static/cache/cmocean_conda_downloads_badge.svg new file mode 100644 index 000000000..eb2cc9112 --- /dev/null +++ b/_static/cache/cmocean_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_contributors_badge.svg b/_static/cache/cmocean_contributors_badge.svg new file mode 100644 index 000000000..2e04155aa --- /dev/null +++ b/_static/cache/cmocean_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_license_badge.svg b/_static/cache/cmocean_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/cmocean_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_pypi_downloads_badge.svg b/_static/cache/cmocean_pypi_downloads_badge.svg new file mode 100644 index 000000000..15767ba01 --- /dev/null +++ b/_static/cache/cmocean_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_stars_badge.svg b/_static/cache/cmocean_stars_badge.svg new file mode 100644 index 000000000..d56899e79 --- /dev/null +++ b/_static/cache/cmocean_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/colorcet_conda_downloads_badge.svg b/_static/cache/colorcet_conda_downloads_badge.svg new file mode 100644 index 000000000..60a82baa5 --- /dev/null +++ b/_static/cache/colorcet_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/colorcet_contributors_badge.svg b/_static/cache/colorcet_contributors_badge.svg new file mode 100644 index 000000000..03a82bd69 --- /dev/null +++ b/_static/cache/colorcet_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/colorcet_license_badge.svg b/_static/cache/colorcet_license_badge.svg new file mode 100644 index 000000000..77274c77a --- /dev/null +++ b/_static/cache/colorcet_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/colorcet_pypi_downloads_badge.svg b/_static/cache/colorcet_pypi_downloads_badge.svg new file mode 100644 index 000000000..f7636db52 --- /dev/null +++ b/_static/cache/colorcet_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/colorcet_stars_badge.svg b/_static/cache/colorcet_stars_badge.svg new file mode 100644 index 000000000..4b3f812b5 --- /dev/null +++ b/_static/cache/colorcet_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cufflinks_conda_downloads_badge.svg b/_static/cache/cufflinks_conda_downloads_badge.svg new file mode 100644 index 000000000..21b326c62 --- /dev/null +++ b/_static/cache/cufflinks_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cufflinks_contributors_badge.svg b/_static/cache/cufflinks_contributors_badge.svg new file mode 100644 index 000000000..6aaf008fe --- /dev/null +++ b/_static/cache/cufflinks_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cufflinks_license_badge.svg b/_static/cache/cufflinks_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/cufflinks_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cufflinks_pypi_downloads_badge.svg b/_static/cache/cufflinks_pypi_downloads_badge.svg new file mode 100644 index 000000000..be0ab5a6c --- /dev/null +++ b/_static/cache/cufflinks_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cufflinks_stars_badge.svg b/_static/cache/cufflinks_stars_badge.svg new file mode 100644 index 000000000..17b99373f --- /dev/null +++ b/_static/cache/cufflinks_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_conda_downloads_badge.svg b/_static/cache/d3po_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/d3po_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_contributors_badge.svg b/_static/cache/d3po_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/d3po_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_license_badge.svg b/_static/cache/d3po_license_badge.svg new file mode 100644 index 000000000..dd392a4af --- /dev/null +++ b/_static/cache/d3po_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_pypi_downloads_badge.svg b/_static/cache/d3po_pypi_downloads_badge.svg new file mode 100644 index 000000000..3b785e56d --- /dev/null +++ b/_static/cache/d3po_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_stars_badge.svg b/_static/cache/d3po_stars_badge.svg new file mode 100644 index 000000000..26de432cb --- /dev/null +++ b/_static/cache/d3po_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dara_conda_downloads_badge.svg b/_static/cache/dara_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/dara_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dara_contributors_badge.svg b/_static/cache/dara_contributors_badge.svg new file mode 100644 index 000000000..e4e2b3976 --- /dev/null +++ b/_static/cache/dara_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dara_license_badge.svg b/_static/cache/dara_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/dara_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dara_pypi_downloads_badge.svg b/_static/cache/dara_pypi_downloads_badge.svg new file mode 100644 index 000000000..a79aaf084 --- /dev/null +++ b/_static/cache/dara_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dara_stars_badge.svg b/_static/cache/dara_stars_badge.svg new file mode 100644 index 000000000..f53be9464 --- /dev/null +++ b/_static/cache/dara_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_conda_downloads_badge.svg b/_static/cache/dash_conda_downloads_badge.svg new file mode 100644 index 000000000..8d37c36a8 --- /dev/null +++ b/_static/cache/dash_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_contributors_badge.svg b/_static/cache/dash_contributors_badge.svg new file mode 100644 index 000000000..a8ccdd851 --- /dev/null +++ b/_static/cache/dash_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_license_badge.svg b/_static/cache/dash_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/dash_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_pypi_downloads_badge.svg b/_static/cache/dash_pypi_downloads_badge.svg new file mode 100644 index 000000000..2867ca12d --- /dev/null +++ b/_static/cache/dash_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_stars_badge.svg b/_static/cache/dash_stars_badge.svg new file mode 100644 index 000000000..a6c591cb9 --- /dev/null +++ b/_static/cache/dash_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datapane_conda_downloads_badge.svg b/_static/cache/datapane_conda_downloads_badge.svg new file mode 100644 index 000000000..40bfaa54d --- /dev/null +++ b/_static/cache/datapane_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datapane_contributors_badge.svg b/_static/cache/datapane_contributors_badge.svg new file mode 100644 index 000000000..e4e2b3976 --- /dev/null +++ b/_static/cache/datapane_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datapane_license_badge.svg b/_static/cache/datapane_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/datapane_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datapane_pypi_downloads_badge.svg b/_static/cache/datapane_pypi_downloads_badge.svg new file mode 100644 index 000000000..79ec2662a --- /dev/null +++ b/_static/cache/datapane_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datapane_stars_badge.svg b/_static/cache/datapane_stars_badge.svg new file mode 100644 index 000000000..263217034 --- /dev/null +++ b/_static/cache/datapane_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_conda_downloads_badge.svg b/_static/cache/datashader_conda_downloads_badge.svg new file mode 100644 index 000000000..0c98919b7 --- /dev/null +++ b/_static/cache/datashader_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_contributors_badge.svg b/_static/cache/datashader_contributors_badge.svg new file mode 100644 index 000000000..b4f9902ff --- /dev/null +++ b/_static/cache/datashader_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_license_badge.svg b/_static/cache/datashader_license_badge.svg new file mode 100644 index 000000000..a2d130aff --- /dev/null +++ b/_static/cache/datashader_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_pypi_downloads_badge.svg b/_static/cache/datashader_pypi_downloads_badge.svg new file mode 100644 index 000000000..11ee3af15 --- /dev/null +++ b/_static/cache/datashader_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_stars_badge.svg b/_static/cache/datashader_stars_badge.svg new file mode 100644 index 000000000..520d96e05 --- /dev/null +++ b/_static/cache/datashader_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_conda_downloads_badge.svg b/_static/cache/datoviz_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/datoviz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_contributors_badge.svg b/_static/cache/datoviz_contributors_badge.svg new file mode 100644 index 000000000..d83465d21 --- /dev/null +++ b/_static/cache/datoviz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_license_badge.svg b/_static/cache/datoviz_license_badge.svg new file mode 100644 index 000000000..dd392a4af --- /dev/null +++ b/_static/cache/datoviz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_pypi_downloads_badge.svg b/_static/cache/datoviz_pypi_downloads_badge.svg new file mode 100644 index 000000000..3b785e56d --- /dev/null +++ b/_static/cache/datoviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_stars_badge.svg b/_static/cache/datoviz_stars_badge.svg new file mode 100644 index 000000000..de327d892 --- /dev/null +++ b/_static/cache/datoviz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_conda_downloads_badge.svg b/_static/cache/eomaps_conda_downloads_badge.svg new file mode 100644 index 000000000..a9b5a4aa2 --- /dev/null +++ b/_static/cache/eomaps_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_contributors_badge.svg b/_static/cache/eomaps_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/eomaps_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_license_badge.svg b/_static/cache/eomaps_license_badge.svg new file mode 100644 index 000000000..da64d778b --- /dev/null +++ b/_static/cache/eomaps_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_pypi_downloads_badge.svg b/_static/cache/eomaps_pypi_downloads_badge.svg new file mode 100644 index 000000000..fa69f4485 --- /dev/null +++ b/_static/cache/eomaps_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_stars_badge.svg b/_static/cache/eomaps_stars_badge.svg new file mode 100644 index 000000000..537835e2b --- /dev/null +++ b/_static/cache/eomaps_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/facets_conda_downloads_badge.svg b/_static/cache/facets_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/facets_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/facets_contributors_badge.svg b/_static/cache/facets_contributors_badge.svg new file mode 100644 index 000000000..49686729f --- /dev/null +++ b/_static/cache/facets_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/facets_license_badge.svg b/_static/cache/facets_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/facets_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/facets_pypi_downloads_badge.svg b/_static/cache/facets_pypi_downloads_badge.svg new file mode 100644 index 000000000..e1c8916d8 --- /dev/null +++ b/_static/cache/facets_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/facets_stars_badge.svg b/_static/cache/facets_stars_badge.svg new file mode 100644 index 000000000..07d69aada --- /dev/null +++ b/_static/cache/facets_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/folium_conda_downloads_badge.svg b/_static/cache/folium_conda_downloads_badge.svg new file mode 100644 index 000000000..b3e1eac23 --- /dev/null +++ b/_static/cache/folium_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/folium_contributors_badge.svg b/_static/cache/folium_contributors_badge.svg new file mode 100644 index 000000000..229ab04a4 --- /dev/null +++ b/_static/cache/folium_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/folium_license_badge.svg b/_static/cache/folium_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/folium_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/folium_pypi_downloads_badge.svg b/_static/cache/folium_pypi_downloads_badge.svg new file mode 100644 index 000000000..c177f9d45 --- /dev/null +++ b/_static/cache/folium_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/folium_stars_badge.svg b/_static/cache/folium_stars_badge.svg new file mode 100644 index 000000000..7466020c2 --- /dev/null +++ b/_static/cache/folium_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/galry_conda_downloads_badge.svg b/_static/cache/galry_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/galry_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/galry_contributors_badge.svg b/_static/cache/galry_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/galry_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/galry_license_badge.svg b/_static/cache/galry_license_badge.svg new file mode 100644 index 000000000..2645b7adf --- /dev/null +++ b/_static/cache/galry_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/galry_pypi_downloads_badge.svg b/_static/cache/galry_pypi_downloads_badge.svg new file mode 100644 index 000000000..ee3a53638 --- /dev/null +++ b/_static/cache/galry_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/galry_stars_badge.svg b/_static/cache/galry_stars_badge.svg new file mode 100644 index 000000000..822c0f00d --- /dev/null +++ b/_static/cache/galry_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geemap_conda_downloads_badge.svg b/_static/cache/geemap_conda_downloads_badge.svg new file mode 100644 index 000000000..1c5a88985 --- /dev/null +++ b/_static/cache/geemap_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geemap_contributors_badge.svg b/_static/cache/geemap_contributors_badge.svg new file mode 100644 index 000000000..b4f9902ff --- /dev/null +++ b/_static/cache/geemap_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geemap_license_badge.svg b/_static/cache/geemap_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/geemap_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geemap_pypi_downloads_badge.svg b/_static/cache/geemap_pypi_downloads_badge.svg new file mode 100644 index 000000000..4e2a8cb56 --- /dev/null +++ b/_static/cache/geemap_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geemap_stars_badge.svg b/_static/cache/geemap_stars_badge.svg new file mode 100644 index 000000000..66caea34a --- /dev/null +++ b/_static/cache/geemap_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geopandas_conda_downloads_badge.svg b/_static/cache/geopandas_conda_downloads_badge.svg new file mode 100644 index 000000000..c151e8ff6 --- /dev/null +++ b/_static/cache/geopandas_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geopandas_contributors_badge.svg b/_static/cache/geopandas_contributors_badge.svg new file mode 100644 index 000000000..ae040c988 --- /dev/null +++ b/_static/cache/geopandas_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geopandas_license_badge.svg b/_static/cache/geopandas_license_badge.svg new file mode 100644 index 000000000..8a4032073 --- /dev/null +++ b/_static/cache/geopandas_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geopandas_pypi_downloads_badge.svg b/_static/cache/geopandas_pypi_downloads_badge.svg new file mode 100644 index 000000000..8528cea4d --- /dev/null +++ b/_static/cache/geopandas_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geopandas_stars_badge.svg b/_static/cache/geopandas_stars_badge.svg new file mode 100644 index 000000000..38d5b8ba5 --- /dev/null +++ b/_static/cache/geopandas_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplot_conda_downloads_badge.svg b/_static/cache/geoplot_conda_downloads_badge.svg new file mode 100644 index 000000000..ea2231878 --- /dev/null +++ b/_static/cache/geoplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplot_contributors_badge.svg b/_static/cache/geoplot_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/geoplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplot_license_badge.svg b/_static/cache/geoplot_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/geoplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplot_pypi_downloads_badge.svg b/_static/cache/geoplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..15767ba01 --- /dev/null +++ b/_static/cache/geoplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplot_stars_badge.svg b/_static/cache/geoplot_stars_badge.svg new file mode 100644 index 000000000..68d527b26 --- /dev/null +++ b/_static/cache/geoplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_conda_downloads_badge.svg b/_static/cache/geoplotlib_conda_downloads_badge.svg new file mode 100644 index 000000000..ed5ab4cc1 --- /dev/null +++ b/_static/cache/geoplotlib_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_contributors_badge.svg b/_static/cache/geoplotlib_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/geoplotlib_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_license_badge.svg b/_static/cache/geoplotlib_license_badge.svg new file mode 100644 index 000000000..e437f84b9 --- /dev/null +++ b/_static/cache/geoplotlib_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_pypi_downloads_badge.svg b/_static/cache/geoplotlib_pypi_downloads_badge.svg new file mode 100644 index 000000000..b1bbaff8a --- /dev/null +++ b/_static/cache/geoplotlib_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_stars_badge.svg b/_static/cache/geoplotlib_stars_badge.svg new file mode 100644 index 000000000..4f985d135 --- /dev/null +++ b/_static/cache/geoplotlib_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_conda_downloads_badge.svg b/_static/cache/geoviews_conda_downloads_badge.svg new file mode 100644 index 000000000..b49434733 --- /dev/null +++ b/_static/cache/geoviews_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_contributors_badge.svg b/_static/cache/geoviews_contributors_badge.svg new file mode 100644 index 000000000..4dedfe5b9 --- /dev/null +++ b/_static/cache/geoviews_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_license_badge.svg b/_static/cache/geoviews_license_badge.svg new file mode 100644 index 000000000..8a4032073 --- /dev/null +++ b/_static/cache/geoviews_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_pypi_downloads_badge.svg b/_static/cache/geoviews_pypi_downloads_badge.svg new file mode 100644 index 000000000..b280e8089 --- /dev/null +++ b/_static/cache/geoviews_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_stars_badge.svg b/_static/cache/geoviews_stars_badge.svg new file mode 100644 index 000000000..22694e2c6 --- /dev/null +++ b/_static/cache/geoviews_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_conda_downloads_badge.svg b/_static/cache/ggpy_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/ggpy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_contributors_badge.svg b/_static/cache/ggpy_contributors_badge.svg new file mode 100644 index 000000000..f5461c444 --- /dev/null +++ b/_static/cache/ggpy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_license_badge.svg b/_static/cache/ggpy_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/ggpy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_pypi_downloads_badge.svg b/_static/cache/ggpy_pypi_downloads_badge.svg new file mode 100644 index 000000000..c08140c91 --- /dev/null +++ b/_static/cache/ggpy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_stars_badge.svg b/_static/cache/ggpy_stars_badge.svg new file mode 100644 index 000000000..fc5c3de9d --- /dev/null +++ b/_static/cache/ggpy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gleam_conda_downloads_badge.svg b/_static/cache/gleam_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/gleam_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gleam_contributors_badge.svg b/_static/cache/gleam_contributors_badge.svg new file mode 100644 index 000000000..d2f36c318 --- /dev/null +++ b/_static/cache/gleam_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gleam_license_badge.svg b/_static/cache/gleam_license_badge.svg new file mode 100644 index 000000000..e437f84b9 --- /dev/null +++ b/_static/cache/gleam_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gleam_pypi_downloads_badge.svg b/_static/cache/gleam_pypi_downloads_badge.svg new file mode 100644 index 000000000..111b41c28 --- /dev/null +++ b/_static/cache/gleam_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gleam_stars_badge.svg b/_static/cache/gleam_stars_badge.svg new file mode 100644 index 000000000..0c12a8b2f --- /dev/null +++ b/_static/cache/gleam_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_conda_downloads_badge.svg b/_static/cache/glue_conda_downloads_badge.svg new file mode 100644 index 000000000..5e7ea724d --- /dev/null +++ b/_static/cache/glue_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_contributors_badge.svg b/_static/cache/glue_contributors_badge.svg new file mode 100644 index 000000000..b4f9902ff --- /dev/null +++ b/_static/cache/glue_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_license_badge.svg b/_static/cache/glue_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/glue_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_pypi_downloads_badge.svg b/_static/cache/glue_pypi_downloads_badge.svg new file mode 100644 index 000000000..3e091967a --- /dev/null +++ b/_static/cache/glue_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_stars_badge.svg b/_static/cache/glue_stars_badge.svg new file mode 100644 index 000000000..b7d6bed58 --- /dev/null +++ b/_static/cache/glue_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glumpy_conda_downloads_badge.svg b/_static/cache/glumpy_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/glumpy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glumpy_contributors_badge.svg b/_static/cache/glumpy_contributors_badge.svg new file mode 100644 index 000000000..45c251575 --- /dev/null +++ b/_static/cache/glumpy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glumpy_license_badge.svg b/_static/cache/glumpy_license_badge.svg new file mode 100644 index 000000000..e659ede54 --- /dev/null +++ b/_static/cache/glumpy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glumpy_pypi_downloads_badge.svg b/_static/cache/glumpy_pypi_downloads_badge.svg new file mode 100644 index 000000000..e8501695d --- /dev/null +++ b/_static/cache/glumpy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glumpy_stars_badge.svg b/_static/cache/glumpy_stars_badge.svg new file mode 100644 index 000000000..0775bbc11 --- /dev/null +++ b/_static/cache/glumpy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gmplot_conda_downloads_badge.svg b/_static/cache/gmplot_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/gmplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gmplot_contributors_badge.svg b/_static/cache/gmplot_contributors_badge.svg new file mode 100644 index 000000000..34ded918a --- /dev/null +++ b/_static/cache/gmplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gmplot_license_badge.svg b/_static/cache/gmplot_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/gmplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gmplot_pypi_downloads_badge.svg b/_static/cache/gmplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..fc29d64dc --- /dev/null +++ b/_static/cache/gmplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gmplot_stars_badge.svg b/_static/cache/gmplot_stars_badge.svg new file mode 100644 index 000000000..dc39fbd2d --- /dev/null +++ b/_static/cache/gmplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gr_conda_downloads_badge.svg b/_static/cache/gr_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/gr_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gr_contributors_badge.svg b/_static/cache/gr_contributors_badge.svg new file mode 100644 index 000000000..fa602b75d --- /dev/null +++ b/_static/cache/gr_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gr_license_badge.svg b/_static/cache/gr_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/gr_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gr_pypi_downloads_badge.svg b/_static/cache/gr_pypi_downloads_badge.svg new file mode 100644 index 000000000..dd1560feb --- /dev/null +++ b/_static/cache/gr_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gr_stars_badge.svg b/_static/cache/gr_stars_badge.svg new file mode 100644 index 000000000..c9716ca0a --- /dev/null +++ b/_static/cache/gr_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gradio_conda_downloads_badge.svg b/_static/cache/gradio_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/gradio_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gradio_contributors_badge.svg b/_static/cache/gradio_contributors_badge.svg new file mode 100644 index 000000000..21db4799c --- /dev/null +++ b/_static/cache/gradio_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gradio_license_badge.svg b/_static/cache/gradio_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/gradio_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gradio_pypi_downloads_badge.svg b/_static/cache/gradio_pypi_downloads_badge.svg new file mode 100644 index 000000000..38ccaf475 --- /dev/null +++ b/_static/cache/gradio_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gradio_stars_badge.svg b/_static/cache/gradio_stars_badge.svg new file mode 100644 index 000000000..8e5afdc2c --- /dev/null +++ b/_static/cache/gradio_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graph-tool_conda_downloads_badge.svg b/_static/cache/graph-tool_conda_downloads_badge.svg new file mode 100644 index 000000000..44782ca75 --- /dev/null +++ b/_static/cache/graph-tool_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graph-tool_contributors_badge.svg b/_static/cache/graph-tool_contributors_badge.svg new file mode 100644 index 000000000..72e19642b --- /dev/null +++ b/_static/cache/graph-tool_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graph-tool_license_badge.svg b/_static/cache/graph-tool_license_badge.svg new file mode 100644 index 000000000..819bdb869 --- /dev/null +++ b/_static/cache/graph-tool_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graph-tool_pypi_downloads_badge.svg b/_static/cache/graph-tool_pypi_downloads_badge.svg new file mode 100644 index 000000000..3b785e56d --- /dev/null +++ b/_static/cache/graph-tool_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graph-tool_stars_badge.svg b/_static/cache/graph-tool_stars_badge.svg new file mode 100644 index 000000000..72e19642b --- /dev/null +++ b/_static/cache/graph-tool_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graphviz_conda_downloads_badge.svg b/_static/cache/graphviz_conda_downloads_badge.svg new file mode 100644 index 000000000..1201959fb --- /dev/null +++ b/_static/cache/graphviz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graphviz_contributors_badge.svg b/_static/cache/graphviz_contributors_badge.svg new file mode 100644 index 000000000..3b38a9196 --- /dev/null +++ b/_static/cache/graphviz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graphviz_license_badge.svg b/_static/cache/graphviz_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/graphviz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graphviz_pypi_downloads_badge.svg b/_static/cache/graphviz_pypi_downloads_badge.svg new file mode 100644 index 000000000..b43dd4fc0 --- /dev/null +++ b/_static/cache/graphviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graphviz_stars_badge.svg b/_static/cache/graphviz_stars_badge.svg new file mode 100644 index 000000000..8b2fadc96 --- /dev/null +++ b/_static/cache/graphviz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_conda_downloads_badge.svg b/_static/cache/gspatial_plot_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/gspatial_plot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_contributors_badge.svg b/_static/cache/gspatial_plot_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/gspatial_plot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_license_badge.svg b/_static/cache/gspatial_plot_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/gspatial_plot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_pypi_downloads_badge.svg b/_static/cache/gspatial_plot_pypi_downloads_badge.svg new file mode 100644 index 000000000..5f122055e --- /dev/null +++ b/_static/cache/gspatial_plot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_stars_badge.svg b/_static/cache/gspatial_plot_stars_badge.svg new file mode 100644 index 000000000..cb5ddc2f0 --- /dev/null +++ b/_static/cache/gspatial_plot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/guiqwt_conda_downloads_badge.svg b/_static/cache/guiqwt_conda_downloads_badge.svg new file mode 100644 index 000000000..7d30dfb07 --- /dev/null +++ b/_static/cache/guiqwt_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/guiqwt_contributors_badge.svg b/_static/cache/guiqwt_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/guiqwt_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/guiqwt_license_badge.svg b/_static/cache/guiqwt_license_badge.svg new file mode 100644 index 000000000..a434fecaf --- /dev/null +++ b/_static/cache/guiqwt_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/guiqwt_pypi_downloads_badge.svg b/_static/cache/guiqwt_pypi_downloads_badge.svg new file mode 100644 index 000000000..11b7b6907 --- /dev/null +++ b/_static/cache/guiqwt_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/guiqwt_stars_badge.svg b/_static/cache/guiqwt_stars_badge.svg new file mode 100644 index 000000000..149cb44e1 --- /dev/null +++ b/_static/cache/guiqwt_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/holoviews_conda_downloads_badge.svg b/_static/cache/holoviews_conda_downloads_badge.svg new file mode 100644 index 000000000..efad615a1 --- /dev/null +++ b/_static/cache/holoviews_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/holoviews_contributors_badge.svg b/_static/cache/holoviews_contributors_badge.svg new file mode 100644 index 000000000..a9c11cd95 --- /dev/null +++ b/_static/cache/holoviews_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/holoviews_license_badge.svg b/_static/cache/holoviews_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/holoviews_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/holoviews_pypi_downloads_badge.svg b/_static/cache/holoviews_pypi_downloads_badge.svg new file mode 100644 index 000000000..97ec4abba --- /dev/null +++ b/_static/cache/holoviews_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/holoviews_stars_badge.svg b/_static/cache/holoviews_stars_badge.svg new file mode 100644 index 000000000..64e475c7c --- /dev/null +++ b/_static/cache/holoviews_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hvplot_conda_downloads_badge.svg b/_static/cache/hvplot_conda_downloads_badge.svg new file mode 100644 index 000000000..f851ac3e6 --- /dev/null +++ b/_static/cache/hvplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hvplot_contributors_badge.svg b/_static/cache/hvplot_contributors_badge.svg new file mode 100644 index 000000000..2e1f6599c --- /dev/null +++ b/_static/cache/hvplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hvplot_license_badge.svg b/_static/cache/hvplot_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/hvplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hvplot_pypi_downloads_badge.svg b/_static/cache/hvplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..efa3cf337 --- /dev/null +++ b/_static/cache/hvplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hvplot_stars_badge.svg b/_static/cache/hvplot_stars_badge.svg new file mode 100644 index 000000000..8f4fc19a7 --- /dev/null +++ b/_static/cache/hvplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_conda_downloads_badge.svg b/_static/cache/hypertools_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/hypertools_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_contributors_badge.svg b/_static/cache/hypertools_contributors_badge.svg new file mode 100644 index 000000000..60aa3d93d --- /dev/null +++ b/_static/cache/hypertools_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_license_badge.svg b/_static/cache/hypertools_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/hypertools_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_pypi_downloads_badge.svg b/_static/cache/hypertools_pypi_downloads_badge.svg new file mode 100644 index 000000000..f8e065f9e --- /dev/null +++ b/_static/cache/hypertools_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_stars_badge.svg b/_static/cache/hypertools_stars_badge.svg new file mode 100644 index 000000000..09b73cf07 --- /dev/null +++ b/_static/cache/hypertools_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipycytoscape_conda_downloads_badge.svg b/_static/cache/ipycytoscape_conda_downloads_badge.svg new file mode 100644 index 000000000..b3e1eac23 --- /dev/null +++ b/_static/cache/ipycytoscape_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipycytoscape_contributors_badge.svg b/_static/cache/ipycytoscape_contributors_badge.svg new file mode 100644 index 000000000..6aaf008fe --- /dev/null +++ b/_static/cache/ipycytoscape_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipycytoscape_license_badge.svg b/_static/cache/ipycytoscape_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/ipycytoscape_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipycytoscape_pypi_downloads_badge.svg b/_static/cache/ipycytoscape_pypi_downloads_badge.svg new file mode 100644 index 000000000..e2717cda3 --- /dev/null +++ b/_static/cache/ipycytoscape_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipycytoscape_stars_badge.svg b/_static/cache/ipycytoscape_stars_badge.svg new file mode 100644 index 000000000..12019cd0b --- /dev/null +++ b/_static/cache/ipycytoscape_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_conda_downloads_badge.svg b/_static/cache/ipydagred3_conda_downloads_badge.svg new file mode 100644 index 000000000..9cc2e9c6b --- /dev/null +++ b/_static/cache/ipydagred3_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_contributors_badge.svg b/_static/cache/ipydagred3_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /dev/null +++ b/_static/cache/ipydagred3_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_license_badge.svg b/_static/cache/ipydagred3_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/ipydagred3_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_pypi_downloads_badge.svg b/_static/cache/ipydagred3_pypi_downloads_badge.svg new file mode 100644 index 000000000..05bae3676 --- /dev/null +++ b/_static/cache/ipydagred3_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_stars_badge.svg b/_static/cache/ipydagred3_stars_badge.svg new file mode 100644 index 000000000..a409460f0 --- /dev/null +++ b/_static/cache/ipydagred3_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyflex_conda_downloads_badge.svg b/_static/cache/ipyflex_conda_downloads_badge.svg new file mode 100644 index 000000000..59aba256e --- /dev/null +++ b/_static/cache/ipyflex_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyflex_contributors_badge.svg b/_static/cache/ipyflex_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /dev/null +++ b/_static/cache/ipyflex_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyflex_license_badge.svg b/_static/cache/ipyflex_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/ipyflex_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyflex_pypi_downloads_badge.svg b/_static/cache/ipyflex_pypi_downloads_badge.svg new file mode 100644 index 000000000..ba8eb6731 --- /dev/null +++ b/_static/cache/ipyflex_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyflex_stars_badge.svg b/_static/cache/ipyflex_stars_badge.svg new file mode 100644 index 000000000..7729968b8 --- /dev/null +++ b/_static/cache/ipyflex_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_conda_downloads_badge.svg b/_static/cache/ipyleaflet_conda_downloads_badge.svg new file mode 100644 index 000000000..705f19cb9 --- /dev/null +++ b/_static/cache/ipyleaflet_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_contributors_badge.svg b/_static/cache/ipyleaflet_contributors_badge.svg new file mode 100644 index 000000000..e761546e7 --- /dev/null +++ b/_static/cache/ipyleaflet_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_license_badge.svg b/_static/cache/ipyleaflet_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/ipyleaflet_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_pypi_downloads_badge.svg b/_static/cache/ipyleaflet_pypi_downloads_badge.svg new file mode 100644 index 000000000..eb5684622 --- /dev/null +++ b/_static/cache/ipyleaflet_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_stars_badge.svg b/_static/cache/ipyleaflet_stars_badge.svg new file mode 100644 index 000000000..dc6c36b23 --- /dev/null +++ b/_static/cache/ipyleaflet_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_conda_downloads_badge.svg b/_static/cache/ipysigma_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/ipysigma_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_contributors_badge.svg b/_static/cache/ipysigma_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/ipysigma_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_license_badge.svg b/_static/cache/ipysigma_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/ipysigma_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_pypi_downloads_badge.svg b/_static/cache/ipysigma_pypi_downloads_badge.svg new file mode 100644 index 000000000..4644ee4fe --- /dev/null +++ b/_static/cache/ipysigma_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_stars_badge.svg b/_static/cache/ipysigma_stars_badge.svg new file mode 100644 index 000000000..058029f2d --- /dev/null +++ b/_static/cache/ipysigma_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu-story_conda_downloads_badge.svg b/_static/cache/ipyvizzu-story_conda_downloads_badge.svg new file mode 100644 index 000000000..ada81cc9f --- /dev/null +++ b/_static/cache/ipyvizzu-story_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu-story_contributors_badge.svg b/_static/cache/ipyvizzu-story_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/ipyvizzu-story_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu-story_license_badge.svg b/_static/cache/ipyvizzu-story_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/ipyvizzu-story_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu-story_pypi_downloads_badge.svg b/_static/cache/ipyvizzu-story_pypi_downloads_badge.svg new file mode 100644 index 000000000..6bdf42fd9 --- /dev/null +++ b/_static/cache/ipyvizzu-story_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu-story_stars_badge.svg b/_static/cache/ipyvizzu-story_stars_badge.svg new file mode 100644 index 000000000..ce0608bcd --- /dev/null +++ b/_static/cache/ipyvizzu-story_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_conda_downloads_badge.svg b/_static/cache/ipyvizzu_conda_downloads_badge.svg new file mode 100644 index 000000000..895a72cc4 --- /dev/null +++ b/_static/cache/ipyvizzu_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_contributors_badge.svg b/_static/cache/ipyvizzu_contributors_badge.svg new file mode 100644 index 000000000..38883692b --- /dev/null +++ b/_static/cache/ipyvizzu_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_license_badge.svg b/_static/cache/ipyvizzu_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/ipyvizzu_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_pypi_downloads_badge.svg b/_static/cache/ipyvizzu_pypi_downloads_badge.svg new file mode 100644 index 000000000..0e5f2f683 --- /dev/null +++ b/_static/cache/ipyvizzu_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_stars_badge.svg b/_static/cache/ipyvizzu_stars_badge.svg new file mode 100644 index 000000000..96a2ab8b5 --- /dev/null +++ b/_static/cache/ipyvizzu_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvolume_conda_downloads_badge.svg b/_static/cache/ipyvolume_conda_downloads_badge.svg new file mode 100644 index 000000000..18b009201 --- /dev/null +++ b/_static/cache/ipyvolume_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvolume_contributors_badge.svg b/_static/cache/ipyvolume_contributors_badge.svg new file mode 100644 index 000000000..2e1f6599c --- /dev/null +++ b/_static/cache/ipyvolume_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvolume_license_badge.svg b/_static/cache/ipyvolume_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/ipyvolume_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvolume_pypi_downloads_badge.svg b/_static/cache/ipyvolume_pypi_downloads_badge.svg new file mode 100644 index 000000000..2b89920b7 --- /dev/null +++ b/_static/cache/ipyvolume_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvolume_stars_badge.svg b/_static/cache/ipyvolume_stars_badge.svg new file mode 100644 index 000000000..d2554c760 --- /dev/null +++ b/_static/cache/ipyvolume_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/itkwidgets_conda_downloads_badge.svg b/_static/cache/itkwidgets_conda_downloads_badge.svg new file mode 100644 index 000000000..5ab30bcbd --- /dev/null +++ b/_static/cache/itkwidgets_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/itkwidgets_contributors_badge.svg b/_static/cache/itkwidgets_contributors_badge.svg new file mode 100644 index 000000000..d83465d21 --- /dev/null +++ b/_static/cache/itkwidgets_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/itkwidgets_license_badge.svg b/_static/cache/itkwidgets_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/itkwidgets_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/itkwidgets_pypi_downloads_badge.svg b/_static/cache/itkwidgets_pypi_downloads_badge.svg new file mode 100644 index 000000000..ee29ddaa6 --- /dev/null +++ b/_static/cache/itkwidgets_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/itkwidgets_stars_badge.svg b/_static/cache/itkwidgets_stars_badge.svg new file mode 100644 index 000000000..d2a252794 --- /dev/null +++ b/_static/cache/itkwidgets_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-flex_conda_downloads_badge.svg b/_static/cache/jupyter-flex_conda_downloads_badge.svg new file mode 100644 index 000000000..4cb21e90c --- /dev/null +++ b/_static/cache/jupyter-flex_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-flex_contributors_badge.svg b/_static/cache/jupyter-flex_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/jupyter-flex_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-flex_license_badge.svg b/_static/cache/jupyter-flex_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/jupyter-flex_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-flex_pypi_downloads_badge.svg b/_static/cache/jupyter-flex_pypi_downloads_badge.svg new file mode 100644 index 000000000..f02b77be2 --- /dev/null +++ b/_static/cache/jupyter-flex_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-flex_stars_badge.svg b/_static/cache/jupyter-flex_stars_badge.svg new file mode 100644 index 000000000..c71ee5c2c --- /dev/null +++ b/_static/cache/jupyter-flex_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_conda_downloads_badge.svg b/_static/cache/jupyter-scatter_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/jupyter-scatter_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_contributors_badge.svg b/_static/cache/jupyter-scatter_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/jupyter-scatter_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_license_badge.svg b/_static/cache/jupyter-scatter_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/jupyter-scatter_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_pypi_downloads_badge.svg b/_static/cache/jupyter-scatter_pypi_downloads_badge.svg new file mode 100644 index 000000000..ff504190d --- /dev/null +++ b/_static/cache/jupyter-scatter_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_stars_badge.svg b/_static/cache/jupyter-scatter_stars_badge.svg new file mode 100644 index 000000000..a83d49f66 --- /dev/null +++ b/_static/cache/jupyter-scatter_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/kepler.gl_conda_downloads_badge.svg b/_static/cache/kepler.gl_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/kepler.gl_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/kepler.gl_contributors_badge.svg b/_static/cache/kepler.gl_contributors_badge.svg new file mode 100644 index 000000000..cdddbc114 --- /dev/null +++ b/_static/cache/kepler.gl_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/kepler.gl_license_badge.svg b/_static/cache/kepler.gl_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/kepler.gl_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/kepler.gl_pypi_downloads_badge.svg b/_static/cache/kepler.gl_pypi_downloads_badge.svg new file mode 100644 index 000000000..bcacece11 --- /dev/null +++ b/_static/cache/kepler.gl_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/kepler.gl_stars_badge.svg b/_static/cache/kepler.gl_stars_badge.svg new file mode 100644 index 000000000..9dc28fd94 --- /dev/null +++ b/_static/cache/kepler.gl_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leafmap_conda_downloads_badge.svg b/_static/cache/leafmap_conda_downloads_badge.svg new file mode 100644 index 000000000..c673b2d74 --- /dev/null +++ b/_static/cache/leafmap_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leafmap_contributors_badge.svg b/_static/cache/leafmap_contributors_badge.svg new file mode 100644 index 000000000..4dedfe5b9 --- /dev/null +++ b/_static/cache/leafmap_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leafmap_license_badge.svg b/_static/cache/leafmap_license_badge.svg new file mode 100644 index 000000000..127f70550 --- /dev/null +++ b/_static/cache/leafmap_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leafmap_pypi_downloads_badge.svg b/_static/cache/leafmap_pypi_downloads_badge.svg new file mode 100644 index 000000000..30778bcab --- /dev/null +++ b/_static/cache/leafmap_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leafmap_stars_badge.svg b/_static/cache/leafmap_stars_badge.svg new file mode 100644 index 000000000..f9bf37714 --- /dev/null +++ b/_static/cache/leafmap_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leather_conda_downloads_badge.svg b/_static/cache/leather_conda_downloads_badge.svg new file mode 100644 index 000000000..0b48c2907 --- /dev/null +++ b/_static/cache/leather_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leather_contributors_badge.svg b/_static/cache/leather_contributors_badge.svg new file mode 100644 index 000000000..a38c5641d --- /dev/null +++ b/_static/cache/leather_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leather_license_badge.svg b/_static/cache/leather_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/leather_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leather_pypi_downloads_badge.svg b/_static/cache/leather_pypi_downloads_badge.svg new file mode 100644 index 000000000..fd524a2ec --- /dev/null +++ b/_static/cache/leather_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/leather_stars_badge.svg b/_static/cache/leather_stars_badge.svg new file mode 100644 index 000000000..31c0775f5 --- /dev/null +++ b/_static/cache/leather_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lets-plot_conda_downloads_badge.svg b/_static/cache/lets-plot_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/lets-plot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lets-plot_contributors_badge.svg b/_static/cache/lets-plot_contributors_badge.svg new file mode 100644 index 000000000..2e04155aa --- /dev/null +++ b/_static/cache/lets-plot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lets-plot_license_badge.svg b/_static/cache/lets-plot_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/lets-plot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lets-plot_pypi_downloads_badge.svg b/_static/cache/lets-plot_pypi_downloads_badge.svg new file mode 100644 index 000000000..9038cf732 --- /dev/null +++ b/_static/cache/lets-plot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lets-plot_stars_badge.svg b/_static/cache/lets-plot_stars_badge.svg new file mode 100644 index 000000000..e514f6090 --- /dev/null +++ b/_static/cache/lets-plot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lightning_conda_downloads_badge.svg b/_static/cache/lightning_conda_downloads_badge.svg new file mode 100644 index 000000000..44782ca75 --- /dev/null +++ b/_static/cache/lightning_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lightning_contributors_badge.svg b/_static/cache/lightning_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/lightning_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lightning_license_badge.svg b/_static/cache/lightning_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/lightning_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lightning_pypi_downloads_badge.svg b/_static/cache/lightning_pypi_downloads_badge.svg new file mode 100644 index 000000000..14b054d27 --- /dev/null +++ b/_static/cache/lightning_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lightning_stars_badge.svg b/_static/cache/lightning_stars_badge.svg new file mode 100644 index 000000000..baeae9938 --- /dev/null +++ b/_static/cache/lightning_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/manganite_conda_downloads_badge.svg b/_static/cache/manganite_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/manganite_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/manganite_contributors_badge.svg b/_static/cache/manganite_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/manganite_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/manganite_license_badge.svg b/_static/cache/manganite_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/manganite_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/manganite_pypi_downloads_badge.svg b/_static/cache/manganite_pypi_downloads_badge.svg new file mode 100644 index 000000000..8f5d0d86e --- /dev/null +++ b/_static/cache/manganite_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/manganite_stars_badge.svg b/_static/cache/manganite_stars_badge.svg new file mode 100644 index 000000000..74d23cfef --- /dev/null +++ b/_static/cache/manganite_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_conda_downloads_badge.svg b/_static/cache/mapwidget_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/mapwidget_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_contributors_badge.svg b/_static/cache/mapwidget_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/mapwidget_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_license_badge.svg b/_static/cache/mapwidget_license_badge.svg new file mode 100644 index 000000000..127f70550 --- /dev/null +++ b/_static/cache/mapwidget_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_pypi_downloads_badge.svg b/_static/cache/mapwidget_pypi_downloads_badge.svg new file mode 100644 index 000000000..6f625abf4 --- /dev/null +++ b/_static/cache/mapwidget_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_stars_badge.svg b/_static/cache/mapwidget_stars_badge.svg new file mode 100644 index 000000000..2ac43884d --- /dev/null +++ b/_static/cache/mapwidget_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marimo_conda_downloads_badge.svg b/_static/cache/marimo_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/marimo_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marimo_contributors_badge.svg b/_static/cache/marimo_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/marimo_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marimo_license_badge.svg b/_static/cache/marimo_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/marimo_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marimo_pypi_downloads_badge.svg b/_static/cache/marimo_pypi_downloads_badge.svg new file mode 100644 index 000000000..ffaea0ece --- /dev/null +++ b/_static/cache/marimo_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marimo_stars_badge.svg b/_static/cache/marimo_stars_badge.svg new file mode 100644 index 000000000..ecc5ec476 --- /dev/null +++ b/_static/cache/marimo_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_conda_downloads_badge.svg b/_static/cache/matplotlib_conda_downloads_badge.svg new file mode 100644 index 000000000..9de3d4084 --- /dev/null +++ b/_static/cache/matplotlib_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_contributors_badge.svg b/_static/cache/matplotlib_contributors_badge.svg new file mode 100644 index 000000000..d4fb6155c --- /dev/null +++ b/_static/cache/matplotlib_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_license_badge.svg b/_static/cache/matplotlib_license_badge.svg new file mode 100644 index 000000000..3e0aff3f4 --- /dev/null +++ b/_static/cache/matplotlib_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_pypi_downloads_badge.svg b/_static/cache/matplotlib_pypi_downloads_badge.svg new file mode 100644 index 000000000..77b3e5a2a --- /dev/null +++ b/_static/cache/matplotlib_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_stars_badge.svg b/_static/cache/matplotlib_stars_badge.svg new file mode 100644 index 000000000..fa881cea4 --- /dev/null +++ b/_static/cache/matplotlib_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mayavi_conda_downloads_badge.svg b/_static/cache/mayavi_conda_downloads_badge.svg new file mode 100644 index 000000000..15741654a --- /dev/null +++ b/_static/cache/mayavi_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mayavi_contributors_badge.svg b/_static/cache/mayavi_contributors_badge.svg new file mode 100644 index 000000000..7cd38c463 --- /dev/null +++ b/_static/cache/mayavi_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mayavi_license_badge.svg b/_static/cache/mayavi_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/mayavi_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mayavi_pypi_downloads_badge.svg b/_static/cache/mayavi_pypi_downloads_badge.svg new file mode 100644 index 000000000..d230046d2 --- /dev/null +++ b/_static/cache/mayavi_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mayavi_stars_badge.svg b/_static/cache/mayavi_stars_badge.svg new file mode 100644 index 000000000..5cff136e8 --- /dev/null +++ b/_static/cache/mayavi_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mercury_conda_downloads_badge.svg b/_static/cache/mercury_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/mercury_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mercury_contributors_badge.svg b/_static/cache/mercury_contributors_badge.svg new file mode 100644 index 000000000..f5461c444 --- /dev/null +++ b/_static/cache/mercury_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mercury_license_badge.svg b/_static/cache/mercury_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/mercury_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mercury_pypi_downloads_badge.svg b/_static/cache/mercury_pypi_downloads_badge.svg new file mode 100644 index 000000000..32fc0227f --- /dev/null +++ b/_static/cache/mercury_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mercury_stars_badge.svg b/_static/cache/mercury_stars_badge.svg new file mode 100644 index 000000000..0eefcf226 --- /dev/null +++ b/_static/cache/mercury_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/missingno_conda_downloads_badge.svg b/_static/cache/missingno_conda_downloads_badge.svg new file mode 100644 index 000000000..a94eb3d65 --- /dev/null +++ b/_static/cache/missingno_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/missingno_contributors_badge.svg b/_static/cache/missingno_contributors_badge.svg new file mode 100644 index 000000000..60aa3d93d --- /dev/null +++ b/_static/cache/missingno_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/missingno_license_badge.svg b/_static/cache/missingno_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/missingno_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/missingno_pypi_downloads_badge.svg b/_static/cache/missingno_pypi_downloads_badge.svg new file mode 100644 index 000000000..265e8bfa1 --- /dev/null +++ b/_static/cache/missingno_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/missingno_stars_badge.svg b/_static/cache/missingno_stars_badge.svg new file mode 100644 index 000000000..7c5add2cd --- /dev/null +++ b/_static/cache/missingno_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpl-scatter-density_conda_downloads_badge.svg b/_static/cache/mpl-scatter-density_conda_downloads_badge.svg new file mode 100644 index 000000000..2c3bc0a63 --- /dev/null +++ b/_static/cache/mpl-scatter-density_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpl-scatter-density_contributors_badge.svg b/_static/cache/mpl-scatter-density_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /dev/null +++ b/_static/cache/mpl-scatter-density_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpl-scatter-density_license_badge.svg b/_static/cache/mpl-scatter-density_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/mpl-scatter-density_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpl-scatter-density_pypi_downloads_badge.svg b/_static/cache/mpl-scatter-density_pypi_downloads_badge.svg new file mode 100644 index 000000000..27b5b7fed --- /dev/null +++ b/_static/cache/mpl-scatter-density_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpl-scatter-density_stars_badge.svg b/_static/cache/mpl-scatter-density_stars_badge.svg new file mode 100644 index 000000000..54056b67a --- /dev/null +++ b/_static/cache/mpl-scatter-density_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpld3_conda_downloads_badge.svg b/_static/cache/mpld3_conda_downloads_badge.svg new file mode 100644 index 000000000..2c3bc0a63 --- /dev/null +++ b/_static/cache/mpld3_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpld3_contributors_badge.svg b/_static/cache/mpld3_contributors_badge.svg new file mode 100644 index 000000000..2e1f6599c --- /dev/null +++ b/_static/cache/mpld3_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpld3_license_badge.svg b/_static/cache/mpld3_license_badge.svg new file mode 100644 index 000000000..c41bfd312 --- /dev/null +++ b/_static/cache/mpld3_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpld3_pypi_downloads_badge.svg b/_static/cache/mpld3_pypi_downloads_badge.svg new file mode 100644 index 000000000..e7118542a --- /dev/null +++ b/_static/cache/mpld3_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpld3_stars_badge.svg b/_static/cache/mpld3_stars_badge.svg new file mode 100644 index 000000000..4e20f01a2 --- /dev/null +++ b/_static/cache/mpld3_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/napari_conda_downloads_badge.svg b/_static/cache/napari_conda_downloads_badge.svg new file mode 100644 index 000000000..cbb51cfbc --- /dev/null +++ b/_static/cache/napari_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/napari_contributors_badge.svg b/_static/cache/napari_contributors_badge.svg new file mode 100644 index 000000000..5f18be34e --- /dev/null +++ b/_static/cache/napari_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/napari_license_badge.svg b/_static/cache/napari_license_badge.svg new file mode 100644 index 000000000..8a4032073 --- /dev/null +++ b/_static/cache/napari_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/napari_pypi_downloads_badge.svg b/_static/cache/napari_pypi_downloads_badge.svg new file mode 100644 index 000000000..6d1e632c4 --- /dev/null +++ b/_static/cache/napari_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/napari_stars_badge.svg b/_static/cache/napari_stars_badge.svg new file mode 100644 index 000000000..25aefe8c2 --- /dev/null +++ b/_static/cache/napari_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_conda_downloads_badge.svg b/_static/cache/networkx_conda_downloads_badge.svg new file mode 100644 index 000000000..acf58d003 --- /dev/null +++ b/_static/cache/networkx_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_contributors_badge.svg b/_static/cache/networkx_contributors_badge.svg new file mode 100644 index 000000000..2ed281082 --- /dev/null +++ b/_static/cache/networkx_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_license_badge.svg b/_static/cache/networkx_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/networkx_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_pypi_downloads_badge.svg b/_static/cache/networkx_pypi_downloads_badge.svg new file mode 100644 index 000000000..8627607a4 --- /dev/null +++ b/_static/cache/networkx_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_stars_badge.svg b/_static/cache/networkx_stars_badge.svg new file mode 100644 index 000000000..2615e324f --- /dev/null +++ b/_static/cache/networkx_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/netwulf_conda_downloads_badge.svg b/_static/cache/netwulf_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/netwulf_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/netwulf_contributors_badge.svg b/_static/cache/netwulf_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/netwulf_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/netwulf_license_badge.svg b/_static/cache/netwulf_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/netwulf_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/netwulf_pypi_downloads_badge.svg b/_static/cache/netwulf_pypi_downloads_badge.svg new file mode 100644 index 000000000..ed8684ddc --- /dev/null +++ b/_static/cache/netwulf_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/netwulf_stars_badge.svg b/_static/cache/netwulf_stars_badge.svg new file mode 100644 index 000000000..8f76a3c21 --- /dev/null +++ b/_static/cache/netwulf_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nicegui_conda_downloads_badge.svg b/_static/cache/nicegui_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/nicegui_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nicegui_contributors_badge.svg b/_static/cache/nicegui_contributors_badge.svg new file mode 100644 index 000000000..d0e2a028a --- /dev/null +++ b/_static/cache/nicegui_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nicegui_license_badge.svg b/_static/cache/nicegui_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/nicegui_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nicegui_pypi_downloads_badge.svg b/_static/cache/nicegui_pypi_downloads_badge.svg new file mode 100644 index 000000000..a994c7675 --- /dev/null +++ b/_static/cache/nicegui_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nicegui_stars_badge.svg b/_static/cache/nicegui_stars_badge.svg new file mode 100644 index 000000000..dfc7ef42f --- /dev/null +++ b/_static/cache/nicegui_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_conda_downloads_badge.svg b/_static/cache/nitro_conda_downloads_badge.svg new file mode 100644 index 000000000..9c45e219f --- /dev/null +++ b/_static/cache/nitro_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_contributors_badge.svg b/_static/cache/nitro_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/nitro_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_license_badge.svg b/_static/cache/nitro_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/nitro_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_pypi_downloads_badge.svg b/_static/cache/nitro_pypi_downloads_badge.svg new file mode 100644 index 000000000..d704c1331 --- /dev/null +++ b/_static/cache/nitro_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_stars_badge.svg b/_static/cache/nitro_stars_badge.svg new file mode 100644 index 000000000..3366fc997 --- /dev/null +++ b/_static/cache/nitro_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_conda_downloads_badge.svg b/_static/cache/nxviz_conda_downloads_badge.svg new file mode 100644 index 000000000..4fa59ba1c --- /dev/null +++ b/_static/cache/nxviz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_contributors_badge.svg b/_static/cache/nxviz_contributors_badge.svg new file mode 100644 index 000000000..a104c5d15 --- /dev/null +++ b/_static/cache/nxviz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_license_badge.svg b/_static/cache/nxviz_license_badge.svg new file mode 100644 index 000000000..127f70550 --- /dev/null +++ b/_static/cache/nxviz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_pypi_downloads_badge.svg b/_static/cache/nxviz_pypi_downloads_badge.svg new file mode 100644 index 000000000..5b99a300a --- /dev/null +++ b/_static/cache/nxviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_stars_badge.svg b/_static/cache/nxviz_stars_badge.svg new file mode 100644 index 000000000..76ef7d8ea --- /dev/null +++ b/_static/cache/nxviz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/omniplot_conda_downloads_badge.svg b/_static/cache/omniplot_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/omniplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/omniplot_contributors_badge.svg b/_static/cache/omniplot_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/omniplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/omniplot_license_badge.svg b/_static/cache/omniplot_license_badge.svg new file mode 100644 index 000000000..132844896 --- /dev/null +++ b/_static/cache/omniplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/omniplot_pypi_downloads_badge.svg b/_static/cache/omniplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..28c979569 --- /dev/null +++ b/_static/cache/omniplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/omniplot_stars_badge.svg b/_static/cache/omniplot_stars_badge.svg new file mode 100644 index 000000000..c8ed54a0d --- /dev/null +++ b/_static/cache/omniplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_conda_downloads_badge.svg b/_static/cache/osmnx_conda_downloads_badge.svg new file mode 100644 index 000000000..0165b1123 --- /dev/null +++ b/_static/cache/osmnx_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_contributors_badge.svg b/_static/cache/osmnx_contributors_badge.svg new file mode 100644 index 000000000..e4aa8b33d --- /dev/null +++ b/_static/cache/osmnx_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_license_badge.svg b/_static/cache/osmnx_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/osmnx_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_pypi_downloads_badge.svg b/_static/cache/osmnx_pypi_downloads_badge.svg new file mode 100644 index 000000000..eb5684622 --- /dev/null +++ b/_static/cache/osmnx_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_stars_badge.svg b/_static/cache/osmnx_stars_badge.svg new file mode 100644 index 000000000..24912dda8 --- /dev/null +++ b/_static/cache/osmnx_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_conda_downloads_badge.svg b/_static/cache/palettable_conda_downloads_badge.svg new file mode 100644 index 000000000..c99e8cc81 --- /dev/null +++ b/_static/cache/palettable_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_contributors_badge.svg b/_static/cache/palettable_contributors_badge.svg new file mode 100644 index 000000000..f04fd553e --- /dev/null +++ b/_static/cache/palettable_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_license_badge.svg b/_static/cache/palettable_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/palettable_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_pypi_downloads_badge.svg b/_static/cache/palettable_pypi_downloads_badge.svg new file mode 100644 index 000000000..8854409b4 --- /dev/null +++ b/_static/cache/palettable_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_stars_badge.svg b/_static/cache/palettable_stars_badge.svg new file mode 100644 index 000000000..baa97fc06 --- /dev/null +++ b/_static/cache/palettable_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pandas_conda_downloads_badge.svg b/_static/cache/pandas_conda_downloads_badge.svg new file mode 100644 index 000000000..46c9826d9 --- /dev/null +++ b/_static/cache/pandas_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pandas_contributors_badge.svg b/_static/cache/pandas_contributors_badge.svg new file mode 100644 index 000000000..9b9b909a9 --- /dev/null +++ b/_static/cache/pandas_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pandas_license_badge.svg b/_static/cache/pandas_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/pandas_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pandas_pypi_downloads_badge.svg b/_static/cache/pandas_pypi_downloads_badge.svg new file mode 100644 index 000000000..3af2eeccb --- /dev/null +++ b/_static/cache/pandas_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pandas_stars_badge.svg b/_static/cache/pandas_stars_badge.svg new file mode 100644 index 000000000..10a2fd132 --- /dev/null +++ b/_static/cache/pandas_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/panel_conda_downloads_badge.svg b/_static/cache/panel_conda_downloads_badge.svg new file mode 100644 index 000000000..c6ead7fbd --- /dev/null +++ b/_static/cache/panel_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/panel_contributors_badge.svg b/_static/cache/panel_contributors_badge.svg new file mode 100644 index 000000000..195a8b752 --- /dev/null +++ b/_static/cache/panel_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/panel_license_badge.svg b/_static/cache/panel_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/panel_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/panel_pypi_downloads_badge.svg b/_static/cache/panel_pypi_downloads_badge.svg new file mode 100644 index 000000000..4a478d23f --- /dev/null +++ b/_static/cache/panel_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/panel_stars_badge.svg b/_static/cache/panel_stars_badge.svg new file mode 100644 index 000000000..91fc38a52 --- /dev/null +++ b/_static/cache/panel_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pdvega_conda_downloads_badge.svg b/_static/cache/pdvega_conda_downloads_badge.svg new file mode 100644 index 000000000..59632044f --- /dev/null +++ b/_static/cache/pdvega_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pdvega_contributors_badge.svg b/_static/cache/pdvega_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/pdvega_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pdvega_license_badge.svg b/_static/cache/pdvega_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/pdvega_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pdvega_pypi_downloads_badge.svg b/_static/cache/pdvega_pypi_downloads_badge.svg new file mode 100644 index 000000000..4bf8d30d3 --- /dev/null +++ b/_static/cache/pdvega_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pdvega_stars_badge.svg b/_static/cache/pdvega_stars_badge.svg new file mode 100644 index 000000000..995a38d2d --- /dev/null +++ b/_static/cache/pdvega_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/perspective_conda_downloads_badge.svg b/_static/cache/perspective_conda_downloads_badge.svg new file mode 100644 index 000000000..431b269db --- /dev/null +++ b/_static/cache/perspective_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/perspective_contributors_badge.svg b/_static/cache/perspective_contributors_badge.svg new file mode 100644 index 000000000..728667e54 --- /dev/null +++ b/_static/cache/perspective_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/perspective_license_badge.svg b/_static/cache/perspective_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/perspective_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/perspective_pypi_downloads_badge.svg b/_static/cache/perspective_pypi_downloads_badge.svg new file mode 100644 index 000000000..b68d9492b --- /dev/null +++ b/_static/cache/perspective_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/perspective_stars_badge.svg b/_static/cache/perspective_stars_badge.svg new file mode 100644 index 000000000..88e02fe3a --- /dev/null +++ b/_static/cache/perspective_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly.py_conda_downloads_badge.svg b/_static/cache/plotly.py_conda_downloads_badge.svg new file mode 100644 index 000000000..bdd33ffda --- /dev/null +++ b/_static/cache/plotly.py_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly.py_contributors_badge.svg b/_static/cache/plotly.py_contributors_badge.svg new file mode 100644 index 000000000..792fa927b --- /dev/null +++ b/_static/cache/plotly.py_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly.py_license_badge.svg b/_static/cache/plotly.py_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/plotly.py_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly.py_pypi_downloads_badge.svg b/_static/cache/plotly.py_pypi_downloads_badge.svg new file mode 100644 index 000000000..63947b0c6 --- /dev/null +++ b/_static/cache/plotly.py_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly.py_stars_badge.svg b/_static/cache/plotly.py_stars_badge.svg new file mode 100644 index 000000000..7e56632b6 --- /dev/null +++ b/_static/cache/plotly.py_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly_express_conda_downloads_badge.svg b/_static/cache/plotly_express_conda_downloads_badge.svg new file mode 100644 index 000000000..a74112a30 --- /dev/null +++ b/_static/cache/plotly_express_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly_express_contributors_badge.svg b/_static/cache/plotly_express_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/plotly_express_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly_express_license_badge.svg b/_static/cache/plotly_express_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/plotly_express_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly_express_pypi_downloads_badge.svg b/_static/cache/plotly_express_pypi_downloads_badge.svg new file mode 100644 index 000000000..b6b7f0fda --- /dev/null +++ b/_static/cache/plotly_express_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotly_express_stars_badge.svg b/_static/cache/plotly_express_stars_badge.svg new file mode 100644 index 000000000..59bea2103 --- /dev/null +++ b/_static/cache/plotly_express_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotnine_conda_downloads_badge.svg b/_static/cache/plotnine_conda_downloads_badge.svg new file mode 100644 index 000000000..8306b0e33 --- /dev/null +++ b/_static/cache/plotnine_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotnine_contributors_badge.svg b/_static/cache/plotnine_contributors_badge.svg new file mode 100644 index 000000000..869925933 --- /dev/null +++ b/_static/cache/plotnine_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotnine_license_badge.svg b/_static/cache/plotnine_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/plotnine_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotnine_pypi_downloads_badge.svg b/_static/cache/plotnine_pypi_downloads_badge.svg new file mode 100644 index 000000000..9bb1d4a0d --- /dev/null +++ b/_static/cache/plotnine_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/plotnine_stars_badge.svg b/_static/cache/plotnine_stars_badge.svg new file mode 100644 index 000000000..3eaa19845 --- /dev/null +++ b/_static/cache/plotnine_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_conda_downloads_badge.svg b/_static/cache/polyscope_conda_downloads_badge.svg new file mode 100644 index 000000000..c2bdc148a --- /dev/null +++ b/_static/cache/polyscope_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_contributors_badge.svg b/_static/cache/polyscope_contributors_badge.svg new file mode 100644 index 000000000..a104c5d15 --- /dev/null +++ b/_static/cache/polyscope_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_license_badge.svg b/_static/cache/polyscope_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/polyscope_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_pypi_downloads_badge.svg b/_static/cache/polyscope_pypi_downloads_badge.svg new file mode 100644 index 000000000..935a05f88 --- /dev/null +++ b/_static/cache/polyscope_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_stars_badge.svg b/_static/cache/polyscope_stars_badge.svg new file mode 100644 index 000000000..22e356aa1 --- /dev/null +++ b/_static/cache/polyscope_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_conda_downloads_badge.svg b/_static/cache/prettyplotlib_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/prettyplotlib_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_contributors_badge.svg b/_static/cache/prettyplotlib_contributors_badge.svg new file mode 100644 index 000000000..2e04155aa --- /dev/null +++ b/_static/cache/prettyplotlib_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_license_badge.svg b/_static/cache/prettyplotlib_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/prettyplotlib_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_pypi_downloads_badge.svg b/_static/cache/prettyplotlib_pypi_downloads_badge.svg new file mode 100644 index 000000000..b45efc414 --- /dev/null +++ b/_static/cache/prettyplotlib_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_stars_badge.svg b/_static/cache/prettyplotlib_stars_badge.svg new file mode 100644 index 000000000..b46c3b338 --- /dev/null +++ b/_static/cache/prettyplotlib_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/proplot_conda_downloads_badge.svg b/_static/cache/proplot_conda_downloads_badge.svg new file mode 100644 index 000000000..8d5149312 --- /dev/null +++ b/_static/cache/proplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/proplot_contributors_badge.svg b/_static/cache/proplot_contributors_badge.svg new file mode 100644 index 000000000..f04fd553e --- /dev/null +++ b/_static/cache/proplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/proplot_license_badge.svg b/_static/cache/proplot_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/proplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/proplot_pypi_downloads_badge.svg b/_static/cache/proplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..f65912a31 --- /dev/null +++ b/_static/cache/proplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/proplot_stars_badge.svg b/_static/cache/proplot_stars_badge.svg new file mode 100644 index 000000000..a0569e18c --- /dev/null +++ b/_static/cache/proplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py-shiny_conda_downloads_badge.svg b/_static/cache/py-shiny_conda_downloads_badge.svg new file mode 100644 index 000000000..28c0d8511 --- /dev/null +++ b/_static/cache/py-shiny_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py-shiny_contributors_badge.svg b/_static/cache/py-shiny_contributors_badge.svg new file mode 100644 index 000000000..2e04155aa --- /dev/null +++ b/_static/cache/py-shiny_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py-shiny_license_badge.svg b/_static/cache/py-shiny_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/py-shiny_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py-shiny_pypi_downloads_badge.svg b/_static/cache/py-shiny_pypi_downloads_badge.svg new file mode 100644 index 000000000..75e5c2b93 --- /dev/null +++ b/_static/cache/py-shiny_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py-shiny_stars_badge.svg b/_static/cache/py-shiny_stars_badge.svg new file mode 100644 index 000000000..38d472284 --- /dev/null +++ b/_static/cache/py-shiny_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_conda_downloads_badge.svg b/_static/cache/py2cytoscape_conda_downloads_badge.svg new file mode 100644 index 000000000..e23c69c53 --- /dev/null +++ b/_static/cache/py2cytoscape_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_contributors_badge.svg b/_static/cache/py2cytoscape_contributors_badge.svg new file mode 100644 index 000000000..705d19bb2 --- /dev/null +++ b/_static/cache/py2cytoscape_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_license_badge.svg b/_static/cache/py2cytoscape_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/py2cytoscape_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_pypi_downloads_badge.svg b/_static/cache/py2cytoscape_pypi_downloads_badge.svg new file mode 100644 index 000000000..a0813529d --- /dev/null +++ b/_static/cache/py2cytoscape_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_stars_badge.svg b/_static/cache/py2cytoscape_stars_badge.svg new file mode 100644 index 000000000..ab6eeba2d --- /dev/null +++ b/_static/cache/py2cytoscape_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pydot_conda_downloads_badge.svg b/_static/cache/pydot_conda_downloads_badge.svg new file mode 100644 index 000000000..f341ece8e --- /dev/null +++ b/_static/cache/pydot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pydot_contributors_badge.svg b/_static/cache/pydot_contributors_badge.svg new file mode 100644 index 000000000..fa602b75d --- /dev/null +++ b/_static/cache/pydot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pydot_license_badge.svg b/_static/cache/pydot_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/pydot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pydot_pypi_downloads_badge.svg b/_static/cache/pydot_pypi_downloads_badge.svg new file mode 100644 index 000000000..4fa4f4cc8 --- /dev/null +++ b/_static/cache/pydot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pydot_stars_badge.svg b/_static/cache/pydot_stars_badge.svg new file mode 100644 index 000000000..2d50a1ab4 --- /dev/null +++ b/_static/cache/pydot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygal_conda_downloads_badge.svg b/_static/cache/pygal_conda_downloads_badge.svg new file mode 100644 index 000000000..e5016ce79 --- /dev/null +++ b/_static/cache/pygal_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygal_contributors_badge.svg b/_static/cache/pygal_contributors_badge.svg new file mode 100644 index 000000000..a00b9691b --- /dev/null +++ b/_static/cache/pygal_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygal_license_badge.svg b/_static/cache/pygal_license_badge.svg new file mode 100644 index 000000000..12238684f --- /dev/null +++ b/_static/cache/pygal_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygal_pypi_downloads_badge.svg b/_static/cache/pygal_pypi_downloads_badge.svg new file mode 100644 index 000000000..93e9fbbd9 --- /dev/null +++ b/_static/cache/pygal_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygal_stars_badge.svg b/_static/cache/pygal_stars_badge.svg new file mode 100644 index 000000000..8c44ce41c --- /dev/null +++ b/_static/cache/pygal_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_conda_downloads_badge.svg b/_static/cache/pygmt_conda_downloads_badge.svg new file mode 100644 index 000000000..69dc01955 --- /dev/null +++ b/_static/cache/pygmt_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_contributors_badge.svg b/_static/cache/pygmt_contributors_badge.svg new file mode 100644 index 000000000..b4f9902ff --- /dev/null +++ b/_static/cache/pygmt_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_license_badge.svg b/_static/cache/pygmt_license_badge.svg new file mode 100644 index 000000000..e659ede54 --- /dev/null +++ b/_static/cache/pygmt_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_pypi_downloads_badge.svg b/_static/cache/pygmt_pypi_downloads_badge.svg new file mode 100644 index 000000000..fdf555f6d --- /dev/null +++ b/_static/cache/pygmt_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_stars_badge.svg b/_static/cache/pygmt_stars_badge.svg new file mode 100644 index 000000000..0c0580278 --- /dev/null +++ b/_static/cache/pygmt_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygraphviz_conda_downloads_badge.svg b/_static/cache/pygraphviz_conda_downloads_badge.svg new file mode 100644 index 000000000..6f9da25ea --- /dev/null +++ b/_static/cache/pygraphviz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygraphviz_contributors_badge.svg b/_static/cache/pygraphviz_contributors_badge.svg new file mode 100644 index 000000000..c6b1d1482 --- /dev/null +++ b/_static/cache/pygraphviz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygraphviz_license_badge.svg b/_static/cache/pygraphviz_license_badge.svg new file mode 100644 index 000000000..9694ca204 --- /dev/null +++ b/_static/cache/pygraphviz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygraphviz_pypi_downloads_badge.svg b/_static/cache/pygraphviz_pypi_downloads_badge.svg new file mode 100644 index 000000000..b30b5dfd4 --- /dev/null +++ b/_static/cache/pygraphviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygraphviz_stars_badge.svg b/_static/cache/pygraphviz_stars_badge.svg new file mode 100644 index 000000000..9ca2c6c8e --- /dev/null +++ b/_static/cache/pygraphviz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygsp_conda_downloads_badge.svg b/_static/cache/pygsp_conda_downloads_badge.svg new file mode 100644 index 000000000..52185f511 --- /dev/null +++ b/_static/cache/pygsp_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygsp_contributors_badge.svg b/_static/cache/pygsp_contributors_badge.svg new file mode 100644 index 000000000..f04fd553e --- /dev/null +++ b/_static/cache/pygsp_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygsp_license_badge.svg b/_static/cache/pygsp_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/pygsp_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygsp_pypi_downloads_badge.svg b/_static/cache/pygsp_pypi_downloads_badge.svg new file mode 100644 index 000000000..ffaee357c --- /dev/null +++ b/_static/cache/pygsp_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygsp_stars_badge.svg b/_static/cache/pygsp_stars_badge.svg new file mode 100644 index 000000000..dd252745b --- /dev/null +++ b/_static/cache/pygsp_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pynecone_conda_downloads_badge.svg b/_static/cache/pynecone_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/pynecone_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pynecone_contributors_badge.svg b/_static/cache/pynecone_contributors_badge.svg new file mode 100644 index 000000000..3fae5751f --- /dev/null +++ b/_static/cache/pynecone_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pynecone_license_badge.svg b/_static/cache/pynecone_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/pynecone_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pynecone_pypi_downloads_badge.svg b/_static/cache/pynecone_pypi_downloads_badge.svg new file mode 100644 index 000000000..4fb70aa09 --- /dev/null +++ b/_static/cache/pynecone_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pynecone_stars_badge.svg b/_static/cache/pynecone_stars_badge.svg new file mode 100644 index 000000000..7337ce2b7 --- /dev/null +++ b/_static/cache/pynecone_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyqtgraph_conda_downloads_badge.svg b/_static/cache/pyqtgraph_conda_downloads_badge.svg new file mode 100644 index 000000000..8d37c36a8 --- /dev/null +++ b/_static/cache/pyqtgraph_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyqtgraph_contributors_badge.svg b/_static/cache/pyqtgraph_contributors_badge.svg new file mode 100644 index 000000000..792fa927b --- /dev/null +++ b/_static/cache/pyqtgraph_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyqtgraph_license_badge.svg b/_static/cache/pyqtgraph_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/pyqtgraph_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyqtgraph_pypi_downloads_badge.svg b/_static/cache/pyqtgraph_pypi_downloads_badge.svg new file mode 100644 index 000000000..cd4f2cf20 --- /dev/null +++ b/_static/cache/pyqtgraph_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyqtgraph_stars_badge.svg b/_static/cache/pyqtgraph_stars_badge.svg new file mode 100644 index 000000000..31b34799c --- /dev/null +++ b/_static/cache/pyqtgraph_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyrosm_conda_downloads_badge.svg b/_static/cache/pyrosm_conda_downloads_badge.svg new file mode 100644 index 000000000..a10939f4f --- /dev/null +++ b/_static/cache/pyrosm_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyrosm_contributors_badge.svg b/_static/cache/pyrosm_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/pyrosm_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyrosm_license_badge.svg b/_static/cache/pyrosm_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/pyrosm_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyrosm_pypi_downloads_badge.svg b/_static/cache/pyrosm_pypi_downloads_badge.svg new file mode 100644 index 000000000..5b2d7a598 --- /dev/null +++ b/_static/cache/pyrosm_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyrosm_stars_badge.svg b/_static/cache/pyrosm_stars_badge.svg new file mode 100644 index 000000000..01d0caed0 --- /dev/null +++ b/_static/cache/pyrosm_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_conda_downloads_badge.svg b/_static/cache/python-igraph_conda_downloads_badge.svg new file mode 100644 index 000000000..15741654a --- /dev/null +++ b/_static/cache/python-igraph_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_contributors_badge.svg b/_static/cache/python-igraph_contributors_badge.svg new file mode 100644 index 000000000..0a91cc473 --- /dev/null +++ b/_static/cache/python-igraph_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_license_badge.svg b/_static/cache/python-igraph_license_badge.svg new file mode 100644 index 000000000..1af0c1602 --- /dev/null +++ b/_static/cache/python-igraph_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_pypi_downloads_badge.svg b/_static/cache/python-igraph_pypi_downloads_badge.svg new file mode 100644 index 000000000..f4afce875 --- /dev/null +++ b/_static/cache/python-igraph_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_stars_badge.svg b/_static/cache/python-igraph_stars_badge.svg new file mode 100644 index 000000000..bc92637ef --- /dev/null +++ b/_static/cache/python-igraph_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_conda_downloads_badge.svg b/_static/cache/pyvibe_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/pyvibe_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_contributors_badge.svg b/_static/cache/pyvibe_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/pyvibe_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_license_badge.svg b/_static/cache/pyvibe_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/pyvibe_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_pypi_downloads_badge.svg b/_static/cache/pyvibe_pypi_downloads_badge.svg new file mode 100644 index 000000000..14b4cbe80 --- /dev/null +++ b/_static/cache/pyvibe_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_stars_badge.svg b/_static/cache/pyvibe_stars_badge.svg new file mode 100644 index 000000000..42d77f941 --- /dev/null +++ b/_static/cache/pyvibe_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvis_conda_downloads_badge.svg b/_static/cache/pyvis_conda_downloads_badge.svg new file mode 100644 index 000000000..0b4a66207 --- /dev/null +++ b/_static/cache/pyvis_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvis_contributors_badge.svg b/_static/cache/pyvis_contributors_badge.svg new file mode 100644 index 000000000..34ded918a --- /dev/null +++ b/_static/cache/pyvis_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvis_license_badge.svg b/_static/cache/pyvis_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/pyvis_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvis_pypi_downloads_badge.svg b/_static/cache/pyvis_pypi_downloads_badge.svg new file mode 100644 index 000000000..9247914ae --- /dev/null +++ b/_static/cache/pyvis_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvis_stars_badge.svg b/_static/cache/pyvis_stars_badge.svg new file mode 100644 index 000000000..bb49a342a --- /dev/null +++ b/_static/cache/pyvis_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvista_conda_downloads_badge.svg b/_static/cache/pyvista_conda_downloads_badge.svg new file mode 100644 index 000000000..69f601da2 --- /dev/null +++ b/_static/cache/pyvista_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvista_contributors_badge.svg b/_static/cache/pyvista_contributors_badge.svg new file mode 100644 index 000000000..5f18be34e --- /dev/null +++ b/_static/cache/pyvista_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvista_license_badge.svg b/_static/cache/pyvista_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/pyvista_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvista_pypi_downloads_badge.svg b/_static/cache/pyvista_pypi_downloads_badge.svg new file mode 100644 index 000000000..bf088e917 --- /dev/null +++ b/_static/cache/pyvista_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvista_stars_badge.svg b/_static/cache/pyvista_stars_badge.svg new file mode 100644 index 000000000..9d7571bc9 --- /dev/null +++ b/_static/cache/pyvista_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/quibbler_conda_downloads_badge.svg b/_static/cache/quibbler_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/quibbler_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/quibbler_contributors_badge.svg b/_static/cache/quibbler_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/quibbler_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/quibbler_license_badge.svg b/_static/cache/quibbler_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/quibbler_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/quibbler_pypi_downloads_badge.svg b/_static/cache/quibbler_pypi_downloads_badge.svg new file mode 100644 index 000000000..991545e66 --- /dev/null +++ b/_static/cache/quibbler_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/quibbler_stars_badge.svg b/_static/cache/quibbler_stars_badge.svg new file mode 100644 index 000000000..808e5b5da --- /dev/null +++ b/_static/cache/quibbler_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_conda_downloads_badge.svg b/_static/cache/reacton_conda_downloads_badge.svg new file mode 100644 index 000000000..a033511f8 --- /dev/null +++ b/_static/cache/reacton_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_contributors_badge.svg b/_static/cache/reacton_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/reacton_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_license_badge.svg b/_static/cache/reacton_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/reacton_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_pypi_downloads_badge.svg b/_static/cache/reacton_pypi_downloads_badge.svg new file mode 100644 index 000000000..42248410a --- /dev/null +++ b/_static/cache/reacton_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_stars_badge.svg b/_static/cache/reacton_stars_badge.svg new file mode 100644 index 000000000..e70acfa32 --- /dev/null +++ b/_static/cache/reacton_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reflex_conda_downloads_badge.svg b/_static/cache/reflex_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/reflex_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reflex_contributors_badge.svg b/_static/cache/reflex_contributors_badge.svg new file mode 100644 index 000000000..3fae5751f --- /dev/null +++ b/_static/cache/reflex_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reflex_license_badge.svg b/_static/cache/reflex_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/reflex_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reflex_pypi_downloads_badge.svg b/_static/cache/reflex_pypi_downloads_badge.svg new file mode 100644 index 000000000..15767ba01 --- /dev/null +++ b/_static/cache/reflex_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reflex_stars_badge.svg b/_static/cache/reflex_stars_badge.svg new file mode 100644 index 000000000..2730d1a68 --- /dev/null +++ b/_static/cache/reflex_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_conda_downloads_badge.svg b/_static/cache/scikit-image_conda_downloads_badge.svg new file mode 100644 index 000000000..b5c384c6f --- /dev/null +++ b/_static/cache/scikit-image_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_contributors_badge.svg b/_static/cache/scikit-image_contributors_badge.svg new file mode 100644 index 000000000..625bc6b36 --- /dev/null +++ b/_static/cache/scikit-image_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_license_badge.svg b/_static/cache/scikit-image_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/scikit-image_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_pypi_downloads_badge.svg b/_static/cache/scikit-image_pypi_downloads_badge.svg new file mode 100644 index 000000000..861183b94 --- /dev/null +++ b/_static/cache/scikit-image_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_stars_badge.svg b/_static/cache/scikit-image_stars_badge.svg new file mode 100644 index 000000000..463269433 --- /dev/null +++ b/_static/cache/scikit-image_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_conda_downloads_badge.svg b/_static/cache/scikit-plot_conda_downloads_badge.svg new file mode 100644 index 000000000..15741654a --- /dev/null +++ b/_static/cache/scikit-plot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_contributors_badge.svg b/_static/cache/scikit-plot_contributors_badge.svg new file mode 100644 index 000000000..f5461c444 --- /dev/null +++ b/_static/cache/scikit-plot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_license_badge.svg b/_static/cache/scikit-plot_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/scikit-plot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_pypi_downloads_badge.svg b/_static/cache/scikit-plot_pypi_downloads_badge.svg new file mode 100644 index 000000000..30aa5ceda --- /dev/null +++ b/_static/cache/scikit-plot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_stars_badge.svg b/_static/cache/scikit-plot_stars_badge.svg new file mode 100644 index 000000000..cf5b2490e --- /dev/null +++ b/_static/cache/scikit-plot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_conda_downloads_badge.svg b/_static/cache/seaborn_conda_downloads_badge.svg new file mode 100644 index 000000000..7ac196648 --- /dev/null +++ b/_static/cache/seaborn_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_contributors_badge.svg b/_static/cache/seaborn_contributors_badge.svg new file mode 100644 index 000000000..63d7500b5 --- /dev/null +++ b/_static/cache/seaborn_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_license_badge.svg b/_static/cache/seaborn_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/seaborn_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_pypi_downloads_badge.svg b/_static/cache/seaborn_pypi_downloads_badge.svg new file mode 100644 index 000000000..9968cfd87 --- /dev/null +++ b/_static/cache/seaborn_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_stars_badge.svg b/_static/cache/seaborn_stars_badge.svg new file mode 100644 index 000000000..98eb55fd5 --- /dev/null +++ b/_static/cache/seaborn_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/solara_conda_downloads_badge.svg b/_static/cache/solara_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/solara_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/solara_contributors_badge.svg b/_static/cache/solara_contributors_badge.svg new file mode 100644 index 000000000..8b10f31f2 --- /dev/null +++ b/_static/cache/solara_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/solara_license_badge.svg b/_static/cache/solara_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/solara_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/solara_pypi_downloads_badge.svg b/_static/cache/solara_pypi_downloads_badge.svg new file mode 100644 index 000000000..1a97a7c78 --- /dev/null +++ b/_static/cache/solara_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/solara_stars_badge.svg b/_static/cache/solara_stars_badge.svg new file mode 100644 index 000000000..b15a6751a --- /dev/null +++ b/_static/cache/solara_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/splot_conda_downloads_badge.svg b/_static/cache/splot_conda_downloads_badge.svg new file mode 100644 index 000000000..eb81d6488 --- /dev/null +++ b/_static/cache/splot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/splot_contributors_badge.svg b/_static/cache/splot_contributors_badge.svg new file mode 100644 index 000000000..837bae570 --- /dev/null +++ b/_static/cache/splot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/splot_license_badge.svg b/_static/cache/splot_license_badge.svg new file mode 100644 index 000000000..87181d4ee --- /dev/null +++ b/_static/cache/splot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/splot_pypi_downloads_badge.svg b/_static/cache/splot_pypi_downloads_badge.svg new file mode 100644 index 000000000..7be8c09fe --- /dev/null +++ b/_static/cache/splot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/splot_stars_badge.svg b/_static/cache/splot_stars_badge.svg new file mode 100644 index 000000000..6c2022775 --- /dev/null +++ b/_static/cache/splot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_conda_downloads_badge.svg b/_static/cache/starfyre_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/starfyre_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_contributors_badge.svg b/_static/cache/starfyre_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/starfyre_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_license_badge.svg b/_static/cache/starfyre_license_badge.svg new file mode 100644 index 000000000..5c47196cc --- /dev/null +++ b/_static/cache/starfyre_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_pypi_downloads_badge.svg b/_static/cache/starfyre_pypi_downloads_badge.svg new file mode 100644 index 000000000..02a9962be --- /dev/null +++ b/_static/cache/starfyre_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_stars_badge.svg b/_static/cache/starfyre_stars_badge.svg new file mode 100644 index 000000000..8cf4ab007 --- /dev/null +++ b/_static/cache/starfyre_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_conda_downloads_badge.svg b/_static/cache/streamlit_conda_downloads_badge.svg new file mode 100644 index 000000000..e6c4cc232 --- /dev/null +++ b/_static/cache/streamlit_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_contributors_badge.svg b/_static/cache/streamlit_contributors_badge.svg new file mode 100644 index 000000000..77fc8be6d --- /dev/null +++ b/_static/cache/streamlit_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_license_badge.svg b/_static/cache/streamlit_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/streamlit_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_pypi_downloads_badge.svg b/_static/cache/streamlit_pypi_downloads_badge.svg new file mode 100644 index 000000000..d4e159f63 --- /dev/null +++ b/_static/cache/streamlit_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_stars_badge.svg b/_static/cache/streamlit_stars_badge.svg new file mode 100644 index 000000000..e414ed883 --- /dev/null +++ b/_static/cache/streamlit_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_conda_downloads_badge.svg b/_static/cache/streamsync_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/streamsync_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_contributors_badge.svg b/_static/cache/streamsync_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/streamsync_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_license_badge.svg b/_static/cache/streamsync_license_badge.svg new file mode 100644 index 000000000..b3cb3e681 --- /dev/null +++ b/_static/cache/streamsync_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_pypi_downloads_badge.svg b/_static/cache/streamsync_pypi_downloads_badge.svg new file mode 100644 index 000000000..79a7a3759 --- /dev/null +++ b/_static/cache/streamsync_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_stars_badge.svg b/_static/cache/streamsync_stars_badge.svg new file mode 100644 index 000000000..e09590d02 --- /dev/null +++ b/_static/cache/streamsync_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/taipy_conda_downloads_badge.svg b/_static/cache/taipy_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/taipy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/taipy_contributors_badge.svg b/_static/cache/taipy_contributors_badge.svg new file mode 100644 index 000000000..52484c896 --- /dev/null +++ b/_static/cache/taipy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/taipy_license_badge.svg b/_static/cache/taipy_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/taipy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/taipy_pypi_downloads_badge.svg b/_static/cache/taipy_pypi_downloads_badge.svg new file mode 100644 index 000000000..a540a55f4 --- /dev/null +++ b/_static/cache/taipy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/taipy_stars_badge.svg b/_static/cache/taipy_stars_badge.svg new file mode 100644 index 000000000..2fad80f88 --- /dev/null +++ b/_static/cache/taipy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/tmp b/_static/cache/tmp new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/_static/cache/tmp @@ -0,0 +1 @@ + diff --git a/_static/cache/toyplot_conda_downloads_badge.svg b/_static/cache/toyplot_conda_downloads_badge.svg new file mode 100644 index 000000000..e63a115ff --- /dev/null +++ b/_static/cache/toyplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/toyplot_contributors_badge.svg b/_static/cache/toyplot_contributors_badge.svg new file mode 100644 index 000000000..65897408d --- /dev/null +++ b/_static/cache/toyplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/toyplot_license_badge.svg b/_static/cache/toyplot_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/toyplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/toyplot_pypi_downloads_badge.svg b/_static/cache/toyplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..b867240d6 --- /dev/null +++ b/_static/cache/toyplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/toyplot_stars_badge.svg b/_static/cache/toyplot_stars_badge.svg new file mode 100644 index 000000000..6e4a1da06 --- /dev/null +++ b/_static/cache/toyplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/trame_conda_downloads_badge.svg b/_static/cache/trame_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/trame_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/trame_contributors_badge.svg b/_static/cache/trame_contributors_badge.svg new file mode 100644 index 000000000..f04fd553e --- /dev/null +++ b/_static/cache/trame_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/trame_license_badge.svg b/_static/cache/trame_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/trame_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/trame_pypi_downloads_badge.svg b/_static/cache/trame_pypi_downloads_badge.svg new file mode 100644 index 000000000..4acfb88a8 --- /dev/null +++ b/_static/cache/trame_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/trame_stars_badge.svg b/_static/cache/trame_stars_badge.svg new file mode 100644 index 000000000..8d30fc5f2 --- /dev/null +++ b/_static/cache/trame_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_conda_downloads_badge.svg b/_static/cache/vaex_conda_downloads_badge.svg new file mode 100644 index 000000000..6da286568 --- /dev/null +++ b/_static/cache/vaex_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_contributors_badge.svg b/_static/cache/vaex_contributors_badge.svg new file mode 100644 index 000000000..0a91cc473 --- /dev/null +++ b/_static/cache/vaex_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_license_badge.svg b/_static/cache/vaex_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/vaex_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_pypi_downloads_badge.svg b/_static/cache/vaex_pypi_downloads_badge.svg new file mode 100644 index 000000000..288fc70c6 --- /dev/null +++ b/_static/cache/vaex_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_stars_badge.svg b/_static/cache/vaex_stars_badge.svg new file mode 100644 index 000000000..7424e5e6c --- /dev/null +++ b/_static/cache/vaex_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vedo_conda_downloads_badge.svg b/_static/cache/vedo_conda_downloads_badge.svg new file mode 100644 index 000000000..150ec37a9 --- /dev/null +++ b/_static/cache/vedo_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vedo_contributors_badge.svg b/_static/cache/vedo_contributors_badge.svg new file mode 100644 index 000000000..6aaf008fe --- /dev/null +++ b/_static/cache/vedo_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vedo_license_badge.svg b/_static/cache/vedo_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/vedo_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vedo_pypi_downloads_badge.svg b/_static/cache/vedo_pypi_downloads_badge.svg new file mode 100644 index 000000000..fa77cfed7 --- /dev/null +++ b/_static/cache/vedo_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vedo_stars_badge.svg b/_static/cache/vedo_stars_badge.svg new file mode 100644 index 000000000..d14a90fa0 --- /dev/null +++ b/_static/cache/vedo_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_conda_downloads_badge.svg b/_static/cache/veusz_conda_downloads_badge.svg new file mode 100644 index 000000000..d95ef940a --- /dev/null +++ b/_static/cache/veusz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_contributors_badge.svg b/_static/cache/veusz_contributors_badge.svg new file mode 100644 index 000000000..339c13c42 --- /dev/null +++ b/_static/cache/veusz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_license_badge.svg b/_static/cache/veusz_license_badge.svg new file mode 100644 index 000000000..3c75f9e33 --- /dev/null +++ b/_static/cache/veusz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_pypi_downloads_badge.svg b/_static/cache/veusz_pypi_downloads_badge.svg new file mode 100644 index 000000000..6da15517d --- /dev/null +++ b/_static/cache/veusz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_stars_badge.svg b/_static/cache/veusz_stars_badge.svg new file mode 100644 index 000000000..a044c66c4 --- /dev/null +++ b/_static/cache/veusz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vincent_conda_downloads_badge.svg b/_static/cache/vincent_conda_downloads_badge.svg new file mode 100644 index 000000000..7f82cf740 --- /dev/null +++ b/_static/cache/vincent_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vincent_contributors_badge.svg b/_static/cache/vincent_contributors_badge.svg new file mode 100644 index 000000000..effa562c8 --- /dev/null +++ b/_static/cache/vincent_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vincent_license_badge.svg b/_static/cache/vincent_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/vincent_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vincent_pypi_downloads_badge.svg b/_static/cache/vincent_pypi_downloads_badge.svg new file mode 100644 index 000000000..4e2a8cb56 --- /dev/null +++ b/_static/cache/vincent_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vincent_stars_badge.svg b/_static/cache/vincent_stars_badge.svg new file mode 100644 index 000000000..900c7cbd3 --- /dev/null +++ b/_static/cache/vincent_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/viscm_conda_downloads_badge.svg b/_static/cache/viscm_conda_downloads_badge.svg new file mode 100644 index 000000000..59632044f --- /dev/null +++ b/_static/cache/viscm_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/viscm_contributors_badge.svg b/_static/cache/viscm_contributors_badge.svg new file mode 100644 index 000000000..705d19bb2 --- /dev/null +++ b/_static/cache/viscm_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/viscm_license_badge.svg b/_static/cache/viscm_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/viscm_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/viscm_pypi_downloads_badge.svg b/_static/cache/viscm_pypi_downloads_badge.svg new file mode 100644 index 000000000..67d672b36 --- /dev/null +++ b/_static/cache/viscm_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/viscm_stars_badge.svg b/_static/cache/viscm_stars_badge.svg new file mode 100644 index 000000000..ab6dd5bc3 --- /dev/null +++ b/_static/cache/viscm_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_conda_downloads_badge.svg b/_static/cache/visdom_conda_downloads_badge.svg new file mode 100644 index 000000000..420e75deb --- /dev/null +++ b/_static/cache/visdom_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_contributors_badge.svg b/_static/cache/visdom_contributors_badge.svg new file mode 100644 index 000000000..70a3ff8f7 --- /dev/null +++ b/_static/cache/visdom_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_license_badge.svg b/_static/cache/visdom_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/visdom_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_pypi_downloads_badge.svg b/_static/cache/visdom_pypi_downloads_badge.svg new file mode 100644 index 000000000..be0ab5a6c --- /dev/null +++ b/_static/cache/visdom_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_stars_badge.svg b/_static/cache/visdom_stars_badge.svg new file mode 100644 index 000000000..9cd40bc64 --- /dev/null +++ b/_static/cache/visdom_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vispy_conda_downloads_badge.svg b/_static/cache/vispy_conda_downloads_badge.svg new file mode 100644 index 000000000..6f9da25ea --- /dev/null +++ b/_static/cache/vispy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vispy_contributors_badge.svg b/_static/cache/vispy_contributors_badge.svg new file mode 100644 index 000000000..21d554e55 --- /dev/null +++ b/_static/cache/vispy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vispy_license_badge.svg b/_static/cache/vispy_license_badge.svg new file mode 100644 index 000000000..9694ca204 --- /dev/null +++ b/_static/cache/vispy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vispy_pypi_downloads_badge.svg b/_static/cache/vispy_pypi_downloads_badge.svg new file mode 100644 index 000000000..18ef9a73b --- /dev/null +++ b/_static/cache/vispy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vispy_stars_badge.svg b/_static/cache/vispy_stars_badge.svg new file mode 100644 index 000000000..88fefea52 --- /dev/null +++ b/_static/cache/vispy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_conda_downloads_badge.svg b/_static/cache/visvis_conda_downloads_badge.svg new file mode 100644 index 000000000..f5f2aa7f1 --- /dev/null +++ b/_static/cache/visvis_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_contributors_badge.svg b/_static/cache/visvis_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/visvis_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_license_badge.svg b/_static/cache/visvis_license_badge.svg new file mode 100644 index 000000000..14d9db5ab --- /dev/null +++ b/_static/cache/visvis_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_pypi_downloads_badge.svg b/_static/cache/visvis_pypi_downloads_badge.svg new file mode 100644 index 000000000..0e5f2f683 --- /dev/null +++ b/_static/cache/visvis_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_stars_badge.svg b/_static/cache/visvis_stars_badge.svg new file mode 100644 index 000000000..58add6b3d --- /dev/null +++ b/_static/cache/visvis_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vizro_conda_downloads_badge.svg b/_static/cache/vizro_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/vizro_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vizro_contributors_badge.svg b/_static/cache/vizro_contributors_badge.svg new file mode 100644 index 000000000..03a82bd69 --- /dev/null +++ b/_static/cache/vizro_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vizro_license_badge.svg b/_static/cache/vizro_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/vizro_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vizro_pypi_downloads_badge.svg b/_static/cache/vizro_pypi_downloads_badge.svg new file mode 100644 index 000000000..f014f16bd --- /dev/null +++ b/_static/cache/vizro_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vizro_stars_badge.svg b/_static/cache/vizro_stars_badge.svg new file mode 100644 index 000000000..daba52f27 --- /dev/null +++ b/_static/cache/vizro_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_conda_downloads_badge.svg b/_static/cache/voila_conda_downloads_badge.svg new file mode 100644 index 000000000..44782ca75 --- /dev/null +++ b/_static/cache/voila_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_contributors_badge.svg b/_static/cache/voila_contributors_badge.svg new file mode 100644 index 000000000..1419db8b3 --- /dev/null +++ b/_static/cache/voila_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_license_badge.svg b/_static/cache/voila_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/voila_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_pypi_downloads_badge.svg b/_static/cache/voila_pypi_downloads_badge.svg new file mode 100644 index 000000000..0e41ef149 --- /dev/null +++ b/_static/cache/voila_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_stars_badge.svg b/_static/cache/voila_stars_badge.svg new file mode 100644 index 000000000..4b8de2ca7 --- /dev/null +++ b/_static/cache/voila_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vois_conda_downloads_badge.svg b/_static/cache/vois_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/vois_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vois_contributors_badge.svg b/_static/cache/vois_contributors_badge.svg new file mode 100644 index 000000000..72e19642b --- /dev/null +++ b/_static/cache/vois_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vois_license_badge.svg b/_static/cache/vois_license_badge.svg new file mode 100644 index 000000000..7223b4f4f --- /dev/null +++ b/_static/cache/vois_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vois_pypi_downloads_badge.svg b/_static/cache/vois_pypi_downloads_badge.svg new file mode 100644 index 000000000..7825d8eab --- /dev/null +++ b/_static/cache/vois_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vois_stars_badge.svg b/_static/cache/vois_stars_badge.svg new file mode 100644 index 000000000..72e19642b --- /dev/null +++ b/_static/cache/vois_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_conda_downloads_badge.svg b/_static/cache/wave_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/wave_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_contributors_badge.svg b/_static/cache/wave_contributors_badge.svg new file mode 100644 index 000000000..45c251575 --- /dev/null +++ b/_static/cache/wave_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_license_badge.svg b/_static/cache/wave_license_badge.svg new file mode 100644 index 000000000..e437f84b9 --- /dev/null +++ b/_static/cache/wave_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_pypi_downloads_badge.svg b/_static/cache/wave_pypi_downloads_badge.svg new file mode 100644 index 000000000..9038cf732 --- /dev/null +++ b/_static/cache/wave_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_stars_badge.svg b/_static/cache/wave_stars_badge.svg new file mode 100644 index 000000000..33ffb0f71 --- /dev/null +++ b/_static/cache/wave_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/weave_conda_downloads_badge.svg b/_static/cache/weave_conda_downloads_badge.svg new file mode 100644 index 000000000..c404e00f9 --- /dev/null +++ b/_static/cache/weave_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/weave_contributors_badge.svg b/_static/cache/weave_contributors_badge.svg new file mode 100644 index 000000000..03be33c47 --- /dev/null +++ b/_static/cache/weave_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/weave_license_badge.svg b/_static/cache/weave_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/weave_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/weave_pypi_downloads_badge.svg b/_static/cache/weave_pypi_downloads_badge.svg new file mode 100644 index 000000000..641714878 --- /dev/null +++ b/_static/cache/weave_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/weave_stars_badge.svg b/_static/cache/weave_stars_badge.svg new file mode 100644 index 000000000..ffd9b243e --- /dev/null +++ b/_static/cache/weave_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/webweb_conda_downloads_badge.svg b/_static/cache/webweb_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/webweb_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/webweb_contributors_badge.svg b/_static/cache/webweb_contributors_badge.svg new file mode 100644 index 000000000..d83465d21 --- /dev/null +++ b/_static/cache/webweb_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/webweb_license_badge.svg b/_static/cache/webweb_license_badge.svg new file mode 100644 index 000000000..da64d778b --- /dev/null +++ b/_static/cache/webweb_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/webweb_pypi_downloads_badge.svg b/_static/cache/webweb_pypi_downloads_badge.svg new file mode 100644 index 000000000..11448cffc --- /dev/null +++ b/_static/cache/webweb_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/webweb_stars_badge.svg b/_static/cache/webweb_stars_badge.svg new file mode 100644 index 000000000..e24c82b29 --- /dev/null +++ b/_static/cache/webweb_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/xarray_conda_downloads_badge.svg b/_static/cache/xarray_conda_downloads_badge.svg new file mode 100644 index 000000000..00b10a1e0 --- /dev/null +++ b/_static/cache/xarray_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/xarray_contributors_badge.svg b/_static/cache/xarray_contributors_badge.svg new file mode 100644 index 000000000..1cc5b0c6d --- /dev/null +++ b/_static/cache/xarray_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/xarray_license_badge.svg b/_static/cache/xarray_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/xarray_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/xarray_pypi_downloads_badge.svg b/_static/cache/xarray_pypi_downloads_badge.svg new file mode 100644 index 000000000..292e57f48 --- /dev/null +++ b/_static/cache/xarray_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/xarray_stars_badge.svg b/_static/cache/xarray_stars_badge.svg new file mode 100644 index 000000000..da7e7b078 --- /dev/null +++ b/_static/cache/xarray_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yellowbrick_conda_downloads_badge.svg b/_static/cache/yellowbrick_conda_downloads_badge.svg new file mode 100644 index 000000000..8306b0e33 --- /dev/null +++ b/_static/cache/yellowbrick_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yellowbrick_contributors_badge.svg b/_static/cache/yellowbrick_contributors_badge.svg new file mode 100644 index 000000000..ebd2a16f5 --- /dev/null +++ b/_static/cache/yellowbrick_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yellowbrick_license_badge.svg b/_static/cache/yellowbrick_license_badge.svg new file mode 100644 index 000000000..6637d1872 --- /dev/null +++ b/_static/cache/yellowbrick_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yellowbrick_pypi_downloads_badge.svg b/_static/cache/yellowbrick_pypi_downloads_badge.svg new file mode 100644 index 000000000..10b0e4803 --- /dev/null +++ b/_static/cache/yellowbrick_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yellowbrick_stars_badge.svg b/_static/cache/yellowbrick_stars_badge.svg new file mode 100644 index 000000000..a4d76b4c5 --- /dev/null +++ b/_static/cache/yellowbrick_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yt_conda_downloads_badge.svg b/_static/cache/yt_conda_downloads_badge.svg new file mode 100644 index 000000000..eab5c7610 --- /dev/null +++ b/_static/cache/yt_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yt_contributors_badge.svg b/_static/cache/yt_contributors_badge.svg new file mode 100644 index 000000000..c6e3cb50d --- /dev/null +++ b/_static/cache/yt_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yt_license_badge.svg b/_static/cache/yt_license_badge.svg new file mode 100644 index 000000000..8a4032073 --- /dev/null +++ b/_static/cache/yt_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yt_pypi_downloads_badge.svg b/_static/cache/yt_pypi_downloads_badge.svg new file mode 100644 index 000000000..5db7b2027 --- /dev/null +++ b/_static/cache/yt_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yt_stars_badge.svg b/_static/cache/yt_stars_badge.svg new file mode 100644 index 000000000..6c0734997 --- /dev/null +++ b/_static/cache/yt_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_conda_downloads_badge.svg b/_static/cache/zen_dash_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/zen_dash_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_contributors_badge.svg b/_static/cache/zen_dash_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /dev/null +++ b/_static/cache/zen_dash_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_license_badge.svg b/_static/cache/zen_dash_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/zen_dash_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_pypi_downloads_badge.svg b/_static/cache/zen_dash_pypi_downloads_badge.svg new file mode 100644 index 000000000..dd5c29025 --- /dev/null +++ b/_static/cache/zen_dash_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_stars_badge.svg b/_static/cache/zen_dash_stars_badge.svg new file mode 100644 index 000000000..d8e3afc64 --- /dev/null +++ b/_static/cache/zen_dash_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/custom.css b/_static/custom.css new file mode 100644 index 000000000..bb3f5a3e1 --- /dev/null +++ b/_static/custom.css @@ -0,0 +1,37 @@ +div.body { + max-width: 2000px; +} + +iframe { + -moz-transform: scale(0.25, 0.25); + -webkit-transform: scale(0.25, 0.25); + -o-transform: scale(0.25, 0.25); + -ms-transform: scale(0.25, 0.25); + transform: scale(0.25, 0.25); + -moz-transform-origin: top left; + -webkit-transform-origin: top left; + -o-transform-origin: top left; + -ms-transform-origin: top left; + transform-origin: top left; + + width: 3100px; + margin-right: -2500px; + height: 1600px; + margin-bottom: -1200px; +} + +#tools-wrapper a { + text-decoration:none; +} + +#tools-wrapper .sponsor-logo, #tools-wrapper .builton-logo { + max-height: 20px; +} + +#tools-wrapper .empty-cell { + text-align: center; +} + +#tools-wrapper table img { + max-width: fit-content; + } diff --git a/_static/doctools.js b/_static/doctools.js new file mode 100644 index 000000000..e1bfd708b --- /dev/null +++ b/_static/doctools.js @@ -0,0 +1,358 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for all documentation. + * + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); + +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x + } + return decodeURIComponent(x.replace(/\+/g, ' ')); +}; + +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} + +/** + * Small JavaScript module for the documentation. + */ +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + this.initOnKeyListeners(); + }, + + /** + * i18n support + */ + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, + LOCALE : 'unknown', + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated === 'undefined') + return string; + return (typeof translated === 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated === 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + if (!body.length) { + body = $('body'); + } + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('
') + .appendTo($('#searchbox')); + } + }, + + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) === 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + var url = new URL(window.location); + url.searchParams.delete('highlight'); + window.history.replaceState({}, '', url); + }, + + /** + * helper function to focus on search bar + */ + focusSearchBar : function() { + $('input[name=q]').first().focus(); + }, + + /** + * make the url absolute + */ + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; + }, + + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this === '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + }, + + initOnKeyListeners: function() { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + return; + + $(document).keydown(function(event) { + var activeElementType = document.activeElement.tagName; + // don't navigate when in search box, textarea, dropdown or button + if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' + && activeElementType !== 'BUTTON') { + if (event.altKey || event.ctrlKey || event.metaKey) + return; + + if (!event.shiftKey) { + switch (event.key) { + case 'ArrowLeft': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + break; + case 'ArrowRight': + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) + break; + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + break; + case 'Escape': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.hideSearchWords(); + return false; + } + } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case '/': + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) + break; + Documentation.focusSearchBar(); + return false; + } + } + }); + } +}; + +// quick alias for translations +_ = Documentation.gettext; + +$(document).ready(function() { + Documentation.init(); +}); diff --git a/_static/documentation_options.js b/_static/documentation_options.js new file mode 100644 index 000000000..7d3ab8cae --- /dev/null +++ b/_static/documentation_options.js @@ -0,0 +1,14 @@ +var DOCUMENTATION_OPTIONS = { + URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), + VERSION: '0.0.1', + LANGUAGE: 'None', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: false, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file diff --git a/_static/dormant.svg b/_static/dormant.svg new file mode 100644 index 000000000..f2711b3ad --- /dev/null +++ b/_static/dormant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/favicon.ico b/_static/favicon.ico new file mode 100644 index 000000000..85541c4c6 Binary files /dev/null and b/_static/favicon.ico differ diff --git a/_static/file.png b/_static/file.png new file mode 100644 index 000000000..a858a410e Binary files /dev/null and b/_static/file.png differ diff --git a/_static/graphviz.css b/_static/graphviz.css new file mode 100644 index 000000000..19e7afd38 --- /dev/null +++ b/_static/graphviz.css @@ -0,0 +1,19 @@ +/* + * graphviz.css + * ~~~~~~~~~~~~ + * + * Sphinx stylesheet -- graphviz extension. + * + * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +img.graphviz { + border: 0; + max-width: 100%; +} + +object.graphviz { + max-width: 100%; +} diff --git a/_static/jquery-3.5.1.js b/_static/jquery-3.5.1.js new file mode 100644 index 000000000..50937333b --- /dev/null +++ b/_static/jquery-3.5.1.js @@ -0,0 +1,10872 @@ +/*! + * jQuery JavaScript Library v3.5.1 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2020-05-04T22:49Z + */ +( function( global, factory ) { + + "use strict"; + + if ( typeof module === "object" && typeof module.exports === "object" ) { + + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 +// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// enough that all such attempts are guarded in a try block. +"use strict"; + +var arr = []; + +var getProto = Object.getPrototypeOf; + +var slice = arr.slice; + +var flat = arr.flat ? function( array ) { + return arr.flat.call( array ); +} : function( array ) { + return arr.concat.apply( [], array ); +}; + + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var fnToString = hasOwn.toString; + +var ObjectFunctionString = fnToString.call( Object ); + +var support = {}; + +var isFunction = function isFunction( obj ) { + + // Support: Chrome <=57, Firefox <=52 + // In some browsers, typeof returns "function" for HTML