Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: remove content blocks for consistency #339

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions lectures/ar1_processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kernelspec:
</div>
```

(ar1_processes)=
# AR1 Processes

```{admonition} Migrated lecture
Expand All @@ -29,10 +30,6 @@ This lecture has moved from our [Intermediate Quantitative Economics with Python
```{index} single: Autoregressive processes
```

```{contents} Contents
:depth: 2
```

## Overview

In this lecture we are going to study a very simple class of stochastic
Expand Down
4 changes: 0 additions & 4 deletions lectures/eigen_II.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ kernelspec:
```{index} single: The Perron-Frobenius Theorem
```

```{contents} Contents
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
Expand Down
4 changes: 0 additions & 4 deletions lectures/heavy_tails.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ kernelspec:
(heavy_tail)=
# Heavy-Tailed Distributions

```{contents} Contents
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
Expand Down
4 changes: 0 additions & 4 deletions lectures/markov_chains_I.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ kernelspec:
```{index} single: Markov Chains: Basic Concepts and Stationarity
```

```{contents} Contents
:depth: 2
```

In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
Expand Down
5 changes: 0 additions & 5 deletions lectures/markov_chains_II.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ kernelspec:
```{index} single: Markov Chains: Irreducibility and Ergodicity
```

```{contents} Contents
:depth: 2
```


In addition to what's in Anaconda, this lecture will need the following libraries:

```{code-cell} ipython3
Expand Down
4 changes: 0 additions & 4 deletions lectures/prob_dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ kernelspec:
```{index} single: Distributions and Probabilities
```

```{contents} Contents
:depth: 2
```

## Outline

In this lecture we give a quick introduction to data and probability distributions using Python.
Expand Down
7 changes: 2 additions & 5 deletions lectures/scalar_dynam.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ kernelspec:
</div>
```

# {index}`Dynamics in One Dimension <single: Dynamics in One Dimension>`

```{contents} Contents
:depth: 2
```
(scalar_dynam)=
# Dynamics in One Dimension

## Overview

Expand Down
4 changes: 0 additions & 4 deletions lectures/schelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ kernelspec:
```{index} single: Models; Schelling's Segregation Model
```

```{contents} Contents
:depth: 2
```

## Outline

In 1969, Thomas C. Schelling developed a simple but striking model of racial
Expand Down
4 changes: 0 additions & 4 deletions lectures/short_path.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ kernelspec:
```{index} single: Dynamic Programming; Shortest Paths
```

```{contents} Contents
:depth: 2
```

## Overview

The shortest path problem is a [classic problem](https://en.wikipedia.org/wiki/Shortest_path) in mathematics and computer science with applications in
Expand Down
4 changes: 0 additions & 4 deletions lectures/supply_demand_heterogeneity.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ kernelspec:
(supply_demand_heterogeneity)=
# Market Equilibrium with Heterogeneity

```{contents} Contents
:depth: 2
```

## Overview

In the {doc}`previous lecture
Expand Down
4 changes: 0 additions & 4 deletions lectures/time_series_with_matrices.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Univariate Time Series with Matrix Algebra

```{contents} Contents
:depth: 2
```

## Overview

This lecture uses matrices to solve some linear difference equations.
Expand Down
4 changes: 0 additions & 4 deletions lectures/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ kernelspec:

# Troubleshooting

```{contents} Contents
:depth: 2
```

This page is for readers experiencing errors when running the code from the lectures.

## Fixing your local environment
Expand Down
Loading