aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates/index.html')
-rw-r--r--doc/_templates/index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index bc27be91b..6a08f8912 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -15,14 +15,12 @@
<h2>Documentation</h2>
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
<td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("overview") }}">Overview</a><br/>
- <span class="linkdescr">how generator works</span></p>
- </td>
- <td width="50%">
- <p class="biglink"><a class="biglink" href="{{ pathto("compiling/compiling") }}">Compiling/Installing</a><br/>
- <span class="linkdescr">how to compile and install GeneratorRunner</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>
<span class="linkdescr">for a complete overview</span></p>
+ </td>
+ <td width="50%">
+ <p class="biglink"><a class="biglink" href="{{ pathto("overview") }}">Overview</a><br/>
+ <span class="linkdescr">how generator works</span></p>
</td></tr>
</table>
</div>