Skip to content

Commit 375e621

Browse files
authored
chore(pkg-py): Enable interlinks; docstring fixes and consistent formatting (#100)
* chore(pkg-py): use consistent docstring format * Enable interlinks * Cleanup * Improved reference sidebar * Fix a couple more docstrings
1 parent 9188fc8 commit 375e621

File tree

8 files changed

+571
-86
lines changed

8 files changed

+571
-86
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,5 @@ renv.lock
263263

264264
# Claude
265265
.claude/settings.local.json
266+
267+
/.luarc.json
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.html
2+
*.pdf
3+
*_files/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: Interlinks
2+
author: Michael Chow
3+
version: 1.1.0
4+
quarto-required: ">=1.2.0"
5+
contributes:
6+
filters:
7+
- interlinks.lua

0 commit comments

Comments
 (0)