Skip to content

Commit faec29e

Browse files
authored
Merge pull request #122 from machow/test-spec-interlinks
tests: python interlinks
2 parents f729df3 + 4a8b7dc commit faec29e

File tree

12 files changed

+626
-85
lines changed

12 files changed

+626
-85
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,5 @@ dmypy.json
141141

142142
# Local Netlify folder
143143
.netlify
144+
145+
/.luarc.json

_extensions/interlinks/interlinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import panflute as pf
44

5-
from quartodoc.inventory import Ref, RefSyntaxError
5+
from quartodoc.interlinks import Ref, RefSyntaxError
66
from pathlib import Path
77
from plum import dispatch
88

0 commit comments

Comments
 (0)