Skip to content

Commit

Permalink
schemes: we now allow using any of the alias names, so refine docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Mar 20, 2023
1 parent dd8d4a0 commit 559cb7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/generate-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ def scheme_link(name):
if alias_link:
alias_list.append(f"[{a}]({alias_link})")
else:
alias_list.append(
f"`{a}` (but that name isn't used here)"
)
alias_list.append(f"`{a}`")
aliases = ", ".join(alias_list)
idx.write(f"This scheme is also known as {aliases}.<br/>\n")
else:
Expand Down

0 comments on commit 559cb7b

Please sign in to comment.