Skip to content

Commit

Permalink
MAINT: remove content blocks for consistency (#339)
Browse files Browse the repository at this point in the history
* MAINT: remove content blocks for consistency

* remove duplicate target
  • Loading branch information
mmcky authored Jan 29, 2024
1 parent 86ba660 commit decbadf
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 50 deletions.
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

0 comments on commit decbadf

Please sign in to comment.