33 < head >
44 <!-- Book generated using mdBook -->
55 < meta charset ="UTF-8 ">
6- < title > Chapter 1 - RustPython docs</ title >
6+ < title > Introduction - RustPython docs</ title >
77
88
99 < meta content ="text/html; charset=utf-8 " http-equiv ="Content-Type ">
8181
8282 < nav id ="sidebar " class ="sidebar " aria-label ="Table of contents ">
8383 < 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 >
8585 </ div >
8686 < div id ="sidebar-resize-handle " class ="sidebar-resize-handle "> </ div >
8787 </ nav >
9090
9191 < div class ="page ">
9292
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+
124123 </ div >
125124 </ div >
126125
@@ -148,7 +147,8 @@ <h1 class="menu-title">RustPython docs</h1>
148147
149148 < div id ="content " class ="content ">
150149 < 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 >
152152
153153 </ main >
154154
@@ -157,6 +157,10 @@ <h1><a class="header" href="#chapter-1" id="chapter-1">Chapter 1</a></h1>
157157
158158
159159
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+
160164
161165 < div style ="clear: both "> </ div >
162166 </ nav >
@@ -167,6 +171,10 @@ <h1><a class="header" href="#chapter-1" id="chapter-1">Chapter 1</a></h1>
167171
168172
169173
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+
170178 </ nav >
171179
172180 </ div >
0 commit comments