Skip to content

Commit ee0738c

Browse files
committed
update theme config
1 parent 919cc8f commit ee0738c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

ctmc_lectures/_config.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# Book settings
22
title: Continuous Time Markov Chains
33
author: John Stachurski
4-
# logo: logo.png
4+
logo: _static/qe-logo-large.png
5+
description: These lectures provides a short introduction to continuous time Markov chains designed and written by Thomas J. Sargent and John Stachurski.
56

67
sphinx:
78
config:
89
html_theme: quantecon_book_theme
10+
html_theme_options:
11+
header_organisation_url: https://quantecon.org
12+
header_organisation: QuantEcon
13+
repository_url: https://github.com/jstac/continuous_time_mcs
14+
# nb_repository_url: https://github.com/QuantEcon/lecture-python.notebooks
15+
twitter: quantecon
16+
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
17+
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
18+
description: These lectures provides a short introduction to continuous time Markov chains designed and written by Thomas J. Sargent and John Stachurski.
19+
keywords: Python, QuantEcon, Quantitative Economics, Economics, John Stachurski, Schmidt Futures, Markov Chains
20+
# google_analytics_id: UA-54984338-10
921
bibtex_reference_style: author_year
1022
mathjax_config:
1123
TeX:
1.32 KB
Loading

ctmc_lectures/intro.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ JIT compilation via [Numba](http://numba.pydata.org/). QuantEcon provides an
2121
[introduction to these topics](https://python-programming.quantecon.org/).
2222

2323

24+
```{tableofcontents}
25+
```

0 commit comments

Comments
 (0)