Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 66c5c8f

Browse files
committed
toc change
1 parent 80a4470 commit 66c5c8f

File tree

1 file changed

+55
-52
lines changed

1 file changed

+55
-52
lines changed

book/_toc.yml

Lines changed: 55 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -124,56 +124,59 @@ parts:
124124
chapters:
125125
- file: End-of-course-survey.md
126126

127-
- caption: In a Nutshell
128-
- caption: "Part 1: Python Standard Library "
129-
numbered: 2
130-
chapters:
131-
- file: basics/nutshell.md
132-
title: Basics
133-
sections:
134-
- file: basics/nutshell/hello.ipynb
135-
- file: basics/nutshell/variables.ipynb
136-
- file: basics/nutshell/operators.ipynb
137-
- file: basics/nutshell/functions.ipynb
138-
- file: flow/nutshell.md
139-
title: Flow
140-
sections:
141-
- file: flow/nutshell/conditions.ipynb
142-
- file: flow/nutshell/structures.ipynb
143-
- file: beyond/nutshell.md
144-
title: Beyond the Basics
145-
sections:
146-
- file: beyond/nutshell/strings.ipynb
147-
title: Strings
148-
- file: beyond/nutshell/functions.ipynb
149-
title: Functions
150-
- file: beyond/nutshell/files.ipynb
151-
title: Files
152-
- file: objects/nutshell.md
153-
title: Objects and References
154-
sections:
155-
- file: objects/nutshell/object.ipynb
156-
title: Objects and References
157-
- file: modules/nutshell.md
158-
title: Modules
159-
sections:
160-
- file: modules/nutshell/modules.ipynb
161-
title: Modules
127+
- caption: In a Nutshell
128+
chapters:
129+
- caption: "Part 1: Python Standard Library"
130+
numbered: true
131+
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
159+
title: Modules
160+
sections:
161+
- file: modules/nutshell/modules
162+
title: Modules
163+
162164
- caption: "Part 2: Other Libraries"
163-
- file: numpy/nutshell.md
164-
title: Numpy
165-
sections:
166-
- file: numpy/nutshell/numpy.ipynb
167-
title: Numpy
168-
- file: pandas/nutshell.md
169-
title: Pandas
170-
sections:
171-
- file: pandas/nutshell/introduction.ipynb
172-
- file: pandas/nutshell/series.ipynb
173-
- file: pandas/nutshell/frame.ipynb
174-
- file: pandas/nutshell/attributes.ipynb
175-
- file: matplotlib/nutshell.md
176-
title: Matplotlib
177-
sections:
178-
- file: matplotlib/nutshell/nutshell.ipynb
179-
title: Matplotlib
165+
chapters:
166+
- file: numpy/nutshell
167+
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
179+
title: Matplotlib
180+
sections:
181+
- file: matplotlib/nutshell/nutshell
182+
title: Matplotlib

0 commit comments

Comments
 (0)