File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ documentation site, or read on for instructions.
14
14
15
15
</div >
16
16
17
+ <br >
18
+
19
+ ## Installation
20
+
17
21
``` bash
18
22
python -m pip install quartodoc
19
23
```
Original file line number Diff line number Diff line change @@ -26,17 +26,23 @@ Check out the below screencast for a walkthrough of creating a documentation sit
26
26
import os
27
27
28
28
if "BUILDING_README" in os.environ:
29
- print("""
29
+ # I don't know why, but we need to repeat the Installation header here.
30
+ # or quarto makes it disappear when we generate the readme
31
+ print("""
30
32
[](https://www.loom.com/share/fb4eb736848e470b8409ba46b514e2ed)
33
+
34
+ <br>
35
+
36
+ ## Installation
31
37
""")
32
38
else:
33
- print("""
39
+ print("""
34
40
<div style="position: relative; padding-bottom: 64.5933014354067%; height: 0;"><iframe src="https://www.loom.com/embed/fb4eb736848e470b8409ba46b514e2ed?sid=31db7652-43c6-4474-bab3-19dea2170775" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
41
+ <br>
35
42
""")
36
43
37
44
```
38
45
39
-
40
46
## Installation
41
47
42
48
``` bash
You can’t perform that action at this time.
0 commit comments