Skip to content

Commit

Permalink
new characters as Code Camp suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbrock committed Jun 16, 2023
1 parent d3d101f commit 025c078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev_tools/docs/nxdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def get_first_parent_ref(self, path, tag):
)
parent_display_name = f"{parent_def_name[1:]}{parent_path}"
return (
f":abbr:`... (override: {parent_display_name})"
+ f"`:ref:`🔗 </{parent_display_name}-{tag}>`"
f":abbr:` (override: {parent_display_name})"
+ f"`:ref:`... </{parent_display_name}-{tag}>`"
)
return ""

0 comments on commit 025c078

Please sign in to comment.