@@ -124,59 +124,59 @@ parts:
124124 chapters :
125125 - file : End-of-course-survey.md
126126
127- - caption : In a Nutshell
128- chapters :
127+ - caption : In a Nutshell
128+ chapters :
129129 - caption : " Part 1: Python Standard Library"
130130 numbered : true
131131 chapters :
132- - file : basics/nutshell
133- title : Basics
134- sections :
135- - file : basics/nutshell/hello
136- - file : basics/nutshell/variables
137- - file : basics/nutshell/operators
138- - file : basics/nutshell/functions
139- - file : flow/nutshell
140- title : Flow
141- sections :
142- - file : flow/nutshell/conditions
143- - file : flow/nutshell/structures
144- - file : beyond/nutshell
145- title : Beyond the Basics
146- sections :
147- - file : beyond/nutshell/strings
148- title : Strings
149- - file : beyond/nutshell/functions
150- title : Functions
151- - file : beyond/nutshell/files
152- title : Files
153- - file : objects/nutshell
154- title : Objects and References
155- sections :
156- - file : objects/nutshell/object
157- title : Objects and References
158- - file : modules/nutshell
132+ - file : basics/nutshell.md
133+ title : Basics
134+ sections :
135+ - file : basics/nutshell/hello.ipynb
136+ - file : basics/nutshell/variables.ipynb
137+ - file : basics/nutshell/operators.ipynb
138+ - file : basics/nutshell/functions.ipynb
139+ - file : flow/nutshell.md
140+ title : Flow
141+ sections :
142+ - file : flow/nutshell/conditions.ipynb
143+ - file : flow/nutshell/structures.ipynb
144+ - file : beyond/nutshell.md
145+ title : Beyond the Basics
146+ sections :
147+ - file : beyond/nutshell/strings.ipynb
148+ title : Strings
149+ - file : beyond/nutshell/functions.ipynb
150+ title : Functions
151+ - file : beyond/nutshell/files.ipynb
152+ title : Files
153+ - file : objects/nutshell.md
154+ title : Objects and References
155+ sections :
156+ - file : objects/nutshell/object.ipynb
157+ title : Objects and References.ipynb
158+ - file : modules/nutshell.md
159+ title : Modules
160+ sections :
161+ - file : modules/nutshell/modules.ipynb
159162 title : Modules
160- sections :
161- - file : modules/nutshell/modules
162- title : Modules
163163
164164 - caption : " Part 2: Other Libraries"
165165 chapters :
166- - file : numpy/nutshell
166+ - file : numpy/nutshell.md
167+ title : Numpy
168+ sections :
169+ - file : numpy/nutshell/numpy.ipynb
167170 title : Numpy
168- sections :
169- - file : numpy/nutshell/numpy
170- title : Numpy
171- - file : pandas/nutshell
172- title : Pandas
173- sections :
174- - file : pandas/nutshell/introduction
175- - file : pandas /nutshell/series
176- - file : pandas/nutshell/frame
177- - file : pandas/nutshell/attributes
178- - file : matplotlib/nutshell
171+ - file : pandas/nutshell.md
172+ title : Pandas
173+ sections :
174+ - file : pandas/nutshell/introduction.ipynb
175+ - file : pandas/nutshell/series.ipynb
176+ - file : pandas/nutshell/frame.ipynb
177+ - file : pandas/nutshell/attributes.ipynb
178+ - file : matplotlib /nutshell.md
179+ title : Matplotlib
180+ sections :
181+ - file : matplotlib/nutshell/nutshell.ipynb
179182 title : Matplotlib
180- sections :
181- - file : matplotlib/nutshell/nutshell
182- title : Matplotlib
0 commit comments