Skip to content

Commit 334c2a9

Browse files
authored
MNT: upgrade quantecon-book-theme and authors (#300)
1 parent efe322b commit 334c2a9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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.2
11+
- quantecon-book-theme==0.7.0
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
@@ -27,6 +27,11 @@ sphinx:
2727
html_theme: quantecon_book_theme
2828
html_static_path: ['_static']
2929
html_theme_options:
30+
authors:
31+
- name: Thomas J. Sargent
32+
url: http://www.tomsargent.com/
33+
- name: John Stachurski
34+
url: https://johnstachurski.net/
3035
dark_logo: quantecon-logo-transparent.png
3136
header_organisation_url: https://quantecon.org
3237
header_organisation: QuantEcon

lectures/intro.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ kernelspec:
1111

1212
# Python Programming for Economics and Finance
1313

14-
This website presents a set of lectures on Python programming for economics and finance, designed and written by
15-
[Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/). This is the first text in the series, which focuses on programming in Python.
14+
This website presents a set of lectures on Python programming for economics and finance.
15+
16+
This is the first text in the series, which focuses on programming in Python.
1617

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

0 commit comments

Comments
 (0)