Skip to content

Commit 58665ea

Browse files
committed
Added chapter numbering
1 parent 2a63243 commit 58665ea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/book/_toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parts:
55
chapters:
66
- file: contrib/contributing
77
- caption: Coding in Python
8+
numbered: True
89
chapters:
910
- file: python/intro
1011
- file: python/StandardLibrary
@@ -17,18 +18,23 @@ parts:
1718
- file: python/DocStrings
1819
- file: python/UnitTesting
1920
- caption: Git and GitHub
21+
numbered: True
2022
chapters:
2123
- file: git/intro
2224
- caption: Basic Empirical Methods
25+
numbered: True
2326
chapters:
2427
- file: basic_empirics/BasicEmpirMethods
2528
- caption: Basic Machine Learning
29+
numbered: True
2630
chapters:
2731
- file: basic_ml/ml_intro
2832
- caption: Neural Nets and Deep Learning
33+
numbered: True
2934
chapters:
3035
- file: deep_learn/intro
3136
- caption: Structural Estimation
37+
numbered: True
3238
chapters:
3339
- file: struct_est/intro
3440
- file: struct_est/MaxLikelihood

0 commit comments

Comments
 (0)