Skip to content

Commit 5264a7a

Browse files
machowisabelizimm
andauthored
docs: title case Python
Co-authored-by: Isabel Zimmerman <[email protected]>
1 parent a0e87c0 commit 5264a7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/get-started/dev-big-picture.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jupyter:
77
name: python3
88
---
99

10-
While the "Basic Use" section covered how to configure and build a site with quartodoc, this section focuses on using quartodoc as a python program.
10+
While the "Basic Use" section covered how to configure and build a site with quartodoc, this section focuses on using quartodoc as a Python program.
1111

1212
Programming with quartodoc will help with debugging, tinkering, and extending things.
1313

@@ -23,7 +23,7 @@ This page will cover the basics of the Builder and this process.
2323

2424
## The Builder
2525

26-
The code below shows a Builder object being loaded from a `_quarto.yml` config (loaded as a python dictionary).
26+
The code below shows a Builder object being loaded from a `_quarto.yml` config (loaded as a Python dictionary).
2727

2828
```{python}
2929
import yaml
@@ -67,7 +67,7 @@ Notice the following:
6767
* `preview` represents calls like `Layout()` with a box to the left, and then
6868
a pipe connecting it to each of its arguments.
6969
* The content entry `MdRenderer` is represented by an [Auto](`quartodoc.Auto`) class.
70-
This specifies a python object to look up and document.
70+
This specifies a Python object to look up and document.
7171

7272
We can follow the path in the preview above, to pull out just the contents piece:
7373

0 commit comments

Comments
 (0)