Skip to content

Commit

Permalink
"basic" description added to data types
Browse files Browse the repository at this point in the history
  • Loading branch information
pryn-kb committed Sep 26, 2024
1 parent 56b93ac commit 08b7cbb
Show file tree
Hide file tree
Showing 122 changed files with 1,921 additions and 180 deletions.
Binary file modified _build/.doctrees/_to_be_deleted_later/admonition_boxes.doctree
Binary file not shown.
Binary file modified _build/.doctrees/_to_be_deleted_later/intro_old.doctree
Binary file not shown.
Binary file modified _build/.doctrees/_to_be_deleted_later/markdown-notebooks.doctree
Binary file not shown.
Binary file modified _build/.doctrees/_to_be_deleted_later/markdown.doctree
Binary file not shown.
Binary file modified _build/.doctrees/_to_be_deleted_later/notebooks.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/01_data_types.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/02_variables_and_assignment.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/03_type_conversion.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/04_built-in_functions.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/05_lists.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/06_for_loops.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/07_conditionals.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/part1.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/101/part2.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/_test/2024_ods.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/_test/regex_and_frankenstein.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/dictionaries.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/dictionary_101.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/dictionary_pandas.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/help_and_documentation.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/interact.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/interact_original.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/jupyterlab.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/jupyterlab_1.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/jupyterlab_2.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/setup.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/howto/sign_up.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/intro.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/00_pandas_start.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/01_pandas_dataframe.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/02_Pandas_tabular_data.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/03_Pandas_subsets.doctree
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/05_pandas_plot.doctree
Binary file not shown.
Binary file modified _build/.doctrees/docs/pandas/getting_started.doctree
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions _build/html/_sources/docs/101/01_data_types.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"source": [
"## Built-in data types\n",
"\n",
"There are four essential built-in data types with different powers and capabilities:\n",
"There are four basic built-in data types with different powers and capabilities:\n",
"\n",
"* **Strings** (Text)\n",
"* **Integers** (Whole Numbers)\n",
Expand Down Expand Up @@ -926,7 +926,7 @@
"source": [
"## Key points\n",
"\n",
"* There are 4 data types in Python: **Integers**, **floats**, **strings**, and **booleans**.\n",
"* There are four basic data types in Python: **Integers**, **floats**, **strings**, and **booleans**.\n",
"* You can use the built-in function `type()` to find the type of a value.\n",
"* Strings are text, they can be added to one another, you can slice them to get a substring, and use the index to acess the individual character.\n",
"* Integers are whole numbers. You can use mathemathical operations on them.\n",
Expand Down
4 changes: 2 additions & 2 deletions _build/html/_sources/docs/howto/jupyterlab_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"id": "030487df-aa1b-4ebf-99c8-780e92d1d4a2",
"metadata": {},
"source": [
"## <i class=\"fab fa-apple\" aria-hidden=\"true\"></i> <i class=\"fab fa-windows\" aria-hidden=\"true\"></i> Common tips for both macOS and Windows users\n",
"## <i class=\"fab fa-apple\" aria-hidden=\"true\"></i> <i class=\"fab fa-windows\" aria-hidden=\"true\"></i> Common tips: Opening, renaming, and closing notebooks\n",
"\n",
"- **Opening files**: Double-click on any file in the File Browser to open it. Jupyter Notebooks will open in a new tab, and text files, Python scripts, and other file types will open in their respective editors.\n",
"\n",
Expand Down Expand Up @@ -221,7 +221,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_sources/docs/pandas/01_pandas_dataframe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions _build/html/_sources/docs/pandas/02_Pandas_tabular_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
"tags": []
},
"source": [
"## Getting information on the `DataFrame`\n",
"## Getting information about the `DataFrame`\n",
"\n",
"Besides displaying the the first and last rows of your `DataFrame`there are a few other attributes which can be useful for getting to know your data. "
]
Expand Down Expand Up @@ -2392,7 +2392,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/admonition_boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/intro_old.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/markdown-notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/_to_be_deleted_later/markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down
6 changes: 3 additions & 3 deletions _build/html/_to_be_deleted_later/notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -476,7 +476,7 @@ <h2>Code blocks and outputs<a class="headerlink" href="#code-blocks-and-outputs"
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x10eeb3a10&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;contextlib.ExitStack at 0x1054c3f50&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -505,7 +505,7 @@ <h2>Code blocks and outputs<a class="headerlink" href="#code-blocks-and-outputs"
</div>
</div>
<div class="cell_output docutils container">
<img alt="../_images/09d79d7122094cb0f63569e187632beddce38ec285809b65da60f5f6ffbddd0d.png" src="../_images/09d79d7122094cb0f63569e187632beddce38ec285809b65da60f5f6ffbddd0d.png" />
<img alt="../_images/a31e63b1f6ca34376ef17d2b6c277648c6b47bb0a75c5165999735167a988593.png" src="../_images/a31e63b1f6ca34376ef17d2b6c277648c6b47bb0a75c5165999735167a988593.png" />
</div>
</div>
<p>There is a lot more that you can do with outputs (such as including interactive outputs)
Expand Down
6 changes: 3 additions & 3 deletions _build/html/docs/101/01_data_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -471,7 +471,7 @@ <h1>Data Types<a class="headerlink" href="#data-types" title="Link to this headi
<hr class="docutils" />
<section id="built-in-data-types">
<h2>Built-in data types<a class="headerlink" href="#built-in-data-types" title="Link to this heading">#</a></h2>
<p>There are four essential built-in data types with different powers and capabilities:</p>
<p>There are four basic built-in data types with different powers and capabilities:</p>
<ul class="simple">
<li><p><strong>Strings</strong> (Text)</p></li>
<li><p><strong>Integers</strong> (Whole Numbers)</p></li>
Expand Down Expand Up @@ -1011,7 +1011,7 @@ <h2>Comparisons<a class="headerlink" href="#comparisons" title="Link to this hea
<section id="key-points">
<h2>Key points<a class="headerlink" href="#key-points" title="Link to this heading">#</a></h2>
<ul class="simple">
<li><p>There are 4 data types in Python: <strong>Integers</strong>, <strong>floats</strong>, <strong>strings</strong>, and <strong>booleans</strong>.</p></li>
<li><p>There are four basic data types in Python: <strong>Integers</strong>, <strong>floats</strong>, <strong>strings</strong>, and <strong>booleans</strong>.</p></li>
<li><p>You can use the built-in function <code class="docutils literal notranslate"><span class="pre">type()</span></code> to find the type of a value.</p></li>
<li><p>Strings are text, they can be added to one another, you can slice them to get a substring, and use the index to acess the individual character.</p></li>
<li><p>Integers are whole numbers. You can use mathemathical operations on them.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/02_variables_and_assignment.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/03_type_conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/04_built-in_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/05_lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/06_for_loops.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/07_conditionals.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/part1.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/101/part2.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/_test/2024_ods.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/_test/regex_and_frankenstein.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/howto/dictionaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/howto/dictionary_101.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
2 changes: 1 addition & 1 deletion _build/html/docs/howto/dictionary_pandas.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
<link rel="preload" as="font" type="font/woff2" crossorigin href="../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />

<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b76e3c8a" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down
Loading

0 comments on commit 08b7cbb

Please sign in to comment.