Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions adoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ $(OUTDIR)/$(KATEXDIR)/README.md: katex/README.md
$(QUIET)$(RMRF) $(OUTDIR)/$(KATEXDIR)
$(QUIET)$(CP) --archive katex $(OUTDIR)

# Script to add href to anchors
GENANCHORLINKS = $(SCRIPTS)/genanchorlinks.py

# Spec targets
# There is some complexity to try and avoid short virtual targets like 'html'
# causing specs to *always* be regenerated.
Expand Down Expand Up @@ -215,7 +212,6 @@ html: $(HTMLDIR)/$(SPEC_BASE_NAME).html $(SPECSRC) $(COMMONDOCS)
%.html: $(SPECSRC) $(COMMONDOCS) katexinst
$(QUIET)$(ASCIIDOC) --backend html5 $(ADOCOPTS) $(ADOCHTMLOPTS) \
--out-file $@ $(SPECSRC)
$(QUIET)$(PYTHON) $(GENANCHORLINKS) $@ $@
$(QUIET)$(NODEJS) translate_math.js $@

diff_html: $(HTMLDIR)/diff.html $(SPECSRC) $(COMMONDOCS)
Expand Down
7 changes: 0 additions & 7 deletions adoc/config/khronos.css
Original file line number Diff line number Diff line change
Expand Up @@ -804,10 +804,3 @@ p.tableblock.header { color: #6d6e71; }

/* From https://github.com/KhronosGroup/Vulkan-Docs/pull/901 */
a code { color: inherit; }

/* Make VUID anchor handles*/
li > p > a[id^="VUID-"] { visibility: hidden; position: absolute; z-index: 1001; width: 2.2ex; margin-left: -2.2ex; display: block; text-decoration: none !important; text-align: center; font-weight: normal; }
li > p > a[id^="VUID-"]:before { content: "\00A7"; font-size: 1em; display: block; padding-top: 0em; background: #fff }
li > p:hover > a[id^="VUID-"], li > p > a[id^="VUID-"]:hover { visibility: visible; }
li > p > a[id^="VUID-"].link { color: black; text-decoration: none; } /* TODO: not quite sure what these two do */
li > p > a[id^="VUID-"].link:hover { color: black; }
25 changes: 0 additions & 25 deletions adoc/scripts/genanchorlinks.py

This file was deleted.