Skip to content

Commit f717cee

Browse files
committed
direct link to classes
1 parent 8985944 commit f717cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def add_link(jsondata):
262262
detail.append(jsondata)
263263
for className in sorted(classes, key=lambda s: s.lower()):
264264
html(" <li><a class=\"blush\" name=\"t_"+className+"\" href=\"#"+className+"\" onclick=\"place('"+className+"');\">"+className+"</a></li>")
265+
links[className] = className
265266
for jsondata in jsondatas:
266267
if "name" in jsondata and "class" in jsondata and jsondata["class"]==className:
267268
add_link(jsondata)

0 commit comments

Comments
 (0)