Skip to content

Commit 82e9704

Browse files
committed
update config and intersphinx
1 parent 83b9807 commit 82e9704

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

lectures/_config.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ latex:
3535
targetname: quantecon-python-intro.tex
3636

3737
sphinx:
38-
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx_proof, sphinx_tojupyter]
38+
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter]
3939
config:
4040
# false-positive links
4141
linkcheck_ignore: ['https://doi.org/https://doi.org/10.2307/1235116']
@@ -68,6 +68,31 @@ sphinx:
6868
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
6969
colab_url : https://colab.research.google.com
7070
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
71+
intersphinx_mapping:
72+
pyprog:
73+
- https://python-programming.quantecon.org/
74+
- null
75+
intro:
76+
- https://intro.quantecon.org/
77+
- null
78+
dle:
79+
- https://quantecon.github.io/lecture-dle/
80+
- null
81+
dps:
82+
- https://quantecon.github.io/lecture-dps/
83+
- null
84+
eqm:
85+
- https://quantecon.github.io/lecture-eqm/
86+
- null
87+
stats:
88+
- https://quantecon.github.io/lecture-stats/
89+
- null
90+
tools:
91+
- https://quantecon.github.io/lecture-tools-techniques/
92+
- null
93+
dynam:
94+
- https://quantecon.github.io/lecture-dynamics/
95+
- null
7196
mathjax3_config:
7297
tex:
7398
macros:

lectures/complex_and_trig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ by linear difference equations or linear differential equations.
3939
For example, these tools are keys to understanding outcomes attained by Paul
4040
Samuelson (1939) {cite}`Samuelson1939` in his classic paper on interactions
4141
between the investment accelerator and the Keynesian consumption function, our
42-
topic in the lecture {doc}`Samuelson Multiplier Accelerator <samuelson>`.
42+
topic in the lecture {doc}`Samuelson Multiplier Accelerator <dynam:samuelson>`.
4343

4444
In addition to providing foundations for Samuelson's work and extensions of
4545
it, this lecture can be read as a stand-alone quick reminder of key results

0 commit comments

Comments
 (0)