Skip to content

Commit 6c9f852

Browse files
committed
docs: update examples, add tocs
1 parent a79d6d4 commit 6c9f852

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

examples/pkgdown/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ format:
1919
html:
2020
theme:
2121
light: minty
22+
toc: true
2223

2324
quartodoc:
2425
style: pkgdown

examples/single-page/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ website:
1818
format:
1919
html:
2020
theme: minty
21+
toc: true
2122

2223
quartodoc:
2324
style: single-page

examples/single-page/reference/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Fetch a griffe object.
1212
| `object_name` | str | A function name. | required |
1313
| `parser` | str | A docstring parser to use. | `'numpy'` |
1414

15-
See Also
16-
--------
15+
### See_Also
16+
1717
get_function: a deprecated function.
1818

1919
### Examples

0 commit comments

Comments
 (0)