Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdcb3cd

Browse files
authoredOct 1, 2024··
Fix documentation generation (#113)
1 parent e126da9 commit bdcb3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/api_reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This page documents the PDL members that likely to be used to run PDL programs from Python.
44

55
## Program
6-
::: pdl.pdl_ast
6+
::: src.pdl.pdl_ast
77

88
## Interpreter
9-
::: pdl.pdl
9+
::: src.pdl.pdl
1010

1111
<!--
1212
::: pdl.pdl_interpreter

0 commit comments

Comments
 (0)
Please sign in to comment.