Skip to content

Commit

Permalink
Fix and reorder links, add Pyslang docs link to C++ docs
Browse files Browse the repository at this point in the history
  • Loading branch information
parker-research committed Mar 3, 2025
1 parent 3f8792c commit 3d86825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
##! M_LINKS_NAVBAR2 = \
##! "api-reference namespaces annotated files" \
##! "<a href="https://sv-lang.com/explore/">Try It</a>" \
##! "<a href="https://sv-lang.com/pyslang/">Pyslang Docs</a>" \
##! "<a href="https://github.com/MikePopoloski/slang">GitHub</a>"
##! M_PAGE_FINE_PRINT = \
##! <p>slang SystemVerilog language services. Copyright (C) 2015-2025 Michael Popoloski.</br> \
Expand Down
9 changes: 6 additions & 3 deletions pyslang/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
]

LINKS_NAVBAR1 = [
("Slang Documentation", "..", []),
("GitHub", "https://github.com/MikePopoloski/slang", []),
("PyPI", "https://pypi.org/project/pyslang/", []),
("Slang Documentation", "https://sv-lang.com/", []),

# Default links:
# ("Pages", "pages", []), # -> Currently empty.
("Modules", "modules", []),
("Classes", "classes", []),
# End default links.

("GitHub", "https://github.com/MikePopoloski/slang", []),
("PyPI", "https://pypi.org/project/pyslang/", []),
]

# Output the stubs for comparison/review, but not actually used.
Expand Down

0 comments on commit 3d86825

Please sign in to comment.