Skip to content

Commit a13dce0

Browse files
committed
Add web APIs lesson
- From @teemu-ruokolainen
1 parent 35995f0 commit a13dce0

File tree

4 files changed

+2064
-0
lines changed

4 files changed

+2064
-0
lines changed

content/conf.py

Lines changed: 2 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

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)