diff options
Diffstat (limited to 'docs/topindex.html')
-rw-r--r-- | docs/topindex.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/topindex.html b/docs/topindex.html index f0588c46a2..fb1e048d40 100644 --- a/docs/topindex.html +++ b/docs/topindex.html @@ -1,5 +1,13 @@ {% extends "defindex.html" %} -{% block tables %} +{% block body %} + + <h1>Micro Python documentation</h1> + + <p> + {{ _('Welcome! This is the documentation for Micro Python') }} + v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}. + </p> + <p><strong>Documentation for Micro Python and the pyboard:</strong></p> <table class="contentstable"><tr> |