We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b014f81 commit 778387eCopy full SHA for 778387e
docs/get-started/basic-content.qmd
@@ -205,6 +205,10 @@ quartodoc:
205
package: pandas
206
contents:
207
- DataFrame # pandas.DataFrame
208
+
209
+ # (4) package set on individual content entry
210
+ - package: pandas
211
+ name: Series
212
```
213
214
Use `package: null` to unset the package option. This enables you to specify objects using their full name.
quartodoc/layout.py
@@ -203,6 +203,9 @@ class Auto(_Base):
203
to return an alias for that object.
204
children:
Style for presenting members. Either separate, embedded, or flat.
+ package:
+ If specified, object lookup will be relative to this path.
"""
0 commit comments