Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Links to myst Format #7

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ sphinx:
launch_buttons:
colab_url : https://colab.research.google.com
intersphinx_mapping:
pyprog:
- https://python-programming.quantecon.org/
- null
intro:
- https://intro.quantecon.org/
- null
Expand Down
4 changes: 2 additions & 2 deletions lectures/additive_functionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -1264,10 +1264,10 @@ These probability density functions help us understand mechanics underlying the

### Multiplicative Martingale as Likelihood Ratio Process

[This lecture](https://python.quantecon.org/likelihood_ratio_process.html) studies **likelihood processes**
{doc}`This lecture <stats:likelihood_ratio_process>` studies **likelihood processes**
and **likelihood ratio processes**.

A **likelihood ratio process** is a multiplicative martingale with mean unity.

Likelihood ratio processes exhibit the peculiar property that naturally also appears
[here](https://python.quantecon.org/likelihood_ratio_process.html).
{doc}`here <stats:likelihood_ratio_process>`.
2 changes: 1 addition & 1 deletion lectures/discrete_dp.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Among other things, it offers
* the ability to scale to large problems by minimizing vectorized operators and allowing operations on sparse matrices

JIT compilation relies on [Numba](http://numba.pydata.org/), which should work
seamlessly if you are using [Anaconda](https://www.anaconda.com/download/) as [suggested](https://python-programming.quantecon.org/getting_started.html).
seamlessly if you are using [Anaconda](https://www.anaconda.com/download/) as {doc}`suggested <pyprog:getting_started>`.

### References

Expand Down
4 changes: 2 additions & 2 deletions lectures/entropy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Among the senses of entropy, we'll encounter these
* A frequency domain criterion for constructing robust decision rules

The concept of entropy plays an important role in robust control formulations described in this lecture
[Risk and Model Uncertainty](https://python-advanced.quantecon.org/five_preferences.html) and in this lecture
[Robustness](https://python-advanced.quantecon.org/robustness.html).
{doc}`Risk and Model Uncertainty <tools:five_preferences>` and in this lecture
{doc}`Robustness <tools:robustness>`.



Expand Down
2 changes: 1 addition & 1 deletion lectures/linear_algebra.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ These are the kinds of topics addressed by linear algebra.

In this lecture we will cover the basics of linear and matrix algebra, treating both theory and computation.

We admit some overlap with [this lecture](https://python-programming.quantecon.org/numpy.html), where operations on NumPy arrays were first explained.
We admit some overlap with {doc}`this lecture <pyprog:numpy>`, where operations on NumPy arrays were first explained.

Note that this lecture is more theoretical than most, and contains background
material that will be used in applications as we go along.
Expand Down
2 changes: 1 addition & 1 deletion lectures/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The basic assumption of the lectures is that code in a lecture should execute wh
1. it is executed in a Jupyter notebook and
1. the notebook is running on a machine with the latest version of Anaconda Python.

You have installed Anaconda, haven't you, following the instructions in [this lecture](https://python-programming.quantecon.org/getting_started.html)?
You have installed Anaconda, haven't you, following the instructions in {doc}`this lecture <pyprog:getting_started>`?

Assuming that you have, the most common source of problems for our readers is that their Anaconda distribution is not up to date.

Expand Down
Loading