Skip to content

Commit 962b427

Browse files
committed
docs: tweak rendering of github readme
1 parent 5fe3555 commit 962b427

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ docs-build-examples: docs/examples/single-page docs/examples/pkgdown docs/exampl
3434

3535
docs-build-readme: export BUILDING_README = 1
3636
docs-build-readme:
37+
# note that the input file is named GITHUB.qmd, because quart does not
38+
# render files named README.qmd, and it is very cumbersome to work around
39+
# this very strange behavior
3740
cd docs \
38-
&& quarto render get-started/overview.qmd \
41+
&& quarto render GITHUB.qmd \
3942
--to gfm \
4043
--output README.md \
4144
--output-dir ..

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ documentation site, or read on for instructions.
1414

1515
</div>
1616

17-
## Installation
18-
1917
``` bash
2018
python -m pip install quartodoc
2119
```
@@ -140,13 +138,19 @@ package.
140138

141139
## Learning more
142140

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.
File renamed without changes.

0 commit comments

Comments
 (0)