Skip to content

Commit

Permalink
MAINT: Upgrade quantecon-book-theme (#133)
Browse files Browse the repository at this point in the history
* MAINT: Upgrade quantecon-book-theme

* adjust author information on intro page
  • Loading branch information
mmcky authored Dec 21, 2023
1 parent b248d59 commit d4e46d3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
options: --gpus all
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
options: --gpus all
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: deploy-runner
runs-on: [self-hosted, cml-gpu]
container:
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311
image: docker://mmcky/quantecon-lecture-python:cuda-12.1.0-anaconda-2023-09-py311-c
options: --gpus all
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pip:
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.6.0
- quantecon-book-theme==0.7.1
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
Expand Down
6 changes: 6 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ sphinx:
html_theme: quantecon_book_theme
html_static_path: ['_static']
html_theme_options:
authors:
- name: Thomas J. Sargent
url: http://www.tomsargent.com/
- name: John Stachurski
url: https://johnstachurski.net/
dark_logo: quantecon-logo-transparent.png
header_organisation_url: https://quantecon.org
header_organisation: QuantEcon
repository_url: https://github.com/QuantEcon/lecture-jax
Expand Down
Binary file added lectures/_static/quantecon-logo-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions lectures/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ kernelspec:
# Quantitative Economics with JAX

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


```{tableofcontents}
Expand Down

0 comments on commit d4e46d3

Please sign in to comment.