@@ -14,8 +14,6 @@ documentation site, or read on for instructions.
14
14
15
15
</div >
16
16
17
- ## Installation
18
-
19
17
``` bash
20
18
python -m pip install quartodoc
21
19
```
@@ -140,13 +138,19 @@ package.
140
138
141
139
# # Learning more
142
140
143
- Go [to the next page](basic-docs.qmd) to learn how to configure
144
- quartodoc sites, or check out these handy pages :
145
-
146
- - [Examples page](../examples/index.qmd) : sites using quartodoc.
147
- - [Tutorials page](../tutorials/index.qmd) : screencasts of building a
148
- quartodoc site.
149
- - [Docstring issues and examples](docstring-examples.qmd) : common issues
150
- when formatting docstrings.
151
- - [Programming, the big picture](dev-big-picture.qmd) : the nitty gritty
152
- of how quartodoc works, and how to extend it.
141
+ Go [to the next
142
+ page](https://machow.github.io/quartodoc/get-started/basic-docs.html) to
143
+ learn how to configure quartodoc sites, or check out these handy pages :
144
+
145
+ - [Examples
146
+ page](https://machow.github.io/quartodoc/examples/index.html) : sites
147
+ using quartodoc.
148
+ - [Tutorials
149
+ page](https://machow.github.io/quartodoc/tutorials/index.html) :
150
+ screencasts of building a quartodoc site.
151
+ - [Docstring issues and
152
+ examples](https://machow.github.io/quartodoc/get-started/docstring-examples.html) :
153
+ common issues when formatting docstrings.
154
+ - [Programming, the big
155
+ picture](https://machow.github.io/quartodoc/get-started/dev-big-picture.html) :
156
+ the nitty gritty of how quartodoc works, and how to extend it.
0 commit comments