Skip to content

Commit 1d2d575

Browse files
authored
Merge pull request #345 from QuantEcon/small_touches
Update titles
2 parents 9c09dbc + 72b104a commit 1d2d575

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Quantitative Economics with Python
1+
title: Intermediate Quantitative Economics with Python
22
author: Thomas J. Sargent & John Stachurski
33
logo: _static/qe-logo-large.png
44
description: This website presents a set of lectures on quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.

lectures/intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ kernelspec:
99
name: python3
1010
---
1111

12-
# Quantitative Economics with Python
12+
# Intermediate Quantitative Economics with Python
1313

1414
This website presents a set of lectures on quantitative economic modeling, designed and written by
1515
[Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](https://johnstachurski.net/).
1616

17-
For an overview of the series, see [this page](https://quantecon.org/python-lectures/)
18-
1917
```{tableofcontents}
2018
```
2119

lectures/newton_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ init = jnp.repeat(1.0, 3)
990990

991991
The result is very close to the ground truth but still slightly different.
992992

993-
We can increase the precision of the floating point numbers and restrict the tolerance to obtain a more accurate approximation (see detailed discussion in the [lecture on JAX](https://python-programming.quantecon.org/jax_intro.html#differences))
993+
We can increase the precision of the floating point numbers and restrict the tolerance to obtain a more accurate approximation (see detailed discussion in the [lecture on JAX](https://jax.quantecon.org/jax_intro.html))
994994

995995
```{code-cell} python3
996996
from jax.config import config

0 commit comments

Comments
 (0)