From 63fbfcc9569a2070fe4dea7b2b798c76e3e5327c Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Wed, 30 Apr 2025 14:30:59 -0500 Subject: [PATCH] Update overview.qmd --- docs/get-started/overview.qmd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/get-started/overview.qmd b/docs/get-started/overview.qmd index 656b0bf4..166c5231 100644 --- a/docs/get-started/overview.qmd +++ b/docs/get-started/overview.qmd @@ -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: