Skip to content

Commit 84c7285

Browse files
authored
MAINT: upgrade quantecon-book-theme and author information (#154)
* MAINT: Upgrade to quantecon-book-theme==0.7.1 * update author information
1 parent 561448a commit 84c7285

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip:
99
- jupyter-book==0.15.1
1010
- docutils==0.17.1
11-
- quantecon-book-theme==0.6.0
11+
- quantecon-book-theme==0.7.1
1212
- sphinx-tojupyter==0.3.0
1313
- sphinxext-rediraffe==0.2.7
1414
- sphinx-exercise==0.4.1

lectures/_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ sphinx:
7474
html_theme: quantecon_book_theme
7575
html_static_path: ['_static']
7676
html_theme_options:
77+
authors:
78+
- name: Thomas J. Sargent
79+
url: http://www.tomsargent.com/
80+
- name: John Stachurski
81+
url: https://johnstachurski.net/
7782
header_organisation_url: https://quantecon.org
7883
header_organisation: QuantEcon
7984
repository_url: https://github.com/QuantEcon/lecture-python-advanced.myst

lectures/intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ kernelspec:
1111

1212
# Advanced Quantitative Economics with Python
1313

14-
This website presents a set of advanced lectures on quantitative economic modeling, designed and written by
15-
[Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/).
14+
This website presents a set of advanced lectures on quantitative economic modeling.
1615

1716
```{tableofcontents}
1817
```

0 commit comments

Comments
 (0)