Skip to content

Commit 4e20741

Browse files
docs: enable quartodoc cross-project interlinks
1 parent 95ff09f commit 4e20741

File tree

2 files changed

+433
-0
lines changed

2 files changed

+433
-0
lines changed

_quarto.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ project:
2929
- "examples.qmd"
3030
- "reference/**/*.qmd"
3131

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+
3244
# Website metadata & navigation
3345
# =============================================================================
3446
website:

0 commit comments

Comments
 (0)