Skip to content

Commit 92b7720

Browse files
authored
[intro] wrap intro sentence about website into an only directive for html (#141)
* wrap intro sentence about website into an only directive for html * add tableofcontents to website only in intro
1 parent 70a80c4 commit 92b7720

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lectures/intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ kernelspec:
1111

1212
# Quantitative Economics with Python
1313

14+
```{only} html
1415
This website presents a set of lectures on quantitative economic modeling, designed and written by
1516
[Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/).
17+
```
1618

1719
For an overview of the series, see [this page](https://quantecon.org/python-lectures/)
1820

21+
````{only} html
1922
```{tableofcontents}
2023
```
21-
24+
````
2225

2326
```{admonition} Previous website
2427
While this new site will receive all future updates, you may still view the [old site here](http://rst-python.quantecon.org) for the next month.

0 commit comments

Comments
 (0)