Skip to content

Commit 7159d5c

Browse files
committed
deploy: 08799fb
1 parent 43945d4 commit 7159d5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+138
-1
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 527f71d4c4939a857d72d2cd5de52e0d
3+
config: 8399205e72e312c1084759699d7d4dfd
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

README.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3636
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
38+
<link rel="stylesheet" type="text/css" href="_static/custom_hide.css?v=bcf9f84e" />
3839

3940
<!-- Pre-loaded scripts that we'll load fully later -->
4041
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -58,6 +59,7 @@
5859
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
5960
<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>
6061
<script>DOCUMENTATION_OPTIONS.pagename = 'README';</script>
62+
<script src="_static/custom_toggle.js?v=36e5da05"></script>
6163
<link rel="index" title="Index" href="genindex.html" />
6264
<link rel="search" title="Search" href="search.html" />
6365
<meta name="viewport" content="width=device-width, initial-scale=1"/>

_static/custom_hide.css

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/* Hide all sidebar elements, including the toggle button and search */
2+
#site-navigation,
3+
.bd-sidebar-primary,
4+
.bd-toc,
5+
.bd-sidebar,
6+
#left-sidebar,
7+
#site-navigation,
8+
#site-navigation-scroll,
9+
#site-navigation .sidebar-header,
10+
#site-navigation .sidebar-search,
11+
#site-navigation .sidebar-content,
12+
#site-navigation .sidebar-footer,
13+
#site-navigation .sidebar-toggle,
14+
.sidebar-toggle,
15+
.bd-sidebar-primary-toggle,
16+
#site-navigation .search-button,
17+
#site-navigation .search-container,
18+
#site-navigation .search-input,
19+
#site-navigation .search-results,
20+
#site-navigation .search-clear,
21+
#site-navigation .search-icon {
22+
display: none !important;
23+
}
24+
25+
/* Hide the hamburger menu (sidebar toggle) in the top bar */
26+
.sidebar-toggle,
27+
.bd-sidebar-primary-toggle {
28+
display: none !important;
29+
}
30+
31+
/* Expand main content to full width */
32+
.bd-main .bd-content {
33+
margin-left: 0 !important;
34+
max-width: 100% !important;
35+
background: #ffe4e1 !important; /* light pink */
36+
}
37+
38+
/* Hide the footer */
39+
#jb-footer, .footer, .bd-footer {
40+
display: none !important;
41+
}
42+
43+
/* Hide the theme switcher button */
44+
.theme-switch-button, .toggle-switch {
45+
display: none !important;
46+
}

_static/custom_toggle.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// custom_toggle.js
2+
window.addEventListener("DOMContentLoaded", function () {
3+
// Find the sidebar toggle button (hamburger menu)
4+
var toggle = document.querySelector(
5+
".sidebar-toggle, .bd-sidebar-primary-toggle"
6+
);
7+
// If the sidebar is open, click to close it
8+
if (toggle) {
9+
if (document.body.classList.contains("bd-sidebar-primary--visible")) {
10+
toggle.click();
11+
}
12+
}
13+
});

courses/ray-101/1_AI_Libs_Intro.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3636
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
38+
<link rel="stylesheet" type="text/css" href="../../_static/custom_hide.css?v=bcf9f84e" />
3839

3940
<!-- Pre-loaded scripts that we'll load fully later -->
4041
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -58,6 +59,7 @@
5859
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
5960
<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>
6061
<script>DOCUMENTATION_OPTIONS.pagename = 'courses/ray-101/1_AI_Libs_Intro';</script>
62+
<script src="../../_static/custom_toggle.js?v=36e5da05"></script>
6163
<link rel="index" title="Index" href="../../genindex.html" />
6264
<link rel="search" title="Search" href="../../search.html" />
6365
<meta name="viewport" content="width=device-width, initial-scale=1"/>

courses/ray-101/2_Intro_Train.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3636
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
38+
<link rel="stylesheet" type="text/css" href="../../_static/custom_hide.css?v=bcf9f84e" />
3839

3940
<!-- Pre-loaded scripts that we'll load fully later -->
4041
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -58,6 +59,7 @@
5859
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
5960
<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>
6061
<script>DOCUMENTATION_OPTIONS.pagename = 'courses/ray-101/2_Intro_Train';</script>
62+
<script src="../../_static/custom_toggle.js?v=36e5da05"></script>
6163
<link rel="index" title="Index" href="../../genindex.html" />
6264
<link rel="search" title="Search" href="../../search.html" />
6365
<meta name="viewport" content="width=device-width, initial-scale=1"/>

courses/ray-101/3_Intro_Tune.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3636
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
38+
<link rel="stylesheet" type="text/css" href="../../_static/custom_hide.css?v=bcf9f84e" />
3839

3940
<!-- Pre-loaded scripts that we'll load fully later -->
4041
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -58,6 +59,7 @@
5859
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
5960
<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>
6061
<script>DOCUMENTATION_OPTIONS.pagename = 'courses/ray-101/3_Intro_Tune';</script>
62+
<script src="../../_static/custom_toggle.js?v=36e5da05"></script>
6163
<link rel="index" title="Index" href="../../genindex.html" />
6264
<link rel="search" title="Search" href="../../search.html" />
6365
<meta name="viewport" content="width=device-width, initial-scale=1"/>

courses/ray-101/4_Intro_Data.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3636
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
38+
<link rel="stylesheet" type="text/css" href="../../_static/custom_hide.css?v=bcf9f84e" />
3839

3940
<!-- Pre-loaded scripts that we'll load fully later -->
4041
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -58,6 +59,7 @@
5859
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
5960
<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>
6061
<script>DOCUMENTATION_OPTIONS.pagename = 'courses/ray-101/4_Intro_Data';</script>
62+
<script src="../../_static/custom_toggle.js?v=36e5da05"></script>
6163
<link rel="index" title="Index" href="../../genindex.html" />
6264
<link rel="search" title="Search" href="../../search.html" />
6365
<meta name="viewport" content="width=device-width, initial-scale=1"/>

courses/ray-101/5_Intro_Serve.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3636
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
38+
<link rel="stylesheet" type="text/css" href="../../_static/custom_hide.css?v=bcf9f84e" />
3839

3940
<!-- Pre-loaded scripts that we'll load fully later -->
4041
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -58,6 +59,7 @@
5859
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
5960
<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>
6061
<script>DOCUMENTATION_OPTIONS.pagename = 'courses/ray-101/5_Intro_Serve';</script>
62+
<script src="../../_static/custom_toggle.js?v=36e5da05"></script>
6163
<link rel="index" title="Index" href="../../genindex.html" />
6264
<link rel="search" title="Search" href="../../search.html" />
6365
<meta name="viewport" content="width=device-width, initial-scale=1"/>

courses/ray-101/output/1_AI_Libs_Intro_01.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<link rel="stylesheet" type="text/css" href="../../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
3636
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-thebe.css?v=4fa983c6" />
3737
<link rel="stylesheet" type="text/css" href="../../../_static/sphinx-design.min.css?v=95c83b7e" />
38+
<link rel="stylesheet" type="text/css" href="../../../_static/custom_hide.css?v=bcf9f84e" />
3839

3940
<!-- Pre-loaded scripts that we'll load fully later -->
4041
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
@@ -58,6 +59,7 @@
5859
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
5960
<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>
6061
<script>DOCUMENTATION_OPTIONS.pagename = 'courses/ray-101/output/1_AI_Libs_Intro_01';</script>
62+
<script src="../../../_static/custom_toggle.js?v=36e5da05"></script>
6163
<link rel="index" title="Index" href="../../../genindex.html" />
6264
<link rel="search" title="Search" href="../../../search.html" />
6365
<link rel="next" title="1. Overview of the Ray AI Libraries" href="1_AI_Libs_Intro_02.html" />

0 commit comments

Comments
 (0)