File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
- pip :
10
10
- jupyter-book==0.15.1
11
11
- docutils==0.17.1
12
- - quantecon-book-theme==0.6.0
12
+ - quantecon-book-theme==0.7.1
13
13
- sphinx-tojupyter==0.3.0
14
14
- sphinxext-rediraffe==0.2.7
15
15
- sphinx-exercise==0.4.1
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ sphinx:
46
46
html_theme : quantecon_book_theme
47
47
html_static_path : ['_static']
48
48
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/
49
54
header_organisation_url : https://quantecon.org
50
55
header_organisation : QuantEcon
51
56
repository_url : https://github.com/QuantEcon/lecture-python-intro
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ kernelspec:
13
13
14
14
This lecture series provides an introduction to quantitative economics using Python.
15
15
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
-
19
16
``` {tableofcontents}
20
17
```
21
18
You can’t perform that action at this time.
0 commit comments