Skip to content

[intro] wrap intro sentence about website into an only directive for html #141

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

Merged
merged 3 commits into from
Jul 27, 2021
Merged
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: 4 additions & 1 deletion lectures/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ kernelspec:

# Quantitative Economics with Python

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

```{admonition} News
[QuantEcon](https://quantecon.org) is moving to the [Jupyter Book](https://jupyterbook.org/intro.html)
Expand All @@ -24,9 +26,10 @@ ecosystem. Please send feedback to [[email protected]](mailto:contact@quante

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

````{only} html
```{tableofcontents}
```

````

```{admonition} Previous website
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.
Expand Down