Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
0e372213
Commit
0e372213
authored
Nov 04, 2014
by
Damien George
Browse files
docs: Update front page to display date of last update.
parent
8e701604
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
0e372213
...
...
@@ -143,7 +143,7 @@ html_theme_path = ['.']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#
html_last_updated_fmt = '%
b
%
d,
%Y'
html_last_updated_fmt
=
'%
d
%
b
%Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
...
...
docs/topindex.html
View file @
0e372213
{% 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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment