Skip to content

Commit 6529cc6

Browse files
authored
Merge pull request #50 from tyfolino/fix-chapter-titles
Fix chapter titles and filenames to match TOC order
2 parents 61223ed + 4f0f2d5 commit 6529cc6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

myst.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ project:
3131
- file: notebooks/ch1_Introduction.ipynb
3232
# - file: notebooks/ch2-mar-2023-tornado_jdh.ipynb
3333
- file: notebooks/ch3_TXfloods.ipynb
34-
- file: notebooks/bnf-mrms-qpe-hourly.ipynb
35-
- file: notebooks/ch4_realtimeData.ipynb
34+
- file: notebooks/ch4_bnf-mrms-qpe-hourly.ipynb
35+
- file: notebooks/ch5_realtimeData.ipynb
3636
error_rules:
3737
- rule: link-resolves
3838
severity: ignore
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cell_type": "markdown",
1515
"metadata": {},
1616
"source": [
17-
"# NOAA Multi-Radar / Multi-Sensor System (MRMS) at the BNF Field Site(s)"
17+
"# Chapter 4: NOAA Multi-Radar / Multi-Sensor System (MRMS) at the BNF Field Site(s)"
1818
]
1919
},
2020
{
@@ -583,4 +583,4 @@
583583
},
584584
"nbformat": 4,
585585
"nbformat_minor": 4
586-
}
586+
}

0 commit comments

Comments
 (0)