-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
184 lines (153 loc) · 6.25 KB
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search — Scientific Python Lectures</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="_static/nature.css?v=c29d3f28" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/build/base-min.css" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=d2d258e8" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=f4aeca0c" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=2082cf3c" />
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" />
<script src="_static/documentation_options.js?v=5c1ee5ea"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=0729d509"></script>
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="_static/scroll_highlight_toc.js?v=cbac5d29"></script>
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>
<link rel="icon" href="_static/favicon.ico"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="search" title="Search" href="#" />
<script src="searchindex.js" defer="defer"></script>
<meta name="robots" content="noindex" />
<script defer data-domain="lectures.scientific-python.org" src="https://views.scientific-python.org/js/script.js"></script>
</head><body>
<!-- Use the header to add javascript -->
<script type="text/javascript">
// Function to toggle tip div
function toggle_tip_div(obj) {
$(obj).find("p.summary").remove();
var content = $(obj).text();
var html = $(obj).html();
if ($(obj).hasClass("collapsed")) {
// Expand
$(obj).html('<p class="summary"><img src="_static/minus.png"></p>' + html);
} else {
// Collapse
if(content.length > 50) {
content = content.substr(0, 47);
}
$(obj).html('<p class="summary"><img src="_static/plus.png">' + content + '...</p>' + html);
}
$(obj).toggleClass("collapsed");
}
$(document).ready(function () {
$(".tip").each(function() {
$(this).find("p.admonition-title").remove();
});
// Collapse all tips and add plus sign
$(".tip").each(function() { toggle_tip_div($(this)); });
$(".tip")
.click(function(event){
// Change state of the global button
$('div.related li.transparent').removeClass('transparent');
toggle_tip_div($(this));
if (event.target.tagName.toLowerCase() != "a") {
return true; //Makes links clickable
}
});
});
</script>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="nav-item nav-item-0"><a href="index.html">Scientific Python Lectures</a> »</li>
<li class="nav-item nav-item-this"><a href="">Search</a></li>
<!-- Insert a tip toggle in the navigation bar -->
<li class="left">
<!-- On click, expand all tips -->
<!--
<a>
<img src="_static/plus.png"
alt="Expand tips" style="padding: 1ex;"/>
<span class="hiddenlink">Collapse document to compact view</span>
</a>
-->
</li>
<li class="right edit_on_github"><a href="https://github.com/scipy-lectures/scientific-python-lectures/edit/main/search.rst">Edit
<span class="tooltip">
Improve this page:<br/>Edit it on Github.
</span>
</a>
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="search-documentation">Search</h1>
<noscript>
<div class="admonition warning">
<p>
Please activate JavaScript to enable the search
functionality.
</p>
</div>
</noscript>
<p>
Searching for multiple words only shows matches that contain
all words.
</p>
<form action="" method="get">
<input type="text" name="q" aria-labelledby="search-documentation" value="" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="search" />
<span id="search-progress" style="padding-left: 10px"></span>
</form>
<div id="search-results"></div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="nav-item nav-item-0"><a href="index.html">Scientific Python Lectures</a> »</li>
<li class="nav-item nav-item-this"><a href="">Search</a></li>
<!-- Insert a tip toggle in the navigation bar -->
<li class="left">
<!-- On click, expand all tips -->
<!--
<a>
<img src="_static/plus.png"
alt="Expand tips" style="padding: 1ex;"/>
<span class="hiddenlink">Collapse document to compact view</span>
</a>
-->
</li>
<li class="right edit_on_github"><a href="https://github.com/scipy-lectures/scientific-python-lectures/edit/main/search.rst">Edit
<span class="tooltip">
Improve this page:<br/>Edit it on Github.
</span>
</a>
</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2025.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
</div>
</body>
</html>