Skip to content

Commit

Permalink
[TOC] Update Config and Intro (#91)
Browse files Browse the repository at this point in the history
* update config

* update translation

* update author
  • Loading branch information
HumphreyYang authored Oct 7, 2024
1 parent 5f12ec7 commit 9319025
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: A First Course in Quantitative Economics with Python
author: Thomas J. Sargent & John Stachurski
title: Python数量经济学入门
author: 托马斯·萨金特(Thomas J. Sargent)和约翰·斯塔胡斯基(John Stachurski
logo: _static/qe-logo.png
description: This website presents introductory lectures on computational economics, designed and written by Thomas J. Sargent and John Stachurski.
description: 本课程是由托马斯·萨金特(Thomas J. Sargent)和约翰·斯塔胡斯基(John Stachurski)设计和撰写的计算经济学入门讲座。

parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
Expand Down Expand Up @@ -54,9 +54,9 @@ sphinx:
html_static_path: ['_static']
html_theme_options:
authors:
- name: Thomas J. Sargent
- name: 托马斯·萨金特(Thomas J. Sargent
url: http://www.tomsargent.com/
- name: John Stachurski
- name: 约翰·斯塔胡斯基(John Stachurski
url: https://johnstachurski.net/
dark_logo: quantecon-logo-transparent.png
header_organisation_url: https://quantecon.org
Expand All @@ -66,7 +66,7 @@ sphinx:
twitter: quantecon
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
description: This website presents introductory lectures on computational economics, designed and written by Thomas J. Sargent and John Stachurski.
description: 本课程是由托马斯·萨金特(Thomas J. Sargent)和约翰·斯塔胡斯基(John Stachurski)设计和撰写的计算经济学入门讲座。
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
analytics:
google_analytics_id: G-QDS1YRJNGM
Expand Down
22 changes: 11 additions & 11 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,72 +20,72 @@ parts:
- file: linear_equations
- file: complex_and_trig
- file: geom_series
- caption: "Linear Dynamics: Finite Horizons"
- caption: 线性动态:有限视界
numbered: true
chapters:
- file: pv
- file: cons_smooth
- file: equalizing_difference
- file: cagan_ree
- file: cagan_adaptive
- caption: "Linear Dynamics: Infinite Horizons"
- caption: 线性动态:无限视界
numbered: true
chapters:
- file: eigen_I
- file: greek_square
- caption: Probability and Distributions
- caption: 概率与分布
numbered: true
chapters:
- file: prob_dist
- file: lln_clt
- file: monte_carlo
- file: heavy_tails
- file: schelling
- caption: Nonlinear Dynamics
- caption: 非线性动态
numbered: true
chapters:
- file: scalar_dynam
- file: solow
- file: cobweb
- file: olg
- file: commod_price
- caption: Monetary-Fiscal Policy Interactions
- caption: 货币政策与财政政策的相互作用
numbered: true
chapters:
- file: money_inflation
- file: unpleasant
- file: money_inflation_nonlinear
- file: laffer_adaptive
- caption: Stochastic Dynamics
- caption: 随机动态
numbered: true
chapters:
- file: ar1_processes
- file: markov_chains_I
- file: markov_chains_II
- file: time_series_with_matrices
- caption: Optimization
- caption: 优化
numbered: true
chapters:
- file: lp_intro
- file: short_path
- caption: Modeling in Higher Dimensions
- caption: 高维建模
numbered: true
chapters:
- file: eigen_II
- file: input_output
- file: lake_model
- file: networks
- caption: Markets and Competitive Equilibrium
- caption: 市场与竞争性均衡
numbered: true
chapters:
- file: supply_demand_multiple_goods
- file: supply_demand_heterogeneity
- caption: Estimation
- caption: 估计
numbered: true
chapters:
- file: simple_linear_regression
- file: mle
- caption: Other
- caption: 其它
numbered: true
chapters:
- file: troubleshooting
Expand Down
4 changes: 2 additions & 2 deletions lectures/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ kernelspec:
name: python3
---

# A First Course in Quantitative Economics with Python
# Python数量经济学入门

This lecture series provides an introduction to quantitative economics using Python.
本课程是由托马斯·萨金特(Thomas J. Sargent)和约翰·斯塔胡斯基(John Stachurski)设计和撰写的计算经济学入门讲座。

```{tableofcontents}
```
Expand Down

0 comments on commit 9319025

Please sign in to comment.