Skip to content

Commit d4e46d3

Browse files
authored
MAINT: Upgrade quantecon-book-theme (#133)
* MAINT: Upgrade quantecon-book-theme * adjust author information on intro page
1 parent b248d59 commit d4e46d3

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
needs: deploy-runner
2828
runs-on: [self-hosted, cml-gpu]
2929
container:
30-
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
30+
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
3131
options: --gpus all
3232
steps:
3333
- uses: actions/checkout@v3

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: deploy-runner
2525
runs-on: [self-hosted, cml-gpu]
2626
container:
27-
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
27+
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
2828
options: --gpus all
2929
steps:
3030
- uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: deploy-runner
2929
runs-on: [self-hosted, cml-gpu]
3030
container:
31-
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
31+
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
3232
options: --gpus all
3333
steps:
3434
- name: Checkout

environment.yml

Lines changed: 1 addition & 1 deletion
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

lectures/_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ sphinx:
6868
html_theme: quantecon_book_theme
6969
html_static_path: ['_static']
7070
html_theme_options:
71+
authors:
72+
- name: Thomas J. Sargent
73+
url: http://www.tomsargent.com/
74+
- name: John Stachurski
75+
url: https://johnstachurski.net/
76+
dark_logo: quantecon-logo-transparent.png
7177
header_organisation_url: https://quantecon.org
7278
header_organisation: QuantEcon
7379
repository_url: https://github.com/QuantEcon/lecture-jax
49.6 KB
Loading

lectures/intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ kernelspec:
1212
# Quantitative Economics with JAX
1313

1414
This website presents a set of lectures on quantitative economic modeling
15-
using GPUs and [Google JAX](https://jax.readthedocs.io). The lectures
16-
are designed and written by [Thomas J. Sargent](http://www.tomsargent.com/) and
17-
[John Stachurski](https://johnstachurski.net/).
15+
using GPUs and [Google JAX](https://jax.readthedocs.io).
1816

1917

2018
```{tableofcontents}

0 commit comments

Comments
 (0)