Skip to content

Commit 5b5e342

Browse files
jstacclaude
andauthored
Reorganize table of contents structure (#428)
* Reorganize table of contents structure - Rename "The Scientific Libraries" to "Foundations of Scientific Computing" - Create new "Working with Data" section for Pandas content - Rename "Advanced Python Programming" to "More Python Programming" - Reorganize content placement for better logical flow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * misc --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7708e8a commit 5b5e342

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

lectures/_toc.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,32 @@ parts:
1212
- file: oop_intro
1313
- file: names
1414
- file: python_oop
15-
- file: workspace
16-
- caption: The Scientific Libraries
15+
- caption: Foundations of Scientific Computing
1716
numbered: true
1817
chapters:
1918
- file: need_for_speed
2019
- file: numpy
2120
- file: matplotlib
2221
- file: scipy
23-
- file: pandas
24-
- file: pandas_panel
25-
- file: sympy
2622
- caption: High Performance Computing
2723
numbered: true
2824
chapters:
2925
- file: numba
3026
- file: parallelization
3127
- file: jax_intro
32-
- caption: Advanced Python Programming
28+
- caption: Working with Data
29+
numbered: true
30+
chapters:
31+
- file: pandas
32+
- file: pandas_panel
33+
- caption: More Python Programming
3334
numbered: true
3435
chapters:
3536
- file: writing_good_code
37+
- file: workspace
3638
- file: python_advanced_features
3739
- file: debugging
40+
- file: sympy
3841
- caption: Other
3942
numbered: true
4043
chapters:

lectures/sympy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,4 +712,4 @@ solve(Eq(log_bino_diff, 0), θ)[0]
712712
```
713713

714714
```{solution-end}
715-
```
715+
```

0 commit comments

Comments
 (0)