3
3
< head >
4
4
<!-- Book generated using mdBook -->
5
5
< meta charset ="UTF-8 ">
6
- < title > Chapter 1 - RustPython docs</ title >
6
+ < title > Introduction - RustPython docs</ title >
7
7
8
8
9
9
< meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
81
81
82
82
< nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
83
83
< div id ="sidebar-scrollbox " class ="sidebar-scrollbox ">
84
- < ol class ="chapter "> < li class ="expanded "> < a href ="chapter_1 .html "> < strong aria-hidden ="true "> 1.</ strong > Chapter 1 </ a > </ li > </ ol >
84
+ < ol class ="chapter "> < li class ="expanded "> < a href ="intro .html "> < strong aria-hidden ="true "> 1.</ strong > Introduction </ a > </ li > < li class =" expanded " > < a href =" writing_functions.html " > < strong aria-hidden =" true " > 2. </ strong > Writing Functions </ a > </ li > </ ol >
85
85
</ div >
86
86
< div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
87
87
</ nav >
90
90
91
91
< div class ="page ">
92
92
93
- < div id ="menu-bar " class ="menu-bar ">
94
- < div id ="menu-bar-sticky-container ">
95
- < div class ="left-buttons ">
96
- < button id ="sidebar-toggle " class ="icon-button " type ="button " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
97
- < i class ="fa fa-bars "> </ i >
98
- </ button >
99
- < button id ="theme-toggle " class ="icon-button " type ="button " title ="Change theme " aria-label ="Change theme " aria-haspopup ="true " aria-expanded ="false " aria-controls ="theme-list ">
100
- < i class ="fa fa-paint-brush "> </ i >
101
- </ button >
102
- < ul id ="theme-list " class ="theme-popup " aria-label ="Themes " role ="menu ">
103
- < li role ="none "> < button role ="menuitem " class ="theme " id ="light "> Light (default)</ button > </ li >
104
- < li role ="none "> < button role ="menuitem " class ="theme " id ="rust "> Rust</ button > </ li >
105
- < li role ="none "> < button role ="menuitem " class ="theme " id ="coal "> Coal</ button > </ li >
106
- < li role ="none "> < button role ="menuitem " class ="theme " id ="navy "> Navy</ button > </ li >
107
- < li role ="none "> < button role ="menuitem " class ="theme " id ="ayu "> Ayu</ button > </ li >
108
- </ ul >
109
-
110
- < button id ="search-toggle " class ="icon-button " type ="button " title ="Search. (Shortkey: s) " aria-label ="Toggle Searchbar " aria-expanded ="false " aria-keyshortcuts ="S " aria-controls ="searchbar ">
111
- < i class ="fa fa-search "> </ i >
112
- </ button >
113
-
114
- </ div >
115
-
116
- < h1 class ="menu-title "> RustPython docs</ h1 >
117
-
118
- < div class ="right-buttons ">
119
- < a href ="print.html " title ="Print this book " aria-label ="Print this book ">
120
- < i id ="print-button " class ="fa fa-print "> </ i >
121
- </ a >
122
-
123
- </ div >
93
+ < div id ="menu-bar-hover-placeholder "> </ div >
94
+ < div id ="menu-bar " class ="menu-bar sticky bordered ">
95
+ < div class ="left-buttons ">
96
+ < button id ="sidebar-toggle " class ="icon-button " type ="button " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
97
+ < i class ="fa fa-bars "> </ i >
98
+ </ button >
99
+ < button id ="theme-toggle " class ="icon-button " type ="button " title ="Change theme " aria-label ="Change theme " aria-haspopup ="true " aria-expanded ="false " aria-controls ="theme-list ">
100
+ < i class ="fa fa-paint-brush "> </ i >
101
+ </ button >
102
+ < ul id ="theme-list " class ="theme-popup " aria-label ="Themes " role ="menu ">
103
+ < li role ="none "> < button role ="menuitem " class ="theme " id ="light "> Light (default)</ button > </ li >
104
+ < li role ="none "> < button role ="menuitem " class ="theme " id ="rust "> Rust</ button > </ li >
105
+ < li role ="none "> < button role ="menuitem " class ="theme " id ="coal "> Coal</ button > </ li >
106
+ < li role ="none "> < button role ="menuitem " class ="theme " id ="navy "> Navy</ button > </ li >
107
+ < li role ="none "> < button role ="menuitem " class ="theme " id ="ayu "> Ayu</ button > </ li >
108
+ </ ul >
109
+
110
+ < button id ="search-toggle " class ="icon-button " type ="button " title ="Search. (Shortkey: s) " aria-label ="Toggle Searchbar " aria-expanded ="false " aria-keyshortcuts ="S " aria-controls ="searchbar ">
111
+ < i class ="fa fa-search "> </ i >
112
+ </ button >
113
+
114
+ </ div >
115
+
116
+ < h1 class ="menu-title "> RustPython docs</ h1 >
117
+
118
+ < div class ="right-buttons ">
119
+ < a href ="print.html " title ="Print this book " aria-label ="Print this book ">
120
+ < i id ="print-button " class ="fa fa-print "> </ i >
121
+ </ a >
122
+
124
123
</ div >
125
124
</ div >
126
125
@@ -148,7 +147,8 @@ <h1 class="menu-title">RustPython docs</h1>
148
147
149
148
< div id ="content " class ="content ">
150
149
< main >
151
- < h1 > < a class ="header " href ="#chapter-1 " id ="chapter-1 "> Chapter 1</ a > </ h1 >
150
+ < h1 > < a class ="header " href ="#rustpython-docs " id ="rustpython-docs "> RustPython Docs</ a > </ h1 >
151
+ < h3 > < a class ="header " href ="#feel-free-to-browse-the-table-of-contents-on-the-right " id ="feel-free-to-browse-the-table-of-contents-on-the-right "> Feel free to browse the table of contents on the right</ a > </ h3 >
152
152
153
153
</ main >
154
154
@@ -157,6 +157,10 @@ <h1><a class="header" href="#chapter-1" id="chapter-1">Chapter 1</a></h1>
157
157
158
158
159
159
160
+ < a rel ="next " href ="writing_functions.html " class ="mobile-nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
161
+ < i class ="fa fa-angle-right "> </ i >
162
+ </ a >
163
+
160
164
161
165
< div style ="clear: both "> </ div >
162
166
</ nav >
@@ -167,6 +171,10 @@ <h1><a class="header" href="#chapter-1" id="chapter-1">Chapter 1</a></h1>
167
171
168
172
169
173
174
+ < a rel ="next " href ="writing_functions.html " class ="nav-chapters next " title ="Next chapter " aria-label ="Next chapter " aria-keyshortcuts ="Right ">
175
+ < i class ="fa fa-angle-right "> </ i >
176
+ </ a >
177
+
170
178
</ nav >
171
179
172
180
</ div >
0 commit comments