Skip to content

Commit 7a98e89

Browse files
authored
MAINT: upgrade theme and author information (#329)
* MAINT: upgrade theme and author information * add transparent logo
1 parent 8923f9e commit 7a98e89

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- pip:
1010
- jupyter-book==0.15.1
1111
- docutils==0.17.1
12-
- quantecon-book-theme==0.6.0
12+
- quantecon-book-theme==0.7.1
1313
- sphinx-tojupyter==0.3.0
1414
- sphinxext-rediraffe==0.2.7
1515
- sphinx-exercise==0.4.1

lectures/_config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ sphinx:
4646
html_theme: quantecon_book_theme
4747
html_static_path: ['_static']
4848
html_theme_options:
49+
authors:
50+
- name: Thomas J. Sargent
51+
url: http://www.tomsargent.com/
52+
- name: John Stachurski
53+
url: https://johnstachurski.net/
54+
dark_logo: quantecon-logo-transparent.png
4955
header_organisation_url: https://quantecon.org
5056
header_organisation: QuantEcon
5157
repository_url: https://github.com/QuantEcon/lecture-python-intro
49.6 KB
Loading

lectures/intro.md

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ kernelspec:
1313

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

16-
The lectures were designed and written by [Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/),
17-
with extensive help from the rest of the QuantEcon team.
18-
1916
```{tableofcontents}
2017
```
2118

0 commit comments

Comments
 (0)