Skip to content

Commit

Permalink
Fix internal cross-references in API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Nov 15, 2023
1 parent ef764a8 commit 5d10cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
nav[parts] = doc_path.as_posix()
with mkdocs_gen_files.open(full_doc_path, "w") as fd:
identifier = ".".join(parts)
print("::: " + identifier, file=fd)
print("::: pixano_inference." + identifier, file=fd)
mkdocs_gen_files.set_edit_path(full_doc_path, path)


Expand Down

0 comments on commit 5d10cd2

Please sign in to comment.