Skip to content

Commit b7830c2

Browse files
authored
remove only directives (#100)
1 parent a30c112 commit b7830c2

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

lectures/aiyagari.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ tags: [hide-output]
3737

3838
In this lecture, we describe the structure of a class of models that build on work by Truman Bewley {cite}`Bewley1977`.
3939

40-
```{only} html
41-
We begin by discussing an example of a Bewley model due to <a href=_static/lecture_specific/aiyagari/aiyagari_obit.pdf download>Rao Aiyagari</a>.
42-
```
43-
44-
```{only} latex
4540
We begin by discussing an example of a Bewley model due to [Rao Aiyagari](https://lectures.quantecon.org/_downloads/aiyagari_obit.pdf).
46-
```
4741

4842
The model features
4943

lectures/linear_algebra.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -837,15 +837,7 @@ $x$ that makes the distance $\| y - Ax\|$ as small as possible.
837837
To solve this problem, one can use either calculus or the theory of orthogonal
838838
projections.
839839

840-
```{only} html
841-
The solution is known to be $\hat x = (A'A)^{-1}A'y$ --- see for example
842-
chapter 3 of <a href=_static/lecture_specific/linear_algebra/course_notes.pdf download>these notes</a>.
843-
```
844-
845-
```{only} latex
846-
The solution is known to be $\hat x = (A'A)^{-1}A'y$ --- see for example
847-
chapter 3 of [these notes](https://lectures.quantecon.org/_downloads/course_notes.pdf).
848-
```
840+
The solution is known to be $\hat x = (A'A)^{-1}A'y$ --- see for example chapter 3 of [these notes](https://lectures.quantecon.org/_downloads/course_notes.pdf).
849841

850842
### More Columns than Rows
851843

lectures/linear_models.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,13 +1041,7 @@ $$
10411041

10421042
regardless of the initial conditions $\mu_0$ and $\Sigma_0$.
10431043

1044-
```{only} html
1045-
This is the *globally stable case* --- see <a href=_static/lecture_specific/linear_models/iteration_notes.pdf download>these notes</a> for more a theoretical treatment.
1046-
```
1047-
1048-
```{only} latex
10491044
This is the *globally stable case* --- see [these notes](https://lectures.quantecon.org/_downloads/iteration_notes.pdf) for more a theoretical treatment.
1050-
```
10511045

10521046
However, global stability is more than we need for stationary solutions, and often more than we want.
10531047

lectures/mle.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,8 @@ Let's have a look at the distribution of the data we'll be working with in this
134134

135135
Treisman's main source of data is *Forbes'* annual rankings of billionaires and their estimated net worth.
136136

137-
```{only} html
138-
The dataset `mle/fp.dta` can be downloaded <a href=/_static/lecture_specific/mle/fp.dta download>here</a>
139-
or from its [AER page](https://www.aeaweb.org/articles?id=10.1257/aer.p20161068).
140-
```
141-
142-
```{only} latex
143137
The dataset `mle/fp.dta` can be downloaded from [here](https://lectures.quantecon.org/_downloads/mle/fp.dta)
144138
or its [AER page](https://www.aeaweb.org/articles?id=10.1257/aer.p20161068).
145-
```
146139

147140
```{code-cell} python3
148141
pd.options.display.max_columns = 10

0 commit comments

Comments
 (0)