Skip to content

Commit c53db5a

Browse files
committed
Add new sections.
1 parent c416cd0 commit c53db5a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

pct/_toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ chapters:
1616
- file: modules/04/intro.md
1717
sections:
1818
- file: modules/04/linear-equations.ipynb
19+
- file: modules/04/nonlinear-equations.ipynb
20+
- file: modules/04/acceleration.ipynb
1921
- file: notebooks
2022
- file: markdown-notebooks

pct/modules/04/acceleration.ipynb

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Numerical Acceleration"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": null,
13+
"metadata": {},
14+
"outputs": [],
15+
"source": []
16+
}
17+
],
18+
"metadata": {
19+
"language_info": {
20+
"name": "python"
21+
}
22+
},
23+
"nbformat": 4,
24+
"nbformat_minor": 2
25+
}

0 commit comments

Comments
 (0)