Skip to content

Commit 49f615f

Browse files
authored
Merge pull request #234 from AaltoSciComp/rkdarst/web-apis
Add web APIs lesson
2 parents 7352066 + 580a68b commit 49f615f

File tree

4 files changed

+1263
-0
lines changed

4 files changed

+1263
-0
lines changed

content/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'sphinx_plausible',
4343
'sphinxext.opengraph',
4444
]
45+
myst_enable_extensions = ['colon_fence']
46+
4547
ogp_site_name = "Python for Scientific Computing"
4648
ogp_site_url = 'https://aaltoscicomp.github.io/python-for-scicomp/'
4749
import datetime
@@ -97,4 +99,5 @@
9799
'numpy': ('https://numpy.org/doc/stable', None),
98100
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
99101
'matplotlib': ('https://matplotlib.org/stable', None),
102+
'requests': ('https://requests.readthedocs.io/en/latest/', None),
100103
}

content/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ to learn yourself as you need to.
6161
60 min ; :doc:`data-visualization`
6262
30 min ; :doc:`data-formats`
6363
60 min ; :doc:`scripts`
64+
30 min ; :doc:`web-apis`
6465
15 min ; :doc:`scipy`
6566
30 min ; :doc:`libraries`
6667
45 min ; :doc:`parallel`
@@ -82,6 +83,7 @@ to learn yourself as you need to.
8283
data-visualization
8384
data-formats
8485
scripts
86+
web-apis
8587
scipy
8688
libraries
8789
parallel

0 commit comments

Comments
 (0)