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.
1 parent c279723 commit 38f716eCopy full SHA for 38f716e
docs/.vitepress/theme/style.css
@@ -3,7 +3,7 @@
3
4
:root {
5
--vp-font-family-base: 'Plus Jakarta Sans', sans-serif;
6
- word-spacing: 0.02em;
+ word-spacing: 0.1em;
7
}
8
9
/* Custom style for Open PDF button */
docs/lectures/chapter-01.md
@@ -20,4 +20,22 @@ outline: deep
20
<button class="open-pdf-btn">
21
Open Fullscreen
22
</button>
23
+</a>
24
+
25
+<br>
26
27
28
+## Additional Chapter 1 Lecture
29
30
31
32
33
+<iframe src="/Python-Programming-2/lectures/topic_1_functions.pdf" width="100%" height="400" allowfullscreen></iframe>
34
35
36
37
+<a href="/Python-Programming-2/lectures/topic_1_functions.pdf" target="_blank" rel="noopener">
38
+ <button class="open-pdf-btn">
39
+ Open Fullscreen
40
+ </button>
41
</a>
docs/public/lectures/topic_1_functions.pdf
463 KB
0 commit comments