Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom.js added #121

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +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: d38cfa780d7f9792de4f1eb96656dc3c
config: 9cad728e39e06e920673db43728b0257
tags: 645f666f9bcd5a90fca523b33c5a78b7
13 changes: 13 additions & 0 deletions _build/html/_static/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
document.addEventListener("DOMContentLoaded", function() {
// Select all anchor tags with href attributes
const links = document.querySelectorAll('a[href]');

links.forEach(function(link) {
const url = new URL(link.href, window.location.origin);

// Check if the link is external
if (url.origin !== window.location.origin) {
link.setAttribute('target', '_blank');
}
});
});
751 changes: 751 additions & 0 deletions _build/html/_to_be_deleted_later/admonition_boxes.html

Large diffs are not rendered by default.

547 changes: 547 additions & 0 deletions _build/html/_to_be_deleted_later/intro_old.html

Large diffs are not rendered by default.

582 changes: 582 additions & 0 deletions _build/html/_to_be_deleted_later/markdown-notebooks.html

Large diffs are not rendered by default.

586 changes: 586 additions & 0 deletions _build/html/_to_be_deleted_later/markdown.html

Large diffs are not rendered by default.

610 changes: 610 additions & 0 deletions _build/html/_to_be_deleted_later/notebooks.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _build/html/docs/101/01_data_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/01_data_types';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Variables and Assignment" href="02_variables_and_assignment.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/02_variables_and_assignment.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/02_variables_and_assignment';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Data Types and Type Conversion" href="03_type_conversion.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/03_type_conversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/03_type_conversion';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Built-in Functions and Help" href="04_built-in_functions.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/04_built-in_functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/04_built-in_functions';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Part 2" href="part2.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/05_lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/05_lists';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="For Loops" href="06_for_loops.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/06_for_loops.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/06_for_loops';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Conditionals" href="07_conditionals.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/07_conditionals.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/07_conditionals';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Getting Started with Data Analysis" href="../pandas/getting_started.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/part1.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/part1';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Data Types" href="01_data_types.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/101/part2.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/101/part2';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Lists" href="05_lists.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/dictionaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/dictionaries';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Dictionary for Absolute Beginners" href="dictionary_101.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/dictionary_101.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/dictionary_101';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Dictionary for Pandas" href="dictionary_pandas.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/dictionary_pandas.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/dictionary_pandas';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Get Help and Find Documentation" href="help_and_documentation.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/help_and_documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/help_and_documentation';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Part 1" href="../101/part1.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/interact.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/interact';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Learn All the New Words" href="dictionaries.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/interact_original.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/interact_original';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/setup';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Interact With This Book" href="interact.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/howto/sign_up.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/sign_up';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Install &amp; Run Python" href="setup.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/intro';</script>
<script src="../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Sign Up for a Course" href="howto/sign_up.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/00_pandas_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/00_pandas_start';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Pandas DataFrame" href="01_pandas_dataframe.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/01_pandas_dataframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/01_pandas_dataframe';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Read and Write Tabular Data" href="02_pandas_tabular_data.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/02_Pandas_tabular_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/02_pandas_tabular_data';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Subsets" href="03_pandas_subsets.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/03_Pandas_subsets.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/03_pandas_subsets';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="loc and iloc" href="04_pandas_loc_iloc.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/04-Variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/04-Variables';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/04_Pandas_loc_iloc.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/04_pandas_loc_iloc';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Summary Statistics" href="05_pandas_summary_statistics.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/05_pandas_summary_statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/05_pandas_summary_statistics';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="prev" title="loc and iloc" href="04_pandas_loc_iloc.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/pandas/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/pandas/getting_started';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Getting Started with Pandas" href="00_pandas_start.html" />
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/test/2024_ods.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/test/2024_ods';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
Expand Down
1 change: 1 addition & 0 deletions _build/html/docs/test/regex_and_frankenstein.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/test/regex_and_frankenstein';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
Expand Down
1 change: 1 addition & 0 deletions _build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'genindex';</script>
<script src="_static/custom.js?v=804187b3"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
Expand Down
Binary file modified _build/html/objects.inv
Binary file not shown.
Loading