Skip to content
Merged
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
7 changes: 7 additions & 0 deletions docs/get-started/docstring-examples.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Below is an example including each.
```
```

Note that different syntaxes are handled differently:

* doctest and markdown syntax: rendered without executing.
* quarto syntax: executed by quarto when you run commands like `quarto render`.

See the quarto documentation on [code blocks](https://quarto.org/docs/computations/python.html#code-blocks) for more detail.


## Examples, etc..: the "s" matters

Expand Down