File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ quartodoc:
57
57
Next, run this command to generate your API pages:
58
58
59
59
` ` ` bash
60
- python -m quartodoc build
60
+ quartodoc build
61
61
```
62
62
63
63
This should create a ` reference/ ` directory with an ` index.qmd ` and documentation
@@ -74,7 +74,7 @@ quarto preview
74
74
As mentioned in the previous section, you can preview your quartodoc site using these commands:
75
75
76
76
``` bash
77
- python -m quartodoc build
77
+ quartodoc build
78
78
quarto preview
79
79
```
80
80
@@ -84,7 +84,7 @@ the quartodoc build command:
84
84
``` bash
85
85
# with quarto preview running, you only need to re-run quartodoc build,
86
86
# which will re-create the pages of your API documentation.
87
- python -m quartodoc build
87
+ quartodoc build
88
88
```
89
89
90
90
## Looking up objects
@@ -141,4 +141,4 @@ The functions listed in `contents` are assumed to be imported from the package.
141
141
[vetiver] : https://rstudio.github.io/vetiver-python/stable/reference/
142
142
[vt-code] : https://github.com/rstudio/vetiver-python
143
143
[siuba] : https://siuba.org/api/
144
- [sb-code] : https://github.com/machow/siuba.org
144
+ [sb-code] : https://github.com/machow/siuba.org
You can’t perform that action at this time.
0 commit comments