File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 143143
144144# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
145145# using the given strftime format.
146- # html_last_updated_fmt = '%b %d, %Y'
146+ html_last_updated_fmt = '%d %b %Y'
147147
148148# If true, SmartyPants will be used to convert quotes and dashes to
149149# typographically correct entities.
Original file line number Diff line number Diff line change 11{% extends "defindex.html" %}
2- {% block tables %}
2+ {% block body %}
3+
4+ < h1 > Micro Python documentation</ h1 >
5+
6+ < p >
7+ {{ _('Welcome! This is the documentation for Micro Python') }}
8+ v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
9+ </ p >
10+
311 < p > < strong > Documentation for Micro Python and the pyboard:</ strong > </ p >
412
513 < table class ="contentstable "> < tr >
You can’t perform that action at this time.
0 commit comments