You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/overview.qmd
+32-3Lines changed: 32 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,40 @@ jupyter:
8
8
---
9
9
10
10
::: {.callout-warning}
11
-
quartodoc is work in progress! For a basic implementation, take a look at the [docs folder](https://github.com/machow/quartodoc/tree/main/docs) for this site,
12
-
including [this script](https://github.com/machow/quartodoc/blob/main/docs/1_generate_api.py) used to generate API pages.
11
+
quartodoc is work in progress!
13
12
:::
14
13
15
-
Coming soon!
14
+
quartodoc let's you quickly generate python package documentation,
15
+
using markdown and quarto. It is designed as an alternative to sphinx.
0 commit comments