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

Commit 6eaf1f6

Browse files
committed
chapter7-Numpy
1 parent 3b535fb commit 6eaf1f6

14 files changed

Lines changed: 974 additions & 7 deletions

File tree

book/_toc.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,16 @@ parts:
6666
- caption: "Part 2: Other Libraries"
6767
numbered: true
6868
chapters:
69-
- file: 05/Theory/01.ipynb
69+
- file: numpy.md
70+
title: Numpy
7071
sections:
71-
- file: 05/Exercises/01.ipynb
72-
- file: 05/Exercises/02.ipynb
72+
- file: numpy/introduction.ipynb
73+
- file: numpy/1d.ipynb
74+
- file: numpy/2d.ipynb
75+
- file: numpy/Exercises/01.ipynb
76+
title: "Exercise 1: Airplane velocity"
77+
- file: numpy/Exercises/02.ipynb
78+
title: "Exercise 2: Bending Moment on Bridge"
7379
- file: 06/Theory/01.ipynb
7480
sections:
7581
- file: 06/Exercises/01.ipynb
@@ -116,7 +122,12 @@ parts:
116122
sections:
117123
- file: module/nutshell/modules.ipynb
118124
title: Modules
119-
- file: 04/In_a_Nutshell/01.ipynb
125+
- file: numpy/nutshell.md
126+
title: Numpy
127+
sections:
128+
- file: numpy/nutshell/numpy.ipynb
129+
title: Numpy
130+
- file: numpy/In_a_Nutshell/01.ipynb
120131
- file: 05/In_a_Nutshell/01.ipynb
121132
- file: 06/In_a_Nutshell/01.ipynb
122133
- file: 07/In_a_Nutshell/01.ipynb

book/basics/nutshell.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

book/numpy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Numpy
2+
3+
This chapter is all about...
4+
5+
% a short overview for this chapter
6+

0 commit comments

Comments
 (0)