Skip to content

Commit 8571bb8

Browse files
committed
reverting changes to toc and config
1 parent aa37ac0 commit 8571bb8

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

lectures/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ title: QuantEcon DataScience
22
author: Chase Coleman, Spencer Lyon, and Jesse Perla
33
logo: _static/datascience-logo.png
44
description: This website presents a series of lectures on programming, data science, and economics.
5-
only_build_toc_files: true
65

76
execute:
87
execute_notebooks: "force"

lectures/_toc.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
11
format: jb-book
22
root: index
33
parts:
4+
- caption: Introduction
5+
chapters:
6+
- file: introduction/index
7+
- file: introduction/overview
8+
- file: introduction/getting_started
9+
- file: introduction/cloud_setup
10+
- file: introduction/local_install
11+
- file: introduction/troubleshooting
12+
- caption: Python Fundamentals
13+
chapters:
14+
- file: python_fundamentals/index
15+
- file: python_fundamentals/basics
16+
- file: python_fundamentals/collections
17+
- file: python_fundamentals/control_flow
18+
- file: python_fundamentals/functions
19+
- caption: Scientific Computing
20+
chapters:
21+
- file: scientific/index
22+
- file: scientific/numpy_arrays
23+
- file: scientific/plotting
24+
- file: scientific/applied_linalg
25+
- file: scientific/randomness
26+
- file: scientific/optimization
27+
- caption: Pandas
28+
chapters:
29+
- file: pandas/index
30+
- file: pandas/intro
31+
- file: pandas/basics
32+
- file: pandas/the_index
33+
- file: pandas/storage_formats
34+
- file: pandas/data_clean
35+
- file: pandas/reshape
36+
- file: pandas/merge
37+
- file: pandas/groupby
38+
- file: pandas/timeseries
39+
- file: pandas/matplotlib
440
- caption: Applications
541
chapters:
42+
- file: applications/index
43+
- file: applications/visualization_rules
644
- file: applications/regression
45+
- file: applications/recidivism
46+
- file: applications/maps
47+
- file: applications/classification
48+
- file: applications/working_with_text
49+
- file: applications/ml_in_economics
50+
- file: applications/heterogeneity

0 commit comments

Comments
 (0)