topbar HTML module list

pull/6595/head
Michael Hirsch, Ph.D 5 years ago committed by Michael Hirsch, Ph.D
parent daf7ca2f3c
commit a183ce2cff
  1. 12
      docs/theme/extra/templates/navbar_links.html

@ -5,9 +5,16 @@
Modules <span class="caret"></span>
</a>
<ul class="dropdown-menu" id="modules-menu">
@for tup in (("Fs-module.html","Filesystem"), \
@for tup in ( \
("CMake-module.html","CMake"), \
("Cuda-module.html","CUDA"), \
("Dlang-module.html","Dlang"), \
("Fs-module.html","Filesystem"), \
("Gnome-module.html","GNOME"), \
("Hotdoc-module.html","Hotdoc"), \
("i18n-module.html","i18n"), \
("Icestorm-module.html","Icestorm"), \
("Kconfig-module.html","kconfig"), \
("Pkgconfig-module.html","Pkgconfig"), \
("Python-module.html","Python"), \
("Python-3-module.html","Python 3"), \
@ -15,8 +22,7 @@
("Qt5-module.html","Qt5"), \
("RPM-module.html","RPM"), \
("SourceSet-module.html","SourceSet"), \
("Windows-module.html","Windows"), \
("Hotdoc-module.html","Hotdoc")):
("Windows-module.html","Windows")):
<li>
<a href="@tup[0]">@tup[1]</a>
</li>

Loading…
Cancel
Save