Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5f68368 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Sep 4, 2024
1 parent 171f09e commit fec78b5
Show file tree
Hide file tree
Showing 88 changed files with 134 additions and 114 deletions.
15 changes: 8 additions & 7 deletions 5/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,14 @@ On macOS, open the disk image and drag Spyder to your :guilabel:`Applications` f

.. table::

================ ================ ================
`Windows`_ `macOS M1`_ `macOS Intel`_
================ ================ ================

.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_64bit_full.exe
.. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_arm64.dmg
.. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder.dmg
================ ================ ================ ================
`Windows`_ `macOS M1`_ `macOS Intel`_ `Linux`_
================ ================ ================ ================

.. _Windows: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Windows-x86_64.exe
.. _macOS M1: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-arm64.pkg
.. _macOS Intel: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-x86_64.pkg
.. _Linux: https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Linux-x86_64.sh

.. note::

Expand Down
2 changes: 1 addition & 1 deletion 5/_sources/videos/first-steps-with-spyder.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Discover the basics of using the Spyder interface and get an introduction to its

Hello everyone! I'm Juanita, and in this video I'm going to show you how to open Spyder and go over the basics of Spyder's interface. We will learn about Spyder's four panes that you'll likely be using most often, as well as briefly explore the others that are open by default. If you don't have Spyder installed and would like to follow along, you can `download it here`_.

.. _download it here: https://www.spyder-ide.org/#section-download
.. _download it here: https://www.spyder-ide.org/

The easiest way to open Spyder is by opening Anaconda Navigator and clicking on the Spyder application. In case you have an older version of Spyder in Anaconda, open the command line (or the Anaconda Prompt in the case of Windows) and type the commands:

Expand Down
10 changes: 9 additions & 1 deletion 5/_static/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ table.installer-table tbody td p::before {
font-family: "Font Awesome 5 Brands";
}

table.installer-table tbody td:nth-child(1) p {
table.installer-table tbody td:nth-child(1) p,
table.installer-table tbody td:nth-child(4) p {
padding-top: 0.62em;
}

Expand All @@ -314,6 +315,13 @@ table.installer-table tbody td:nth-child(3) p::before {
vertical-align: sub;
}

table.installer-table tbody td:nth-child(4) p::before {
content: "\f17c";
font-size: 1.6em;
padding-right: 0.5em;
vertical-align: middle;
}

@media screen and (max-width: 991px) {
table.installer-table td {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion 5/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
15 changes: 8 additions & 7 deletions 5/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down Expand Up @@ -495,9 +495,10 @@
<p>On macOS, open the disk image and drag Spyder to your <span class="guilabel">Applications</span> folder.</p>
<div class="pst-scrollable-table-container"><table class="installer-table table">
<tbody>
<tr class="row-odd"><td><p><a class="reference external" href="https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_64bit_full.exe">Windows</a></p></td>
<td><p><a class="reference external" href="https://github.com/spyder-ide/spyder/releases/latest/download/Spyder_arm64.dmg">macOS M1</a></p></td>
<td><p><a class="reference external" href="https://github.com/spyder-ide/spyder/releases/latest/download/Spyder.dmg">macOS Intel</a></p></td>
<tr class="row-odd"><td><p><a class="reference external" href="https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Windows-x86_64.exe">Windows</a></p></td>
<td><p><a class="reference external" href="https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-arm64.pkg">macOS M1</a></p></td>
<td><p><a class="reference external" href="https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-macOS-x86_64.pkg">macOS Intel</a></p></td>
<td><p><a class="reference external" href="https://github.com/spyder-ide/spyder/releases/latest/download/Spyder-Linux-x86_64.sh">Linux</a></p></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -678,8 +679,8 @@
</pre></div>
</div>
</section>
<section id="linux">
<span id="install-linux"></span><h3>Linux<a class="headerlink" href="#linux" title="Link to this heading">#</a></h3>
<section id="install-linux">
<span id="id3"></span><h3>Linux<a class="headerlink" href="#install-linux" title="Link to this heading">#</a></h3>
<p>Spyder can be installed via third-party distro packages on most common Linux distributions.</p>
<p>Running Spyder installed this way will generally be the same as any other distro-installed application.
Alternatively, it can be launched from the terminal with <code class="docutils literal notranslate"><span class="pre">spyder</span></code> (or <code class="docutils literal notranslate"><span class="pre">spyder3</span></code>, on older versions of some distros).</p>
Expand Down Expand Up @@ -793,7 +794,7 @@
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#alternative-methods">Alternative methods</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#install-windows">Windows</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#macos">macOS</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#linux">Linux</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#install-linux">Linux</a><ul class="nav section-nav flex-column">
<li class="toc-h4 nav-item toc-entry"><a class="reference internal nav-link" href="#ubuntu-debian">Ubuntu/Debian</a></li>
<li class="toc-h4 nav-item toc-entry"><a class="reference internal nav-link" href="#other-distributions">Other distributions</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/fileexplorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/findinfiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/historylog.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/ipythonconsole.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/onlinehelp.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/outline.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/plots.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/profiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/pylint.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/panes/variableexplorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
2 changes: 1 addition & 1 deletion 5/plugins/lineprofiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<link rel="stylesheet" type="text/css" href="../_static/css/driver.min.css?v=79f36a06" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=601b7b68" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom_styles.css?v=a967d746" />

<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
Expand Down
Loading

0 comments on commit fec78b5

Please sign in to comment.