We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c0023b + 1f7b1c7 commit 8faa975Copy full SHA for 8faa975
lectures/_config.yml
@@ -83,7 +83,7 @@ sphinx:
83
macros:
84
"argmax" : "arg\\,max"
85
"argmin" : "arg\\,min"
86
- mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
+ mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
87
rediraffe_redirects:
88
index_toc.md: intro.md
89
tojupyter_static_file_path: ["source/_static", "_static"]
lectures/_toc.yml
@@ -11,6 +11,7 @@ parts:
11
- file: complex_and_trig
12
- file: eig_circulant
13
- file: svd_intro
14
+ - file: newton_method
15
16
- caption: Elementary Statistics
17
numbered: true
0 commit comments