Skip to content

Commit 559cb7b

Browse files
committed
schemes: we now allow using any of the alias names, so refine docs
1 parent dd8d4a0 commit 559cb7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/generate-docs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ def scheme_link(name):
292292
if alias_link:
293293
alias_list.append(f"[{a}]({alias_link})")
294294
else:
295-
alias_list.append(
296-
f"`{a}` (but that name isn't used here)"
297-
)
295+
alias_list.append(f"`{a}`")
298296
aliases = ", ".join(alias_list)
299297
idx.write(f"This scheme is also known as {aliases}.<br/>\n")
300298
else:

0 commit comments

Comments
 (0)