Skip to content

Commit 778387e

Browse files
committed
docs: document parent field on Auto
1 parent b014f81 commit 778387e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/get-started/basic-content.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ quartodoc:
205205
package: pandas
206206
contents:
207207
- DataFrame # pandas.DataFrame
208+
209+
# (4) package set on individual content entry
210+
- package: pandas
211+
name: Series
208212
```
209213

210214
Use `package: null` to unset the package option. This enables you to specify objects using their full name.

quartodoc/layout.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ class Auto(_Base):
203203
to return an alias for that object.
204204
children:
205205
Style for presenting members. Either separate, embedded, or flat.
206+
package:
207+
If specified, object lookup will be relative to this path.
208+
206209
207210
"""
208211

0 commit comments

Comments
 (0)