GitHub

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

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

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

```

Read the original on github.com ↗