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 f5fb12f commit 7702686Copy full SHA for 7702686
quartodoc/interlinks.py
@@ -1,3 +1,15 @@
1
+"""The interlinks module fully specifies the behavior of an interlinks filter.
2
+
3
+Note that this module largely exists for two reasons:
4
5
+* Allow people to explore / debug interlinks in python.
6
+* Provide a reference implementation for the lua interlinks filter.
7
8
+See quartodoc.tests.test_interlinks for its implementation, and the fully
9
+loaded specification.
10
+"""
11
12
13
from __future__ import annotations
14
15
import os
0 commit comments