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/plotly.png b/_static/badges/builtons/plotly.png new file mode 100644 index 000000000..07c32e4d3 Binary files /dev/null and b/_static/badges/builtons/plotly.png differ diff --git a/_static/badges/builtons/qt.png b/_static/badges/builtons/qt.png new file mode 100644 index 000000000..ba96eb912 Binary files /dev/null and b/_static/badges/builtons/qt.png differ diff --git a/_static/badges/builtons/vega.png b/_static/badges/builtons/vega.png new file mode 100644 index 000000000..5651fefe7 Binary files /dev/null and b/_static/badges/builtons/vega.png differ diff --git a/_static/badges/builtons/vispy.png b/_static/badges/builtons/vispy.png new file mode 100644 index 000000000..eaa60fcd2 Binary files /dev/null and b/_static/badges/builtons/vispy.png differ diff --git a/_static/badges/builtons/vtk.png b/_static/badges/builtons/vtk.png new file mode 100644 index 000000000..03b4d3e3a Binary files /dev/null and b/_static/badges/builtons/vtk.png differ diff --git a/_static/badges/builtons/vulkan.png b/_static/badges/builtons/vulkan.png new file mode 100644 index 000000000..91e6b2288 Binary files /dev/null and b/_static/badges/builtons/vulkan.png differ diff --git a/_static/badges/builtons/webgl.png b/_static/badges/builtons/webgl.png new file mode 100644 index 000000000..427f3cc8a Binary files /dev/null and b/_static/badges/builtons/webgl.png differ diff --git a/_static/badges/cgs.svg b/_static/badges/cgs.svg new file mode 100644 index 000000000..a5ad5da00 --- /dev/null +++ b/_static/badges/cgs.svg @@ -0,0 +1,229 @@ + + diff --git a/_static/badges/embl.png b/_static/badges/embl.png new file mode 100644 index 000000000..5302412c0 Binary files /dev/null and b/_static/badges/embl.png differ diff --git a/_static/badges/enthought.svg b/_static/badges/enthought.svg new file mode 100644 index 000000000..2a61e6c06 --- /dev/null +++ b/_static/badges/enthought.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/badges/h2o.png b/_static/badges/h2o.png new file mode 100644 index 000000000..63ec60f88 Binary files /dev/null and b/_static/badges/h2o.png differ diff --git a/_static/badges/huggingface.png b/_static/badges/huggingface.png new file mode 100644 index 000000000..d0e316e96 Binary files /dev/null and b/_static/badges/huggingface.png differ diff --git a/_static/badges/jetbrains.png b/_static/badges/jetbrains.png new file mode 100644 index 000000000..77ef3f89c Binary files /dev/null and b/_static/badges/jetbrains.png differ diff --git a/_static/badges/kitware.svg b/_static/badges/kitware.svg new file mode 100644 index 000000000..d880dde55 --- /dev/null +++ b/_static/badges/kitware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/badges/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/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/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/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..9a14e2f9c --- /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..a38c5641d --- /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..3ea308b2e --- /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..19c3a3bed --- /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..28bac142e --- /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..ae58c69c3 --- /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..9172ebb46 --- /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..26fead44b --- /dev/null +++ b/_static/cache/CMasher_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..c99e8cc81 --- /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..f885870d7 --- /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..1c2a89946 --- /dev/null +++ b/_static/cache/MetPy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/MetPy_stars_badge.svg b/_static/cache/MetPy_stars_badge.svg new file mode 100644 index 000000000..a0ade10a8 --- /dev/null +++ b/_static/cache/MetPy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_conda_downloads_badge.svg b/_static/cache/Pandas-Bokeh_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/Pandas-Bokeh_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_contributors_badge.svg b/_static/cache/Pandas-Bokeh_contributors_badge.svg new file mode 100644 index 000000000..a38c5641d --- /dev/null +++ b/_static/cache/Pandas-Bokeh_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_license_badge.svg b/_static/cache/Pandas-Bokeh_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/Pandas-Bokeh_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_pypi_downloads_badge.svg b/_static/cache/Pandas-Bokeh_pypi_downloads_badge.svg new file mode 100644 index 000000000..75e5c2b93 --- /dev/null +++ b/_static/cache/Pandas-Bokeh_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Pandas-Bokeh_stars_badge.svg b/_static/cache/Pandas-Bokeh_stars_badge.svg new file mode 100644 index 000000000..7d8ca65dc --- /dev/null +++ b/_static/cache/Pandas-Bokeh_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_conda_downloads_badge.svg b/_static/cache/Py3Plex_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/Py3Plex_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_contributors_badge.svg b/_static/cache/Py3Plex_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/Py3Plex_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_license_badge.svg b/_static/cache/Py3Plex_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/Py3Plex_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/Py3Plex_pypi_downloads_badge.svg b/_static/cache/Py3Plex_pypi_downloads_badge.svg new file mode 100644 index 000000000..3d131d8d0 --- /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..a769e41e7 --- /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..1d43cda4c --- /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..f559b91fa --- /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..1c8fd7815 --- /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..9bd393f36 --- /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..4e0c381aa --- /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..d8cceed94 --- /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..a1f9adf54 --- /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..1841b6708 --- /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..f7ac029c2 --- /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..1e985dd78 --- /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..c6e3cb50d --- /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..3c35cd00e --- /dev/null +++ b/_static/cache/arviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/arviz_stars_badge.svg b/_static/cache/arviz_stars_badge.svg new file mode 100644 index 000000000..66ecd0dee --- /dev/null +++ b/_static/cache/arviz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/basemap_conda_downloads_badge.svg b/_static/cache/basemap_conda_downloads_badge.svg new file mode 100644 index 000000000..0dd730e79 --- /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..c82f2a20c --- /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..f7d8cdf5c --- /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..47743c00f --- /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..554e4dc69 --- /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..666102413 --- /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..e29371d25 --- /dev/null +++ b/_static/cache/bloxs_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bloxs_stars_badge.svg b/_static/cache/bloxs_stars_badge.svg new file mode 100644 index 000000000..28392ed76 --- /dev/null +++ b/_static/cache/bloxs_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bokeh_conda_downloads_badge.svg b/_static/cache/bokeh_conda_downloads_badge.svg new file mode 100644 index 000000000..bb3c9752d --- /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..5c92dd785 --- /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..fe5b78cc2 --- /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..cda566a3a --- /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..c99e8cc81 --- /dev/null +++ b/_static/cache/bqplot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_contributors_badge.svg b/_static/cache/bqplot_contributors_badge.svg new file mode 100644 index 000000000..99562c2b5 --- /dev/null +++ b/_static/cache/bqplot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_license_badge.svg b/_static/cache/bqplot_license_badge.svg new file mode 100644 index 000000000..c078a4ba6 --- /dev/null +++ b/_static/cache/bqplot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_pypi_downloads_badge.svg b/_static/cache/bqplot_pypi_downloads_badge.svg new file mode 100644 index 000000000..a50856cbc --- /dev/null +++ b/_static/cache/bqplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/bqplot_stars_badge.svg b/_static/cache/bqplot_stars_badge.svg new file mode 100644 index 000000000..38641c3b4 --- /dev/null +++ b/_static/cache/bqplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_conda_downloads_badge.svg b/_static/cache/cartopy_conda_downloads_badge.svg new file mode 100644 index 000000000..372e32ec7 --- /dev/null +++ b/_static/cache/cartopy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_contributors_badge.svg b/_static/cache/cartopy_contributors_badge.svg new file mode 100644 index 000000000..3dd357c04 --- /dev/null +++ b/_static/cache/cartopy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_license_badge.svg b/_static/cache/cartopy_license_badge.svg new file mode 100644 index 000000000..1cdf1cdf1 --- /dev/null +++ b/_static/cache/cartopy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_pypi_downloads_badge.svg b/_static/cache/cartopy_pypi_downloads_badge.svg new file mode 100644 index 000000000..afa5f2b8d --- /dev/null +++ b/_static/cache/cartopy_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cartopy_stars_badge.svg b/_static/cache/cartopy_stars_badge.svg new file mode 100644 index 000000000..f4ada4588 --- /dev/null +++ b/_static/cache/cartopy_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chaco_conda_downloads_badge.svg b/_static/cache/chaco_conda_downloads_badge.svg new file mode 100644 index 000000000..ed1a01b3b --- /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..5b21f59b7 --- /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..23fd3b09e --- /dev/null +++ b/_static/cache/chaco_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_conda_downloads_badge.svg b/_static/cache/chalk-it_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/chalk-it_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_contributors_badge.svg b/_static/cache/chalk-it_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/chalk-it_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_license_badge.svg b/_static/cache/chalk-it_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/chalk-it_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chalk-it_pypi_downloads_badge.svg b/_static/cache/chalk-it_pypi_downloads_badge.svg new file mode 100644 index 000000000..062466078 --- /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..1f4a4b270 --- /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..ed8843949 --- /dev/null +++ b/_static/cache/chart_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chart_stars_badge.svg b/_static/cache/chart_stars_badge.svg new file mode 100644 index 000000000..f8bd27fda --- /dev/null +++ b/_static/cache/chart_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_conda_downloads_badge.svg b/_static/cache/chartify_conda_downloads_badge.svg new file mode 100644 index 000000000..3b881f3ce --- /dev/null +++ b/_static/cache/chartify_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_contributors_badge.svg b/_static/cache/chartify_contributors_badge.svg new file mode 100644 index 000000000..52ba79220 --- /dev/null +++ b/_static/cache/chartify_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_license_badge.svg b/_static/cache/chartify_license_badge.svg new file mode 100644 index 000000000..6637d1872 --- /dev/null +++ b/_static/cache/chartify_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_pypi_downloads_badge.svg b/_static/cache/chartify_pypi_downloads_badge.svg new file mode 100644 index 000000000..224298385 --- /dev/null +++ b/_static/cache/chartify_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/chartify_stars_badge.svg b/_static/cache/chartify_stars_badge.svg new file mode 100644 index 000000000..cdb7776ac --- /dev/null +++ b/_static/cache/chartify_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_conda_downloads_badge.svg b/_static/cache/clustergrammer2_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/clustergrammer2_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_contributors_badge.svg b/_static/cache/clustergrammer2_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/clustergrammer2_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_license_badge.svg b/_static/cache/clustergrammer2_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/clustergrammer2_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/clustergrammer2_pypi_downloads_badge.svg b/_static/cache/clustergrammer2_pypi_downloads_badge.svg new file mode 100644 index 000000000..6c291eccb --- /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..819b700a6 --- /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..2a200695e --- /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..6ebf7a92f --- /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..0a579fb34 --- /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..decbd30f8 --- /dev/null +++ b/_static/cache/cmocean_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_contributors_badge.svg b/_static/cache/cmocean_contributors_badge.svg new file mode 100644 index 000000000..2e04155aa --- /dev/null +++ b/_static/cache/cmocean_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_license_badge.svg b/_static/cache/cmocean_license_badge.svg new file mode 100644 index 000000000..83fd57809 --- /dev/null +++ b/_static/cache/cmocean_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cmocean_pypi_downloads_badge.svg b/_static/cache/cmocean_pypi_downloads_badge.svg new file mode 100644 index 000000000..8ee301aa6 --- /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..2f6473cf8 --- /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..8b42edbb8 --- /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..687eb8071 --- /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..ac641d34c --- /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..7ac762485 --- /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..9ff4f001a --- /dev/null +++ b/_static/cache/cufflinks_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/cufflinks_stars_badge.svg b/_static/cache/cufflinks_stars_badge.svg new file mode 100644 index 000000000..17b99373f --- /dev/null +++ b/_static/cache/cufflinks_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_conda_downloads_badge.svg b/_static/cache/d3po_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/d3po_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_contributors_badge.svg b/_static/cache/d3po_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/d3po_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_license_badge.svg b/_static/cache/d3po_license_badge.svg new file mode 100644 index 000000000..dd392a4af --- /dev/null +++ b/_static/cache/d3po_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_pypi_downloads_badge.svg b/_static/cache/d3po_pypi_downloads_badge.svg new file mode 100644 index 000000000..3b785e56d --- /dev/null +++ b/_static/cache/d3po_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/d3po_stars_badge.svg b/_static/cache/d3po_stars_badge.svg new file mode 100644 index 000000000..26de432cb --- /dev/null +++ b/_static/cache/d3po_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dara_conda_downloads_badge.svg b/_static/cache/dara_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/dara_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dara_contributors_badge.svg b/_static/cache/dara_contributors_badge.svg new file mode 100644 index 000000000..a38c5641d --- /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..95a3d466f --- /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..50a7bd71e --- /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..cd9f33c36 --- /dev/null +++ b/_static/cache/dash_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_contributors_badge.svg b/_static/cache/dash_contributors_badge.svg new file mode 100644 index 000000000..a8ccdd851 --- /dev/null +++ b/_static/cache/dash_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_license_badge.svg b/_static/cache/dash_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/dash_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_pypi_downloads_badge.svg b/_static/cache/dash_pypi_downloads_badge.svg new file mode 100644 index 000000000..2867ca12d --- /dev/null +++ b/_static/cache/dash_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/dash_stars_badge.svg b/_static/cache/dash_stars_badge.svg new file mode 100644 index 000000000..a6c591cb9 --- /dev/null +++ b/_static/cache/dash_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datapane_conda_downloads_badge.svg b/_static/cache/datapane_conda_downloads_badge.svg new file mode 100644 index 000000000..a6b9327b6 --- /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..15767ba01 --- /dev/null +++ b/_static/cache/datapane_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datapane_stars_badge.svg b/_static/cache/datapane_stars_badge.svg new file mode 100644 index 000000000..263217034 --- /dev/null +++ b/_static/cache/datapane_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_conda_downloads_badge.svg b/_static/cache/datashader_conda_downloads_badge.svg new file mode 100644 index 000000000..e69ae45db --- /dev/null +++ b/_static/cache/datashader_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_contributors_badge.svg b/_static/cache/datashader_contributors_badge.svg new file mode 100644 index 000000000..b4f9902ff --- /dev/null +++ b/_static/cache/datashader_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_license_badge.svg b/_static/cache/datashader_license_badge.svg new file mode 100644 index 000000000..a2d130aff --- /dev/null +++ b/_static/cache/datashader_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_pypi_downloads_badge.svg b/_static/cache/datashader_pypi_downloads_badge.svg new file mode 100644 index 000000000..51f733bbf --- /dev/null +++ b/_static/cache/datashader_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datashader_stars_badge.svg b/_static/cache/datashader_stars_badge.svg new file mode 100644 index 000000000..520d96e05 --- /dev/null +++ b/_static/cache/datashader_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_conda_downloads_badge.svg b/_static/cache/datoviz_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/datoviz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_contributors_badge.svg b/_static/cache/datoviz_contributors_badge.svg new file mode 100644 index 000000000..d83465d21 --- /dev/null +++ b/_static/cache/datoviz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_license_badge.svg b/_static/cache/datoviz_license_badge.svg new file mode 100644 index 000000000..dd392a4af --- /dev/null +++ b/_static/cache/datoviz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_pypi_downloads_badge.svg b/_static/cache/datoviz_pypi_downloads_badge.svg new file mode 100644 index 000000000..3b785e56d --- /dev/null +++ b/_static/cache/datoviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/datoviz_stars_badge.svg b/_static/cache/datoviz_stars_badge.svg new file mode 100644 index 000000000..4e820ebb6 --- /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..9091ec1b4 --- /dev/null +++ b/_static/cache/eomaps_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_contributors_badge.svg b/_static/cache/eomaps_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/eomaps_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_license_badge.svg b/_static/cache/eomaps_license_badge.svg new file mode 100644 index 000000000..da64d778b --- /dev/null +++ b/_static/cache/eomaps_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/eomaps_pypi_downloads_badge.svg b/_static/cache/eomaps_pypi_downloads_badge.svg new file mode 100644 index 000000000..147604355 --- /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..e69afad53 --- /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..111b41c28 --- /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..3949bc39d --- /dev/null +++ b/_static/cache/facets_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/folium_conda_downloads_badge.svg b/_static/cache/folium_conda_downloads_badge.svg new file mode 100644 index 000000000..cd9f33c36 --- /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..79f2428aa --- /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..ee516a9ec --- /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..0c28e00e0 --- /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..eb9880b8d --- /dev/null +++ b/_static/cache/galry_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/galry_stars_badge.svg b/_static/cache/galry_stars_badge.svg new file mode 100644 index 000000000..822c0f00d --- /dev/null +++ b/_static/cache/galry_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geemap_conda_downloads_badge.svg b/_static/cache/geemap_conda_downloads_badge.svg new file mode 100644 index 000000000..b4bce3c6a --- /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..ed15df399 --- /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..127f70550 --- /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..9038cf732 --- /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..62fc95e09 --- /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..480d6d314 --- /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..7811b6598 --- /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..9d02fdab7 --- /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..ce336af68 --- /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..aa5d3211e --- /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..9d76de9f8 --- /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..fbe8470c7 --- /dev/null +++ b/_static/cache/geoplotlib_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_contributors_badge.svg b/_static/cache/geoplotlib_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/geoplotlib_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_license_badge.svg b/_static/cache/geoplotlib_license_badge.svg new file mode 100644 index 000000000..e437f84b9 --- /dev/null +++ b/_static/cache/geoplotlib_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoplotlib_pypi_downloads_badge.svg b/_static/cache/geoplotlib_pypi_downloads_badge.svg new file mode 100644 index 000000000..b3fd61337 --- /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..f1baabe36 --- /dev/null +++ b/_static/cache/geoviews_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_contributors_badge.svg b/_static/cache/geoviews_contributors_badge.svg new file mode 100644 index 000000000..4dedfe5b9 --- /dev/null +++ b/_static/cache/geoviews_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_license_badge.svg b/_static/cache/geoviews_license_badge.svg new file mode 100644 index 000000000..8a4032073 --- /dev/null +++ b/_static/cache/geoviews_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/geoviews_pypi_downloads_badge.svg b/_static/cache/geoviews_pypi_downloads_badge.svg new file mode 100644 index 000000000..9b0828eb3 --- /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..a6160c690 --- /dev/null +++ b/_static/cache/geoviews_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_conda_downloads_badge.svg b/_static/cache/ggpy_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/ggpy_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_contributors_badge.svg b/_static/cache/ggpy_contributors_badge.svg new file mode 100644 index 000000000..f5461c444 --- /dev/null +++ b/_static/cache/ggpy_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_license_badge.svg b/_static/cache/ggpy_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/ggpy_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ggpy_pypi_downloads_badge.svg b/_static/cache/ggpy_pypi_downloads_badge.svg new file mode 100644 index 000000000..72aea3015 --- /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..16883a0d6 --- /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..9cc82dde3 --- /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..6f9da25ea --- /dev/null +++ b/_static/cache/glue_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_contributors_badge.svg b/_static/cache/glue_contributors_badge.svg new file mode 100644 index 000000000..b4f9902ff --- /dev/null +++ b/_static/cache/glue_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_license_badge.svg b/_static/cache/glue_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/glue_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/glue_pypi_downloads_badge.svg b/_static/cache/glue_pypi_downloads_badge.svg new file mode 100644 index 000000000..8328b7a61 --- /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..86424c7f6 --- /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..dbf5c617b --- /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..d13f36622 --- /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..01911a3c2 --- /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..ba8bc0ab7 --- /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..9d0b7ffd1 --- /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..411b6dc8f --- /dev/null +++ b/_static/cache/gr_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gradio_conda_downloads_badge.svg b/_static/cache/gradio_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/gradio_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gradio_contributors_badge.svg b/_static/cache/gradio_contributors_badge.svg new file mode 100644 index 000000000..5ce6acc92 --- /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..ce1ecea93 --- /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..34e2e1202 --- /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..e63a115ff --- /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..a4dd22b52 --- /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..effa562c8 --- /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..ad48be6b2 --- /dev/null +++ b/_static/cache/graphviz_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/graphviz_stars_badge.svg b/_static/cache/graphviz_stars_badge.svg new file mode 100644 index 000000000..8b2fadc96 --- /dev/null +++ b/_static/cache/graphviz_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_conda_downloads_badge.svg b/_static/cache/gspatial_plot_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/gspatial_plot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_contributors_badge.svg b/_static/cache/gspatial_plot_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/gspatial_plot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_license_badge.svg b/_static/cache/gspatial_plot_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/gspatial_plot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/gspatial_plot_pypi_downloads_badge.svg b/_static/cache/gspatial_plot_pypi_downloads_badge.svg new file mode 100644 index 000000000..e1c8916d8 --- /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..7ac762485 --- /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..1274fa6bb --- /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..c2f5b57b8 --- /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..3c53e69d6 --- /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..3ef9f08b9 --- /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..831e5d5a0 --- /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..ff3d71378 --- /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..dad442281 --- /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..a22e42735 --- /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..a42411ff9 --- /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..576e1ab08 --- /dev/null +++ b/_static/cache/hvplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_conda_downloads_badge.svg b/_static/cache/hypertools_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/hypertools_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_contributors_badge.svg b/_static/cache/hypertools_contributors_badge.svg new file mode 100644 index 000000000..60aa3d93d --- /dev/null +++ b/_static/cache/hypertools_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_license_badge.svg b/_static/cache/hypertools_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/hypertools_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/hypertools_pypi_downloads_badge.svg b/_static/cache/hypertools_pypi_downloads_badge.svg new file mode 100644 index 000000000..b5bf7c2c2 --- /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..8d37c36a8 --- /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..6d1e632c4 --- /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..e45e28f78 --- /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..095b6310b --- /dev/null +++ b/_static/cache/ipydagred3_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_contributors_badge.svg b/_static/cache/ipydagred3_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /dev/null +++ b/_static/cache/ipydagred3_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_license_badge.svg b/_static/cache/ipydagred3_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/ipydagred3_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipydagred3_pypi_downloads_badge.svg b/_static/cache/ipydagred3_pypi_downloads_badge.svg new file mode 100644 index 000000000..827286c60 --- /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..f7d2644e3 --- /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..4b5d18628 --- /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..b6462b129 --- /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..303b7fd26 --- /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..8306b0e33 --- /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..e94e25f79 --- /dev/null +++ b/_static/cache/ipyleaflet_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_license_badge.svg b/_static/cache/ipyleaflet_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/ipyleaflet_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_pypi_downloads_badge.svg b/_static/cache/ipyleaflet_pypi_downloads_badge.svg new file mode 100644 index 000000000..118510e26 --- /dev/null +++ b/_static/cache/ipyleaflet_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyleaflet_stars_badge.svg b/_static/cache/ipyleaflet_stars_badge.svg new file mode 100644 index 000000000..dc6c36b23 --- /dev/null +++ b/_static/cache/ipyleaflet_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_conda_downloads_badge.svg b/_static/cache/ipysigma_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/ipysigma_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_contributors_badge.svg b/_static/cache/ipysigma_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/ipysigma_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_license_badge.svg b/_static/cache/ipysigma_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/ipysigma_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipysigma_pypi_downloads_badge.svg b/_static/cache/ipysigma_pypi_downloads_badge.svg new file mode 100644 index 000000000..97005f125 --- /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..0918751a4 --- /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..c2b6d63f1 --- /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..ae2c572c9 --- /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..fe17aac5a --- /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..c979f3c95 --- /dev/null +++ b/_static/cache/ipyvizzu_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_contributors_badge.svg b/_static/cache/ipyvizzu_contributors_badge.svg new file mode 100644 index 000000000..38883692b --- /dev/null +++ b/_static/cache/ipyvizzu_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_license_badge.svg b/_static/cache/ipyvizzu_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/ipyvizzu_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_pypi_downloads_badge.svg b/_static/cache/ipyvizzu_pypi_downloads_badge.svg new file mode 100644 index 000000000..0e5f2f683 --- /dev/null +++ b/_static/cache/ipyvizzu_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/ipyvizzu_stars_badge.svg b/_static/cache/ipyvizzu_stars_badge.svg new file mode 100644 index 000000000..7d0a0054f --- /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..0b4a66207 --- /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..b66db9abf --- /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..7c5f3aa01 --- /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..c7397078c --- /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..ac3eefae1 --- /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..be8f0377c --- /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..0e5f2f683 --- /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..9e630d268 --- /dev/null +++ b/_static/cache/jupyter-flex_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_conda_downloads_badge.svg b/_static/cache/jupyter-scatter_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/jupyter-scatter_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_contributors_badge.svg b/_static/cache/jupyter-scatter_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/jupyter-scatter_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_license_badge.svg b/_static/cache/jupyter-scatter_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/jupyter-scatter_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/jupyter-scatter_pypi_downloads_badge.svg b/_static/cache/jupyter-scatter_pypi_downloads_badge.svg new file mode 100644 index 000000000..f27aed9ac --- /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..4e013fe81 --- /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..40604f179 --- /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..4e612c382 --- /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..97e2edbb4 --- /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..233d1cd54 --- /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..fa602b75d --- /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..1c2a89946 --- /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..13335410e --- /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..44f1e3f7d --- /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..fe5b78cc2 --- /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..9ae3c4ba1 --- /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..288fc70c6 --- /dev/null +++ b/_static/cache/lets-plot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lets-plot_stars_badge.svg b/_static/cache/lets-plot_stars_badge.svg new file mode 100644 index 000000000..e514f6090 --- /dev/null +++ b/_static/cache/lets-plot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/lightning_conda_downloads_badge.svg b/_static/cache/lightning_conda_downloads_badge.svg new file mode 100644 index 000000000..2a200695e --- /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..172fb2364 --- /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..1ecdd7c3f --- /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..2a615a872 --- /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..84ed6aba7 --- /dev/null +++ b/_static/cache/manganite_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_conda_downloads_badge.svg b/_static/cache/mapwidget_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/mapwidget_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_contributors_badge.svg b/_static/cache/mapwidget_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/mapwidget_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_license_badge.svg b/_static/cache/mapwidget_license_badge.svg new file mode 100644 index 000000000..127f70550 --- /dev/null +++ b/_static/cache/mapwidget_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mapwidget_pypi_downloads_badge.svg b/_static/cache/mapwidget_pypi_downloads_badge.svg new file mode 100644 index 000000000..6ceaeb99c --- /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..b2956d65a --- /dev/null +++ b/_static/cache/mapwidget_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marimo_conda_downloads_badge.svg b/_static/cache/marimo_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/marimo_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/marimo_contributors_badge.svg b/_static/cache/marimo_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /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..53432f0e3 --- /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..08c65dc87 --- /dev/null +++ b/_static/cache/marimo_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_conda_downloads_badge.svg b/_static/cache/matplotlib_conda_downloads_badge.svg new file mode 100644 index 000000000..28d233d5e --- /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..2c49a8d09 --- /dev/null +++ b/_static/cache/matplotlib_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_license_badge.svg b/_static/cache/matplotlib_license_badge.svg new file mode 100644 index 000000000..3e0aff3f4 --- /dev/null +++ b/_static/cache/matplotlib_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/matplotlib_pypi_downloads_badge.svg b/_static/cache/matplotlib_pypi_downloads_badge.svg new file mode 100644 index 000000000..d82436a7c --- /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..4166a4dcf --- /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..8306b0e33 --- /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..5cff136e8 --- /dev/null +++ b/_static/cache/mayavi_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mercury_conda_downloads_badge.svg b/_static/cache/mercury_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/mercury_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mercury_contributors_badge.svg b/_static/cache/mercury_contributors_badge.svg new file mode 100644 index 000000000..e4e2b3976 --- /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..641714878 --- /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..c628ab8eb --- /dev/null +++ b/_static/cache/mercury_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/missingno_conda_downloads_badge.svg b/_static/cache/missingno_conda_downloads_badge.svg new file mode 100644 index 000000000..b3e1eac23 --- /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..4817696c6 --- /dev/null +++ b/_static/cache/missingno_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/missingno_stars_badge.svg b/_static/cache/missingno_stars_badge.svg new file mode 100644 index 000000000..7c5add2cd --- /dev/null +++ b/_static/cache/missingno_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpl-scatter-density_conda_downloads_badge.svg b/_static/cache/mpl-scatter-density_conda_downloads_badge.svg new file mode 100644 index 000000000..dbf0813b8 --- /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..19cca1d6e --- /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..a9038fd8f --- /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..44f1e3f7d --- /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..a22e42735 --- /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..493a8de06 --- /dev/null +++ b/_static/cache/mpld3_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/mpld3_stars_badge.svg b/_static/cache/mpld3_stars_badge.svg new file mode 100644 index 000000000..4e20f01a2 --- /dev/null +++ b/_static/cache/mpld3_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/napari_conda_downloads_badge.svg b/_static/cache/napari_conda_downloads_badge.svg new file mode 100644 index 000000000..b2cfe19a6 --- /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..6659eb6d8 --- /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..72e1d14f7 --- /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..0213a4759 --- /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..340d07f53 --- /dev/null +++ b/_static/cache/networkx_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_contributors_badge.svg b/_static/cache/networkx_contributors_badge.svg new file mode 100644 index 000000000..2ed281082 --- /dev/null +++ b/_static/cache/networkx_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_license_badge.svg b/_static/cache/networkx_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/networkx_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/networkx_pypi_downloads_badge.svg b/_static/cache/networkx_pypi_downloads_badge.svg new file mode 100644 index 000000000..57d0bfd78 --- /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..4a3d60967 --- /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..f65912a31 --- /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..54c3d0453 --- /dev/null +++ b/_static/cache/netwulf_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nicegui_conda_downloads_badge.svg b/_static/cache/nicegui_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/nicegui_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nicegui_contributors_badge.svg b/_static/cache/nicegui_contributors_badge.svg new file mode 100644 index 000000000..46eb2e43e --- /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..273740ed6 --- /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..0cbea46a7 --- /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..d97a473b5 --- /dev/null +++ b/_static/cache/nitro_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_contributors_badge.svg b/_static/cache/nitro_contributors_badge.svg new file mode 100644 index 000000000..ae58c69c3 --- /dev/null +++ b/_static/cache/nitro_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_license_badge.svg b/_static/cache/nitro_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/nitro_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nitro_pypi_downloads_badge.svg b/_static/cache/nitro_pypi_downloads_badge.svg new file mode 100644 index 000000000..17c8825d0 --- /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..beb09d19d --- /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..d0e53e4cc --- /dev/null +++ b/_static/cache/nxviz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_contributors_badge.svg b/_static/cache/nxviz_contributors_badge.svg new file mode 100644 index 000000000..a104c5d15 --- /dev/null +++ b/_static/cache/nxviz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_license_badge.svg b/_static/cache/nxviz_license_badge.svg new file mode 100644 index 000000000..127f70550 --- /dev/null +++ b/_static/cache/nxviz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/nxviz_pypi_downloads_badge.svg b/_static/cache/nxviz_pypi_downloads_badge.svg new file mode 100644 index 000000000..a540a55f4 --- /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..77a2b7b87 --- /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..8ed776d77 --- /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..80e71d055 --- /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..7c5f3aa01 --- /dev/null +++ b/_static/cache/osmnx_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_contributors_badge.svg b/_static/cache/osmnx_contributors_badge.svg new file mode 100644 index 000000000..e4aa8b33d --- /dev/null +++ b/_static/cache/osmnx_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_license_badge.svg b/_static/cache/osmnx_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/osmnx_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/osmnx_pypi_downloads_badge.svg b/_static/cache/osmnx_pypi_downloads_badge.svg new file mode 100644 index 000000000..18302de36 --- /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..a8b1ddeae --- /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..8306b0e33 --- /dev/null +++ b/_static/cache/palettable_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_contributors_badge.svg b/_static/cache/palettable_contributors_badge.svg new file mode 100644 index 000000000..f04fd553e --- /dev/null +++ b/_static/cache/palettable_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_license_badge.svg b/_static/cache/palettable_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/palettable_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/palettable_pypi_downloads_badge.svg b/_static/cache/palettable_pypi_downloads_badge.svg new file mode 100644 index 000000000..76d8ebd15 --- /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..6d0c02f2a --- /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..7dcf38491 --- /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..b44bc6e63 --- /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..b393ea638 --- /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..f583c6c01 --- /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..c6e3cb50d --- /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..41cd980e4 --- /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..7478c4751 --- /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..666102413 --- /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..e963a563a --- /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..82495f475 --- /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..eab5c7610 --- /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..e4837a643 --- /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..69dbfdb58 --- /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..2c91bb5d6 --- /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..713f30748 --- /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..2f16c70b6 --- /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..257473aba --- /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..b31811ace --- /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..7c5f3aa01 --- /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..9c2124f19 --- /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..b5365cc03 --- /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..dbf0813b8 --- /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..e4837a643 --- /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..8854409b4 --- /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..84603cfd3 --- /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..d5a53d941 --- /dev/null +++ b/_static/cache/polyscope_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_contributors_badge.svg b/_static/cache/polyscope_contributors_badge.svg new file mode 100644 index 000000000..a104c5d15 --- /dev/null +++ b/_static/cache/polyscope_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_license_badge.svg b/_static/cache/polyscope_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/polyscope_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_pypi_downloads_badge.svg b/_static/cache/polyscope_pypi_downloads_badge.svg new file mode 100644 index 000000000..dd325d33b --- /dev/null +++ b/_static/cache/polyscope_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/polyscope_stars_badge.svg b/_static/cache/polyscope_stars_badge.svg new file mode 100644 index 000000000..22e356aa1 --- /dev/null +++ b/_static/cache/polyscope_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_conda_downloads_badge.svg b/_static/cache/prettyplotlib_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/prettyplotlib_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_contributors_badge.svg b/_static/cache/prettyplotlib_contributors_badge.svg new file mode 100644 index 000000000..2e04155aa --- /dev/null +++ b/_static/cache/prettyplotlib_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_license_badge.svg b/_static/cache/prettyplotlib_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/prettyplotlib_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/prettyplotlib_pypi_downloads_badge.svg b/_static/cache/prettyplotlib_pypi_downloads_badge.svg new file mode 100644 index 000000000..ff504190d --- /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..d67d4c56b --- /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..380378b60 --- /dev/null +++ b/_static/cache/proplot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/proplot_stars_badge.svg b/_static/cache/proplot_stars_badge.svg new file mode 100644 index 000000000..a0569e18c --- /dev/null +++ b/_static/cache/proplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py-shiny_conda_downloads_badge.svg b/_static/cache/py-shiny_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /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..60aa3d93d --- /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..79ec2662a --- /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..73c62ca9d --- /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..210c3f532 --- /dev/null +++ b/_static/cache/py2cytoscape_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_contributors_badge.svg b/_static/cache/py2cytoscape_contributors_badge.svg new file mode 100644 index 000000000..705d19bb2 --- /dev/null +++ b/_static/cache/py2cytoscape_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_license_badge.svg b/_static/cache/py2cytoscape_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/py2cytoscape_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/py2cytoscape_pypi_downloads_badge.svg b/_static/cache/py2cytoscape_pypi_downloads_badge.svg new file mode 100644 index 000000000..d37eb42b2 --- /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..976cef3da --- /dev/null +++ b/_static/cache/py2cytoscape_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pydot_conda_downloads_badge.svg b/_static/cache/pydot_conda_downloads_badge.svg new file mode 100644 index 000000000..89c583643 --- /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..effa562c8 --- /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..ce357347d --- /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..58aa199e0 --- /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..2c7f39b97 --- /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..4eb80639f --- /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..18dfe6819 --- /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..986678923 --- /dev/null +++ b/_static/cache/pygmt_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_contributors_badge.svg b/_static/cache/pygmt_contributors_badge.svg new file mode 100644 index 000000000..b4f9902ff --- /dev/null +++ b/_static/cache/pygmt_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_license_badge.svg b/_static/cache/pygmt_license_badge.svg new file mode 100644 index 000000000..e659ede54 --- /dev/null +++ b/_static/cache/pygmt_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pygmt_pypi_downloads_badge.svg b/_static/cache/pygmt_pypi_downloads_badge.svg new file mode 100644 index 000000000..27b5b7fed --- /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..5a86d69ec --- /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..d8cceed94 --- /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..2e1f6599c --- /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..64a90a0a4 --- /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..f7636db52 --- /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..f6d031e9f --- /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..50071f590 --- /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..6286435b9 --- /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..3b34e1b0c --- /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..dea71e110 --- /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..84bb4bbb5 --- /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..c151e8ff6 --- /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..2f16c70b6 --- /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..97a01b0ab --- /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..e92c706ce --- /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..faa6bb958 --- /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..d230046d2 --- /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..5f81ff2fd --- /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..f1baabe36 --- /dev/null +++ b/_static/cache/python-igraph_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_contributors_badge.svg b/_static/cache/python-igraph_contributors_badge.svg new file mode 100644 index 000000000..0a91cc473 --- /dev/null +++ b/_static/cache/python-igraph_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_license_badge.svg b/_static/cache/python-igraph_license_badge.svg new file mode 100644 index 000000000..1af0c1602 --- /dev/null +++ b/_static/cache/python-igraph_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_pypi_downloads_badge.svg b/_static/cache/python-igraph_pypi_downloads_badge.svg new file mode 100644 index 000000000..4f4fbf942 --- /dev/null +++ b/_static/cache/python-igraph_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/python-igraph_stars_badge.svg b/_static/cache/python-igraph_stars_badge.svg new file mode 100644 index 000000000..bc92637ef --- /dev/null +++ b/_static/cache/python-igraph_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_conda_downloads_badge.svg b/_static/cache/pyvibe_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/pyvibe_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_contributors_badge.svg b/_static/cache/pyvibe_contributors_badge.svg new file mode 100644 index 000000000..61a5aeae7 --- /dev/null +++ b/_static/cache/pyvibe_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_license_badge.svg b/_static/cache/pyvibe_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/pyvibe_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/pyvibe_pypi_downloads_badge.svg b/_static/cache/pyvibe_pypi_downloads_badge.svg new file mode 100644 index 000000000..bc805d421 --- /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..1babcc44b --- /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..44782ca75 --- /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..3a88afc8f --- /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..199e78cf1 --- /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..a52344623 --- /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..dbe3bf174 --- /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..9e557a9b1 --- /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..fd07c0c40 --- /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..3643534f0 --- /dev/null +++ b/_static/cache/quibbler_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/quibbler_stars_badge.svg b/_static/cache/quibbler_stars_badge.svg new file mode 100644 index 000000000..808e5b5da --- /dev/null +++ b/_static/cache/quibbler_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_conda_downloads_badge.svg b/_static/cache/reacton_conda_downloads_badge.svg new file mode 100644 index 000000000..a033511f8 --- /dev/null +++ b/_static/cache/reacton_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_contributors_badge.svg b/_static/cache/reacton_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/reacton_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_license_badge.svg b/_static/cache/reacton_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/reacton_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/reacton_pypi_downloads_badge.svg b/_static/cache/reacton_pypi_downloads_badge.svg new file mode 100644 index 000000000..18ef9a73b --- /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..65673e2b6 --- /dev/null +++ b/_static/cache/reacton_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..cfc301326 --- /dev/null +++ b/_static/cache/scikit-image_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_contributors_badge.svg b/_static/cache/scikit-image_contributors_badge.svg new file mode 100644 index 000000000..625bc6b36 --- /dev/null +++ b/_static/cache/scikit-image_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_license_badge.svg b/_static/cache/scikit-image_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/scikit-image_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_pypi_downloads_badge.svg b/_static/cache/scikit-image_pypi_downloads_badge.svg new file mode 100644 index 000000000..f0b47b937 --- /dev/null +++ b/_static/cache/scikit-image_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-image_stars_badge.svg b/_static/cache/scikit-image_stars_badge.svg new file mode 100644 index 000000000..463269433 --- /dev/null +++ b/_static/cache/scikit-image_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_conda_downloads_badge.svg b/_static/cache/scikit-plot_conda_downloads_badge.svg new file mode 100644 index 000000000..a6e3e2843 --- /dev/null +++ b/_static/cache/scikit-plot_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_contributors_badge.svg b/_static/cache/scikit-plot_contributors_badge.svg new file mode 100644 index 000000000..f5461c444 --- /dev/null +++ b/_static/cache/scikit-plot_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_license_badge.svg b/_static/cache/scikit-plot_license_badge.svg new file mode 100644 index 000000000..d88c1d7c5 --- /dev/null +++ b/_static/cache/scikit-plot_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/scikit-plot_pypi_downloads_badge.svg b/_static/cache/scikit-plot_pypi_downloads_badge.svg new file mode 100644 index 000000000..7c211d388 --- /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..0684285b3 --- /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..331bd31d7 --- /dev/null +++ b/_static/cache/seaborn_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_license_badge.svg b/_static/cache/seaborn_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/seaborn_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_pypi_downloads_badge.svg b/_static/cache/seaborn_pypi_downloads_badge.svg new file mode 100644 index 000000000..9968cfd87 --- /dev/null +++ b/_static/cache/seaborn_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/seaborn_stars_badge.svg b/_static/cache/seaborn_stars_badge.svg new file mode 100644 index 000000000..5ef993be8 --- /dev/null +++ b/_static/cache/seaborn_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/solara_conda_downloads_badge.svg b/_static/cache/solara_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/solara_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/solara_contributors_badge.svg b/_static/cache/solara_contributors_badge.svg new file mode 100644 index 000000000..4dedfe5b9 --- /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..1c624374f --- /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..eb3c68213 --- /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..f1baabe36 --- /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..4e2a8cb56 --- /dev/null +++ b/_static/cache/splot_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/splot_stars_badge.svg b/_static/cache/splot_stars_badge.svg new file mode 100644 index 000000000..6c2022775 --- /dev/null +++ b/_static/cache/splot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_conda_downloads_badge.svg b/_static/cache/starfyre_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/starfyre_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_contributors_badge.svg b/_static/cache/starfyre_contributors_badge.svg new file mode 100644 index 000000000..5eefab3f8 --- /dev/null +++ b/_static/cache/starfyre_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_license_badge.svg b/_static/cache/starfyre_license_badge.svg new file mode 100644 index 000000000..5c47196cc --- /dev/null +++ b/_static/cache/starfyre_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/starfyre_pypi_downloads_badge.svg b/_static/cache/starfyre_pypi_downloads_badge.svg new file mode 100644 index 000000000..43f8c02b6 --- /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..e599cb33e --- /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..cd9f33c36 --- /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..04aadbf95 --- /dev/null +++ b/_static/cache/streamlit_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_license_badge.svg b/_static/cache/streamlit_license_badge.svg new file mode 100644 index 000000000..ab5fe631f --- /dev/null +++ b/_static/cache/streamlit_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_pypi_downloads_badge.svg b/_static/cache/streamlit_pypi_downloads_badge.svg new file mode 100644 index 000000000..d4e159f63 --- /dev/null +++ b/_static/cache/streamlit_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamlit_stars_badge.svg b/_static/cache/streamlit_stars_badge.svg new file mode 100644 index 000000000..90966ba56 --- /dev/null +++ b/_static/cache/streamlit_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_conda_downloads_badge.svg b/_static/cache/streamsync_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/streamsync_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_contributors_badge.svg b/_static/cache/streamsync_contributors_badge.svg new file mode 100644 index 000000000..b46f7b2ad --- /dev/null +++ b/_static/cache/streamsync_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_license_badge.svg b/_static/cache/streamsync_license_badge.svg new file mode 100644 index 000000000..b3cb3e681 --- /dev/null +++ b/_static/cache/streamsync_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/streamsync_pypi_downloads_badge.svg b/_static/cache/streamsync_pypi_downloads_badge.svg new file mode 100644 index 000000000..ed8684ddc --- /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..3dbf41392 --- /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..60aa3d93d --- /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..32fc0227f --- /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..fd7afd0a5 --- /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..15741654a --- /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..b6462b129 --- /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..1796da864 --- /dev/null +++ b/_static/cache/toyplot_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/trame_conda_downloads_badge.svg b/_static/cache/trame_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/trame_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/trame_contributors_badge.svg b/_static/cache/trame_contributors_badge.svg new file mode 100644 index 000000000..f5461c444 --- /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..d13f36622 --- /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..0abfd872f --- /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..83934951c --- /dev/null +++ b/_static/cache/vaex_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_contributors_badge.svg b/_static/cache/vaex_contributors_badge.svg new file mode 100644 index 000000000..0a91cc473 --- /dev/null +++ b/_static/cache/vaex_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_license_badge.svg b/_static/cache/vaex_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/vaex_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_pypi_downloads_badge.svg b/_static/cache/vaex_pypi_downloads_badge.svg new file mode 100644 index 000000000..c9780f09e --- /dev/null +++ b/_static/cache/vaex_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vaex_stars_badge.svg b/_static/cache/vaex_stars_badge.svg new file mode 100644 index 000000000..7424e5e6c --- /dev/null +++ b/_static/cache/vaex_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vedo_conda_downloads_badge.svg b/_static/cache/vedo_conda_downloads_badge.svg new file mode 100644 index 000000000..8b02746e2 --- /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..8b10f31f2 --- /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..99804a72f --- /dev/null +++ b/_static/cache/vedo_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vedo_stars_badge.svg b/_static/cache/vedo_stars_badge.svg new file mode 100644 index 000000000..d14a90fa0 --- /dev/null +++ b/_static/cache/vedo_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_conda_downloads_badge.svg b/_static/cache/veusz_conda_downloads_badge.svg new file mode 100644 index 000000000..c7d4220a9 --- /dev/null +++ b/_static/cache/veusz_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_contributors_badge.svg b/_static/cache/veusz_contributors_badge.svg new file mode 100644 index 000000000..339c13c42 --- /dev/null +++ b/_static/cache/veusz_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_license_badge.svg b/_static/cache/veusz_license_badge.svg new file mode 100644 index 000000000..3c75f9e33 --- /dev/null +++ b/_static/cache/veusz_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/veusz_pypi_downloads_badge.svg b/_static/cache/veusz_pypi_downloads_badge.svg new file mode 100644 index 000000000..d5e0b22c8 --- /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..6ee1acf73 --- /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..3b06b33d0 --- /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..8ee301aa6 --- /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..a719435c3 --- /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..dc01e16e7 --- /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..9117e088a --- /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..c298bb402 --- /dev/null +++ b/_static/cache/visdom_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_contributors_badge.svg b/_static/cache/visdom_contributors_badge.svg new file mode 100644 index 000000000..70a3ff8f7 --- /dev/null +++ b/_static/cache/visdom_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_license_badge.svg b/_static/cache/visdom_license_badge.svg new file mode 100644 index 000000000..eaf8c0ee1 --- /dev/null +++ b/_static/cache/visdom_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_pypi_downloads_badge.svg b/_static/cache/visdom_pypi_downloads_badge.svg new file mode 100644 index 000000000..be0ab5a6c --- /dev/null +++ b/_static/cache/visdom_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visdom_stars_badge.svg b/_static/cache/visdom_stars_badge.svg new file mode 100644 index 000000000..9cd40bc64 --- /dev/null +++ b/_static/cache/visdom_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vispy_conda_downloads_badge.svg b/_static/cache/vispy_conda_downloads_badge.svg new file mode 100644 index 000000000..cd9f33c36 --- /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..8c6423759 --- /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..cdc6d4a52 --- /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..4b16d48e6 --- /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..435376a13 --- /dev/null +++ b/_static/cache/visvis_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_contributors_badge.svg b/_static/cache/visvis_contributors_badge.svg new file mode 100644 index 000000000..3af9b0067 --- /dev/null +++ b/_static/cache/visvis_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_license_badge.svg b/_static/cache/visvis_license_badge.svg new file mode 100644 index 000000000..14d9db5ab --- /dev/null +++ b/_static/cache/visvis_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/visvis_pypi_downloads_badge.svg b/_static/cache/visvis_pypi_downloads_badge.svg new file mode 100644 index 000000000..b3fd61337 --- /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..643160751 --- /dev/null +++ b/_static/cache/visvis_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vizro_conda_downloads_badge.svg b/_static/cache/vizro_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/vizro_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/vizro_contributors_badge.svg b/_static/cache/vizro_contributors_badge.svg new file mode 100644 index 000000000..f04fd553e --- /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..fa914d903 --- /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..81d53598a --- /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..7c5f3aa01 --- /dev/null +++ b/_static/cache/voila_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_contributors_badge.svg b/_static/cache/voila_contributors_badge.svg new file mode 100644 index 000000000..1419db8b3 --- /dev/null +++ b/_static/cache/voila_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_license_badge.svg b/_static/cache/voila_license_badge.svg new file mode 100644 index 000000000..64a90a0a4 --- /dev/null +++ b/_static/cache/voila_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/voila_pypi_downloads_badge.svg b/_static/cache/voila_pypi_downloads_badge.svg new file mode 100644 index 000000000..e53d81c9d --- /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..3f45a218a --- /dev/null +++ b/_static/cache/voila_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_conda_downloads_badge.svg b/_static/cache/wave_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/wave_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_contributors_badge.svg b/_static/cache/wave_contributors_badge.svg new file mode 100644 index 000000000..45c251575 --- /dev/null +++ b/_static/cache/wave_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_license_badge.svg b/_static/cache/wave_license_badge.svg new file mode 100644 index 000000000..e437f84b9 --- /dev/null +++ b/_static/cache/wave_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_pypi_downloads_badge.svg b/_static/cache/wave_pypi_downloads_badge.svg new file mode 100644 index 000000000..9038cf732 --- /dev/null +++ b/_static/cache/wave_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/wave_stars_badge.svg b/_static/cache/wave_stars_badge.svg new file mode 100644 index 000000000..32b655023 --- /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..3787a2dbf --- /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..ea918ac82 --- /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..8667f00de --- /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..8701d946c --- /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..d3743fe45 --- /dev/null +++ b/_static/cache/webweb_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/webweb_stars_badge.svg b/_static/cache/webweb_stars_badge.svg new file mode 100644 index 000000000..e24c82b29 --- /dev/null +++ b/_static/cache/webweb_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/xarray_conda_downloads_badge.svg b/_static/cache/xarray_conda_downloads_badge.svg new file mode 100644 index 000000000..ce4eec9a8 --- /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..2c49a8d09 --- /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..fd524a2ec --- /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..f111db94f --- /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..f1baabe36 --- /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..8c631d262 --- /dev/null +++ b/_static/cache/yellowbrick_pypi_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yellowbrick_stars_badge.svg b/_static/cache/yellowbrick_stars_badge.svg new file mode 100644 index 000000000..a4d76b4c5 --- /dev/null +++ b/_static/cache/yellowbrick_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/yt_conda_downloads_badge.svg b/_static/cache/yt_conda_downloads_badge.svg new file mode 100644 index 000000000..44f1e3f7d --- /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..dbe3bf174 --- /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..4e2a8cb56 --- /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..2e9e56fa8 --- /dev/null +++ b/_static/cache/yt_stars_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_conda_downloads_badge.svg b/_static/cache/zen_dash_conda_downloads_badge.svg new file mode 100644 index 000000000..63d4174fe --- /dev/null +++ b/_static/cache/zen_dash_conda_downloads_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_contributors_badge.svg b/_static/cache/zen_dash_contributors_badge.svg new file mode 100644 index 000000000..ee4d2a754 --- /dev/null +++ b/_static/cache/zen_dash_contributors_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_license_badge.svg b/_static/cache/zen_dash_license_badge.svg new file mode 100644 index 000000000..a06ca0597 --- /dev/null +++ b/_static/cache/zen_dash_license_badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/cache/zen_dash_pypi_downloads_badge.svg b/_static/cache/zen_dash_pypi_downloads_badge.svg new file mode 100644 index 000000000..5e70d3d14 --- /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