GitHub

@@ -35,7 +35,7 @@ latex:

3535

targetname: quantecon-python-intro.tex

36363737

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:

Read the original on github.com ↗