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 189012e commit 3e2d807Copy full SHA for 3e2d807
1 file changed
docs/_quarto.yml
@@ -2,6 +2,10 @@ project:
2
type: website
3
output-dir: _site
4
5
+# 1. Enable the interlinks filter for auto-linking
6
+filters:
7
+ - quartodoc
8
+
9
metadata-files:
10
- api/_sidebar.yml
11
@@ -62,6 +66,7 @@ quartodoc:
62
66
package: pymizer
63
67
dir: api
64
68
title: API Reference
69
+ render_interlinks: true
65
70
parser: google
71
sidebar: api/_sidebar.yml
72
css: api/_styles-quartodoc.css
0 commit comments