Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/get-started/overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ Second, preview your site:
quarto preview
```

::: {.callout-tip}
The two commands to build and preview can be combined:

```bash
quartodoc build --watch & quarto preview & jobs
```
:::

## Looking up objects

Generating API reference docs for Python objects involves two pieces of configuration:
Expand Down
Loading