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/pyvista.png b/_static/badges/builtons/pyvista.png new file mode 100644 index 000000000..95a167fbb Binary files /dev/null and b/_static/badges/builtons/pyvista.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..b3e1eac23 --- /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..f5461c444 --- /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..de0a4f7dc --- /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..bff890486 --- /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..f1baabe36 --- /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..5eefab3f8 --- /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..052b3fc7e --- /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..c0064c35e --- /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..dbf5c617b --- /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..c3b9da604 --- /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..9f6b19541 --- /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..e761546e7 --- /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..9ca47600d --- /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..fea668813 --- /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..36b70d009 --- /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..9038cf732 --- /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..9d0778bc7 --- /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..380378b60 --- /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..a52222fa6 --- /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..1b9bf870f --- /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..bd5fa1861 --- /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..58bc349fd --- /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..5a8f2fcd8 --- /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..b653f7bc6 --- /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..1743bb048 --- /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..8da76c186 --- /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..195a8b752 --- /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..b0b91fccc --- /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..17b966d1c --- /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..bdd33ffda --- /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..21d554e55 --- /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..76d8ebd15 --- /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..3bd6ed650 --- /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..2216e2e91 --- /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..a00b9691b --- /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..bfd565be4 --- /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..4cd116ff6 --- /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..694813272 --- /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..a1385380c --- /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..b8e1877a9 --- /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..87896c41a --- /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..7dcf38491 --- /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..4722fd9ab --- /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..d82f376ac --- /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..3323b64c5 --- /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..17978ca42 --- /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..35ea9a436 --- /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..f1929448b --- /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..8ddabcfce --- /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..632f27c2c --- /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..64a90a0a4 --- /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..1806d7222 --- /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..e09e58d69 --- /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..dc42c5ee1 --- /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..ffaee357c --- /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..be487d7fc --- /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..d83465d21 --- /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..0e5f2f683 --- /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..6304ec046 --- /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..163b02351 --- /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..e7c0652f8 --- /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..435376a13 --- /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..2e04155aa --- /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..27b5b7fed --- /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..46074f548 --- /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..1259cadc2 --- /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..14c9da9f7 --- /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..2c3bc0a63 --- /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..75e5c2b93 --- /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..ab7551b77 --- /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..65a4d6565 --- /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..effa562c8 --- /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..449d0fa76 --- /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..69656c7cc --- /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..77175a0ea --- /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..a6f8fec5b --- /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..cbbbbf3e4 --- /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..0f35d15be --- /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..6c858be16 --- /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..3af9b0067 --- /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..f014f16bd --- /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..e0bc8489f --- /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..ff3ad67d3 --- /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..b59d31518 --- /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..f26b53332 --- /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..9b862d0d1 --- /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..4eaead261 --- /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..f36ec753d --- /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..e01b68287 --- /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..dc349db76 --- /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..45c251575 --- /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..bfd565be4 --- /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..25ab45442 --- /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..61a5aeae7 --- /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..a06ca0597 --- /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..20f3b37cb --- /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..afb0cb4a3 --- /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..17db69282 --- /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..5eefab3f8 --- /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..64a90a0a4 --- /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..a919c4ef0 --- /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..e20965999 --- /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..d3743fe45 --- /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..15dedf6fd --- /dev/null +++ b/_static/cache/facets_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/fasthtml_conda_downloads_badge.svg b/_static/cache/fasthtml_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/fasthtml_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/fasthtml_contributors_badge.svg b/_static/cache/fasthtml_contributors_badge.svg new file mode 100644 index 000000000..a00b9691b --- /dev/null +++ b/_static/cache/fasthtml_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/fasthtml_license_badge.svg b/_static/cache/fasthtml_license_badge.svg new file mode 100644 index 000000000..56389441c --- /dev/null +++ b/_static/cache/fasthtml_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/fasthtml_pypi_downloads_badge.svg b/_static/cache/fasthtml_pypi_downloads_badge.svg new file mode 100644 index 000000000..273740ed6 --- /dev/null +++ b/_static/cache/fasthtml_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/fasthtml_stars_badge.svg b/_static/cache/fasthtml_stars_badge.svg new file mode 100644 index 000000000..b02a39a9f --- /dev/null +++ b/_static/cache/fasthtml_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..9637c4e0c --- /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..59f743117 --- /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..76d8ebd15 --- /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..20ceb5a6d --- /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..4d98264ad --- /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..88f1a1ae7 --- /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..fd28b2b51 --- /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..99562c2b5 --- /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..59359107d --- /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..df7a6f0eb --- /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..1dbede371 --- /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..2f16c70b6 --- /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..40affaeb0 --- /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..9592ec759 --- /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..a94eb3d65 --- /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..74dab2330 --- /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..b0641573f --- /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..d83465d21 --- /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..8371b0d66 --- /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..372e32ec7 --- /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..5b8b64825 --- /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..30778bcab --- /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..167a563e2 --- /dev/null +++ b/_static/cache/geoviews_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geovista_conda_downloads_badge.svg b/_static/cache/geovista_conda_downloads_badge.svg new file mode 100644 index 000000000..f1baabe36 --- /dev/null +++ b/_static/cache/geovista_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geovista_contributors_badge.svg b/_static/cache/geovista_contributors_badge.svg new file mode 100644 index 000000000..60aa3d93d --- /dev/null +++ b/_static/cache/geovista_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geovista_license_badge.svg b/_static/cache/geovista_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/geovista_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geovista_pypi_downloads_badge.svg b/_static/cache/geovista_pypi_downloads_badge.svg new file mode 100644 index 000000000..a2c201de8 --- /dev/null +++ b/_static/cache/geovista_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geovista_stars_badge.svg b/_static/cache/geovista_stars_badge.svg new file mode 100644 index 000000000..ea18d1cd6 --- /dev/null +++ b/_static/cache/geovista_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..5a0702660 --- /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..de82df8c8 --- /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..a4f545b3f --- /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..653b8f52a --- /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..50930db55 --- /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..8cb262068 --- /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..7ffc75cbe --- /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..b6462b129 --- /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..273740ed6 --- /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..b09fd9568 --- /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..317b9976b --- /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..2847e9c6d --- /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..8e33072c0 --- /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..372e32ec7 --- /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..0be925db7 --- /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..6895a05e5 --- /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..79cc71a5a --- /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..df0625c04 --- /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..e370d5189 --- /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..d2218db58 --- /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..49437a03f --- /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..7ffc2c337 --- /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..480d6d314 --- /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..e7ea556c8 --- /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..45e955db9 --- /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..da9767cae --- /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..65694d1cb --- /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..1fc32dc08 --- /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..a2f7e356d --- /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..4c8006855 --- /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..b4f9902ff --- /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..fb95586eb --- /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..8efe5bf3f --- /dev/null +++ b/_static/cache/hvplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hyperdiv_conda_downloads_badge.svg b/_static/cache/hyperdiv_conda_downloads_badge.svg new file mode 100644 index 000000000..c99e8cc81 --- /dev/null +++ b/_static/cache/hyperdiv_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hyperdiv_contributors_badge.svg b/_static/cache/hyperdiv_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/hyperdiv_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hyperdiv_license_badge.svg b/_static/cache/hyperdiv_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/hyperdiv_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hyperdiv_pypi_downloads_badge.svg b/_static/cache/hyperdiv_pypi_downloads_badge.svg new file mode 100644 index 000000000..0adbe5b5a --- /dev/null +++ b/_static/cache/hyperdiv_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hyperdiv_stars_badge.svg b/_static/cache/hyperdiv_stars_badge.svg new file mode 100644 index 000000000..f0077c03d --- /dev/null +++ b/_static/cache/hyperdiv_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..52ba79220 --- /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..380378b60 --- /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..f5813c037 --- /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..251519f9d --- /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..e1bef7c9d --- /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..0b48c2907 --- /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..ae58c69c3 --- /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..7e286116b --- /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..b83f3b739 --- /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..44782ca75 --- /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..f65912a31 --- /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..b2a9b40a6 --- /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..d5e27bcca --- /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..728667e54 --- /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..a06ca0597 --- /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..a31f2fb9f --- /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..8f4b89f71 --- /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..bc3389860 --- /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..7934a031c --- /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..8306b0e33 --- /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..6ebf7a92f --- /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..4dffd4066 --- /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..4bfc4610f --- /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..52ba79220 --- /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..53432f0e3 --- /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..793d75124 --- /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..44e99c013 --- /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..449d0fa76 --- /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..653b8f52a --- /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..79ec2662a --- /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..8ca48f541 --- /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..431b269db --- /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..2b756fcaf --- /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..c68a3c54e --- /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..d83465d21 --- /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..2b756fcaf --- /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..91a4b1d90 --- /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..ebd2a16f5 --- /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..de453a191 --- /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..5ff012bd2 --- /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..1e985dd78 --- /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..579c8cb6b --- /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..93f2d94e2 --- /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..a6f96386a --- /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..9a5dc0ee3 --- /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..4edcb2e69 --- /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..07c2a3fcb --- /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..b12f2ad9d --- /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..80832356e --- /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..5809d9ecd --- /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..a8979303c --- /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..d3608926b --- /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..1d74a5526 --- /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..3b9b97fab --- /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..d564532a5 --- /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..d7668ddcb --- /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..bff7fd790 --- /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..681c6c767 --- /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..7cd38c463 --- /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..51f733bbf --- /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..84b1ef5a3 --- /dev/null +++ b/_static/cache/marimo_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marsilea_conda_downloads_badge.svg b/_static/cache/marsilea_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/marsilea_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marsilea_contributors_badge.svg b/_static/cache/marsilea_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /dev/null +++ b/_static/cache/marsilea_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marsilea_license_badge.svg b/_static/cache/marsilea_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/marsilea_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marsilea_pypi_downloads_badge.svg b/_static/cache/marsilea_pypi_downloads_badge.svg new file mode 100644 index 000000000..814f1b6e6 --- /dev/null +++ b/_static/cache/marsilea_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marsilea_stars_badge.svg b/_static/cache/marsilea_stars_badge.svg new file mode 100644 index 000000000..fd57895f1 --- /dev/null +++ b/_static/cache/marsilea_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..4cddc8f69 --- /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..3cd4e9f5c --- /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..51d1f423a --- /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..a860949cb --- /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..64d04168a --- /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..d949ad5df --- /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..9172ebb46 --- /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..3ee282159 --- /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..0b48c2907 --- /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..03a82bd69 --- /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..1b9bf870f --- /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..7280259d4 --- /dev/null +++ b/_static/cache/mercury_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mesop_conda_downloads_badge.svg b/_static/cache/mesop_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/mesop_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mesop_contributors_badge.svg b/_static/cache/mesop_contributors_badge.svg new file mode 100644 index 000000000..38883692b --- /dev/null +++ b/_static/cache/mesop_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mesop_license_badge.svg b/_static/cache/mesop_license_badge.svg new file mode 100644 index 000000000..b3cb3e681 --- /dev/null +++ b/_static/cache/mesop_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mesop_pypi_downloads_badge.svg b/_static/cache/mesop_pypi_downloads_badge.svg new file mode 100644 index 000000000..f36ec753d --- /dev/null +++ b/_static/cache/mesop_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mesop_stars_badge.svg b/_static/cache/mesop_stars_badge.svg new file mode 100644 index 000000000..cd681a5f2 --- /dev/null +++ b/_static/cache/mesop_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..215eb8da5 --- /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..05a02f6e1 --- /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..ccc9af8d9 --- /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..8de0170e0 --- /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..e7ea556c8 --- /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..2211374d7 --- /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..8d3d61d79 --- /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..f7636db52 --- /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..71e4eb07b --- /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..64128dd0d --- /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..b4990c841 --- /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..f7d8cdf5c --- /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..c5822c452 --- /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..d4ba90ac1 --- /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..e54cebf42 --- /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..54cff261f --- /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..fb5800424 --- /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..7be8c09fe --- /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..839caa078 --- /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..8d37c36a8 --- /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..fb978bff1 --- /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..c1b18e206 --- /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..ba2550d44 --- /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..5cef3a59c --- /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..3af9b0067 --- /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..f65912a31 --- /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..2c487fa7e --- /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..ecc0a63ed --- /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..effa562c8 --- /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..fa914d903 --- /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..5639afc0c --- /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..fa7cf80c8 --- /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..b2aba3883 --- /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..87ac41486 --- /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..06366ba38 --- /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..ec7234c36 --- /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..ff13541b2 --- /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..215eb8da5 --- /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..705d19bb2 --- /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..c19e57a89 --- /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..028f9d2fe --- /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..81cfb3fbb --- /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..86e4d134c --- /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..3a4b34f48 --- /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..213918cfa --- /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..89a0260d9 --- /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..f4acffdc0 --- /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..9611d135c --- /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..81c2807a9 --- /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..dbe005ac7 --- /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..36ee126db --- /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..b9343a5c3 --- /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..655924bad --- /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..869925933 --- /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..fdf555f6d --- /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..9880972e0 --- /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..7dcf38491 --- /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..bcc44b2d4 --- /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..16c55f14a --- /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..cc5bdf2d4 --- /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..431b269db --- /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..6980222e0 --- /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..637cc9ca7 --- /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..2b07bbd2b --- /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..f1ddb76b2 --- /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..a71dc17b8 --- /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..b05dcd5f3 --- /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..1291e18b4 --- /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..34ded918a --- /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..273740ed6 --- /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..73e1dbdf6 --- /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..cd36e9035 --- /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..44f1e3f7d --- /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..27b5b7fed --- /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..a9eaa721a --- /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..0b48c2907 --- /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..4dedfe5b9 --- /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..94e247009 --- /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..3ce945b25 --- /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..bda2e9898 --- /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..f04fd553e --- /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..bcc4161c6 --- /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/pyCirclize_conda_downloads_badge.svg b/_static/cache/pyCirclize_conda_downloads_badge.svg new file mode 100644 index 000000000..2aef03ca0 --- /dev/null +++ b/_static/cache/pyCirclize_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyCirclize_contributors_badge.svg b/_static/cache/pyCirclize_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/pyCirclize_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyCirclize_license_badge.svg b/_static/cache/pyCirclize_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/pyCirclize_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyCirclize_pypi_downloads_badge.svg b/_static/cache/pyCirclize_pypi_downloads_badge.svg new file mode 100644 index 000000000..ffaea0ece --- /dev/null +++ b/_static/cache/pyCirclize_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyCirclize_stars_badge.svg b/_static/cache/pyCirclize_stars_badge.svg new file mode 100644 index 000000000..6270278f7 --- /dev/null +++ b/_static/cache/pyCirclize_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..e9d404f4c --- /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..4dedfe5b9 --- /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..47d740b2f --- /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..920b33277 --- /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..6f9da25ea --- /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..15dfeb8fa --- /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..ecc0a63ed --- /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..50930db55 --- /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..64a90a0a4 --- /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..ffaea0ece --- /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..883ada8e7 --- /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..e0d01bf6a --- /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..b26142841 --- /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..856c13c2a --- /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..22684bb2e --- /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..76a8b1bdc --- /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..9172ebb46 --- /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..f2598c202 --- /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..143f285a8 --- /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..3d238c979 --- /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..aa5d05bbe --- /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..0f783037b --- /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..a94eb3d65 --- /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..4e2a8cb56 --- /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..0235b413a --- /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..750007b83 --- /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..1419db8b3 --- /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..846911bf8 --- /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..aae9433c2 --- /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..3ceb21909 --- /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..7172d8027 --- /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..5e7ea724d --- /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..0119d8d91 --- /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..86ebdd97f --- /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..b1fe07ca8 --- /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..8610af35d --- /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..f5dbc3763 --- /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..79e02ffe8 --- /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..696448766 --- /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..e3b940850 --- /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..e6c4cc232 --- /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..b46f7b2ad --- /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..10e5921f9 --- /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..f6db89055 --- /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..59f743117 --- /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..a994c7675 --- /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..9ec24eb8d --- /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..c87df0caf --- /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..cc5a39b65 --- /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..1772e3748 --- /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..b2e2db747 --- /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..4eaead261 --- /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..e4e2b3976 --- /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..e3aa062b7 --- /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..7dcf38491 --- /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..ee33e3a37 --- /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..a94eb3d65 --- /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..ea918ac82 --- /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..0783c9d7e --- /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..06802e95c --- /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..d8cceed94 --- /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..18ef9a73b --- /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..2cdbfcea4 --- /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..4fb70aa09 --- /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..c9386e2d3 --- /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..fb2cbb4bc --- /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..357d61d61 --- /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..47d740b2f --- /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..ca54dcda5 --- /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..38883692b --- /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..14ba2eea3 --- /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..4cf3a08f5 --- /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..c82f2a20c --- /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..bf5898e78 --- /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..90879e04d --- /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..dbf0813b8 --- /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..6ebf7a92f --- /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..1564c3f88 --- /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..8de0170e0 --- /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..38883692b --- /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..4f66ddf47 --- /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..40d19a02c --- /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..e6c4cc232 --- /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..1419db8b3 --- /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..68215ac43 --- /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..4a64aa7db --- /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..0b48c2907 --- /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..89500fb92 --- /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..d0b828531 --- /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..885aded93 --- /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..1c8fd7815 --- /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..89500fb92 --- /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..33acbc269 --- /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..794fd1fa7 --- /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..8306b0e33 --- /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..e7ea556c8 --- /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..03cec151b --- /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..b3fd61337 --- /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..6385f4eaf --- /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..8306b0e33 --- /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..052acfdff --- /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..f813c4994 --- /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..e0a012469 --- /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..d5e27bcca --- /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..7c7275911 --- /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..6d65aa5e3 --- /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..b4454fb46 --- /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..8d37c36a8 --- /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..b46f7b2ad --- /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..7be8c09fe --- /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..9df6157df --- /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..15741654a --- /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..6aaf008fe --- /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..75e5c2b93 --- /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..3e6b3cdc3 --- /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..3d3220b65 --- /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..e4aa8b33d --- /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..cd4f2cf20 --- /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..0f1d38c1f --- /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..380378b60 --- /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..7cd38c463 --- /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..c9780f09e --- /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..2c9307bde --- /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..705f19cb9 --- /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..5182848fe --- /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..59359107d --- /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..3b20af4c2 --- /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..a7a4ce6d8 --- /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..0d4e8c203 --- /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..5bcecf93e --- /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..0e8472d2c --- /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..6895a05e5 --- /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..040b367b9 --- /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..c151e8ff6 --- /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..8613eb2bf --- /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..a418292a5 --- /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..a45cef0fe --- /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..59f743117 --- /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..a7848b71a --- /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..56fa64ff9 --- /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..ae58c69c3 --- /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..daed130dc --- /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