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: upgrade theme and author information #329

Merged
merged 2 commits into from
Dec 21, 2023
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
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pip:
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.6.0
- quantecon-book-theme==0.7.1
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
Expand Down
6 changes: 6 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ sphinx:
html_theme: quantecon_book_theme
html_static_path: ['_static']
html_theme_options:
authors:
- name: Thomas J. Sargent
url: http://www.tomsargent.com/
- name: John Stachurski
url: https://johnstachurski.net/
dark_logo: quantecon-logo-transparent.png
header_organisation_url: https://quantecon.org
header_organisation: QuantEcon
repository_url: https://github.com/QuantEcon/lecture-python-intro
Expand Down
Binary file added lectures/_static/quantecon-logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions lectures/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ kernelspec:

This lecture series provides an introduction to quantitative economics using Python.

The lectures were designed and written by [Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/),
with extensive help from the rest of the QuantEcon team.

```{tableofcontents}
```

Loading