mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-11 19:29:39 +01:00
60 lines
2.8 KiB
HTML
60 lines
2.8 KiB
HTML
{% extends "defindex.html" %}
|
|
{% block tables %}
|
|
|
|
<p><strong>Parts of the documentation:</strong></p>
|
|
<table class="contentstable" align="center"><tr>
|
|
<td width="50%" style="vertical-align:top;">
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("tutorial") }}">Tutorial</a><br/>
|
|
<span class="linkdescr">A 10-minutes introduction to Waf</span></p>
|
|
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("tools") }}">Waf tools</a><br/>
|
|
<span class="linkdescr">Support for programming languages</span></p>
|
|
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("confmap") }}">Configuration methods</a><br/>
|
|
<span class="linkdescr">List of methods bound to the configuration context</span></p>
|
|
|
|
</td>
|
|
<td width="50%" style='vertical-align:top;'>
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("coremodules") }}">Core modules</a><br/>
|
|
<span class="linkdescr">Main components of the Waf framework</span></p>
|
|
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("featuremap") }}">Feature reference</a><br/>
|
|
<span class="linkdescr">Associations between feature names and task generator methods</span></p>
|
|
|
|
</td></tr>
|
|
</table>
|
|
|
|
<p><strong>Indices and tables:</strong></p>
|
|
<table class="contentstable" align="center"><tr>
|
|
<td width="50%">
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("py-modindex") }}">Global Module Index</a><br/>
|
|
<span class="linkdescr">quick access to all modules</span></p>
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
|
|
<span class="linkdescr">all functions, classes, terms</span></p>
|
|
</td><td width="50%" style="vertical-align:top;">
|
|
<!-- <p class="biglink"><a class="biglink" href="{{ pathto("glossary") }}">Glossary</a><br/>
|
|
<span class="linkdescr">the most important terms explained</span></p> -->
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br/>
|
|
<span class="linkdescr">search this documentation</span></p>
|
|
</td></tr>
|
|
</table>
|
|
|
|
<p><strong>Meta information:</strong></p>
|
|
<table class="contentstable" align="center"><tr>
|
|
<td width="50%">
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("copyright") }}">Copyright</a><br/>
|
|
<span class="linkdescr">Copyright notice</span></p>
|
|
|
|
<p class="biglink"><a class="biglink" href="http://code.google.com/p/waf/issues/list">Reporting bugs</a><br/>
|
|
<span class="linkdescr">Where to report bugs</span></p>
|
|
|
|
</td>
|
|
<td width="50%" style="vertical-align:top;">
|
|
<p class="biglink"><a class="biglink" href="{{ pathto("about") }}">About</a><br/>
|
|
<span class="linkdescr">Documenting Waf</span></p>
|
|
|
|
</td></tr>
|
|
</table>
|
|
|
|
{% endblock %}
|