Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,20 @@ sphinx:
html_theme: quantecon_book_theme
html_static_path: ['_static']
html_theme_options:
languages:
- code: en
name: English
url: https://python-programming.quantecon.org
Comment thread
mmcky marked this conversation as resolved.
- code: fa
name: فارسی
url: https://quantecon.github.io/lecture-python-programming.fa
- code: fr
name: Français
url: https://quantecon.github.io/lecture-python-programming.fr
- code: zh-cn
name: 中文
url: https://quantecon.github.io/lecture-python-programming.zh-cn
Comment thread
mmcky marked this conversation as resolved.
current_language: en
authors:
- name: Thomas J. Sargent
url: http://www.tomsargent.com/
Expand Down
Loading