Skip to content

Commit 3e6b2c8

Browse files
authored
Remove heavy_tails and Add intersphinx_mapping to the Intro Series (#349)
* update toc, config and reference * add notice
1 parent dcfd3ce commit 3e6b2c8

File tree

4 files changed

+12
-918
lines changed

4 files changed

+12
-918
lines changed

lectures/_config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ latex:
3232
targetname: quantecon-python.tex
3333

3434
sphinx:
35-
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton]
35+
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx]
3636
config:
3737
nb_mime_priority_overrides: [
3838
# HTML
@@ -82,6 +82,9 @@ sphinx:
8282
google_analytics_id: G-J0SMYR4SG3
8383
launch_buttons:
8484
colab_url : https://colab.research.google.com
85+
intersphinx_mapping: {
86+
'intro': ["https://intro.quantecon.org/", null]
87+
}
8588
mathjax3_config:
8689
tex:
8790
macros:

0 commit comments

Comments
 (0)