We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ff09f commit 4e20741Copy full SHA for 4e20741
_quarto.yml
@@ -29,6 +29,18 @@ project:
29
- "examples.qmd"
30
- "reference/**/*.qmd"
31
32
+filters:
33
+ - docs/interlinks.lua
34
+
35
+interlinks:
36
+ sources:
37
+ python:
38
+ url: "https://docs.python.org/3/"
39
+ pandas:
40
+ url: "https://pandas.pydata.org/docs/"
41
+ numpy:
42
+ url: "https://numpy.org/doc/stable/"
43
44
# Website metadata & navigation
45
# =============================================================================
46
website:
0 commit comments