[5331] | 1 | {% extends "layout.html" %} |
---|
| 2 | {% set title = 'Overview' %} |
---|
| 3 | {% block body %} |
---|
| 4 | |
---|
| 5 | <h1>{{ docstitle }}</h1> |
---|
| 6 | <p> |
---|
[12432] | 7 | This is official documentation for waeup.ikoba {{ release }}. |
---|
[5331] | 8 | {% if last_updated %}Last modifed on {{ last_updated }}.{% endif %} |
---|
| 9 | </p> |
---|
| 10 | |
---|
| 11 | <p><strong>Sections</strong></p> |
---|
| 12 | <table class="contentstable" align="center"><tr> |
---|
| 13 | <td width="50%"> |
---|
| 14 | <p class="biglink"> |
---|
[7808] | 15 | <a class="biglink" |
---|
[5331] | 16 | href="{{ pathto("intro") }}">Introduction</a><br /> |
---|
[12432] | 17 | <span class="linkdescr">Get started with waeup.ikoba.</span> |
---|
[5331] | 18 | </p> |
---|
[7808] | 19 | |
---|
[5331] | 20 | <p class="biglink"> |
---|
[7808] | 21 | <a class="biglink" |
---|
[7666] | 22 | href="{{ pathto("userdocs/index") }}">User Documentation</a><br /> |
---|
[5331] | 23 | <span class="linkdescr"> |
---|
[12432] | 24 | Documentation for users and admins using waeup.ikoba. |
---|
[5331] | 25 | </span></p> |
---|
| 26 | |
---|
| 27 | </td><td width="50%"> |
---|
| 28 | <p class="biglink"> |
---|
[7808] | 29 | <a class="biglink" |
---|
[5331] | 30 | href="{{ pathto("changes") }}">What's new?</a><br /> |
---|
| 31 | <span class="linkdescr">Changes made in each release.</span> |
---|
| 32 | </p> |
---|
| 33 | |
---|
| 34 | <p class="biglink"> |
---|
[7808] | 35 | <a class="biglink" |
---|
[7666] | 36 | href="{{ pathto("developerdocs/index") }}">Developer Documentation</a><br /> |
---|
[5331] | 37 | <span class="linkdescr"> |
---|
[5337] | 38 | <a href="{{ pathto("developerdocs/api/index") }}">API</a> and other pieces |
---|
[5331] | 39 | relevant for developers. |
---|
| 40 | </span> |
---|
| 41 | </p> |
---|
[7808] | 42 | |
---|
[5331] | 43 | </td></tr> |
---|
| 44 | </table> |
---|
| 45 | |
---|
| 46 | <p><strong>Indices and tables</strong></p> |
---|
| 47 | <table class="contentstable" align="center"><tr> |
---|
| 48 | <td width="50%"> |
---|
| 49 | <p class="biglink"> |
---|
[7808] | 50 | <a class="biglink" |
---|
[5331] | 51 | href="{{ pathto("contents") }}">Table of Contents</a><br /> |
---|
| 52 | <span class="linkdescr">Lists all sections and subsections.</span> |
---|
| 53 | </p> |
---|
| 54 | </td><td width="50%"> |
---|
| 55 | |
---|
| 56 | <p class="biglink"> |
---|
[7808] | 57 | <a class="biglink" |
---|
[5331] | 58 | href="{{ pathto("genindex") }}">Index</a><br /> |
---|
| 59 | <span class="linkdescr">All functions, classes, terms.</span> |
---|
| 60 | </p> |
---|
| 61 | </td></tr> |
---|
| 62 | </table> |
---|
| 63 | |
---|
| 64 | <p><strong>Further information</strong></p> |
---|
| 65 | <table class="contentstable" align="center"><tr> |
---|
| 66 | <td width="50%"> |
---|
| 67 | |
---|
| 68 | <p class="biglink"> |
---|
[7808] | 69 | <a class="biglink" |
---|
[7666] | 70 | href="{{ pathto("bugs") }}">Reporting Bugs</a><br /> |
---|
[5331] | 71 | </p> |
---|
| 72 | |
---|
| 73 | <p class="biglink"> |
---|
[7808] | 74 | <a class="biglink" |
---|
[7666] | 75 | href="{{ pathto("documentation") }}">About the Documentation</a><br /> |
---|
[5331] | 76 | </p> |
---|
| 77 | |
---|
| 78 | </td><td width="50%"> |
---|
[7808] | 79 | |
---|
[5331] | 80 | <p class="biglink"> |
---|
[7808] | 81 | <a class="biglink" |
---|
[5331] | 82 | href="{{ pathto("license") }}">License</a><br /> |
---|
| 83 | </p> |
---|
| 84 | |
---|
| 85 | <p class="biglink"> |
---|
[7808] | 86 | <a class="biglink" |
---|
[5331] | 87 | href="{{ pathto("copyright") }}">Copyright</a><br /> |
---|
| 88 | </p> |
---|
| 89 | |
---|
| 90 | </td></tr> |
---|
| 91 | </table> |
---|
| 92 | |
---|
| 93 | |
---|
| 94 | {% endblock %} |
---|