summaryrefslogtreecommitdiff
path: root/docs/topindex.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topindex.html')
-rw-r--r--docs/topindex.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/topindex.html b/docs/topindex.html
index a810f61c4..d28132df1 100644
--- a/docs/topindex.html
+++ b/docs/topindex.html
@@ -1,10 +1,10 @@
{% extends "defindex.html" %}
{% block body %}
- <h1>Micro Python documentation</h1>
+ <h1>MicroPython documentation</h1>
<p>
- {{ _('Welcome! This is the documentation for Micro Python') }}
+ {{ _('Welcome! This is the documentation for MicroPython') }}
v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
</p>
@@ -21,7 +21,7 @@
{% endfor %}.
</p-->
- <p><strong>Documentation for Micro Python and the pyboard:</strong></p>
+ <p><strong>Documentation for MicroPython and the pyboard:</strong></p>
<table class="contentstable"><tr>
<td width="40%" style="padding-left:2em;">
@@ -41,7 +41,7 @@
{% endif %}
<p class="biglink">
<a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
- <span class="linkdescr">Micro Python libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span>
+ <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span>
</p>
</td>
<td width="40%" style="padding-left:2em;">
@@ -57,7 +57,7 @@
{% endif %}
<p class="biglink">
<a class="biglink" href="{{ pathto("license") }}">License</a><br/>
- <span class="linkdescr">Micro Python license information</span>
+ <span class="linkdescr">MicroPython license information</span>
</p>
</td>
</tr></table>
@@ -87,17 +87,17 @@
<table class="contentstable"><tr>
<td width="40%" style="padding-left:2em;">
<p class="biglink">
- <a class="biglink" href="http://micropython.org">Micro Python homepage</a><br/>
- <span class="linkdescr">the official Micro Python site</span>
+ <a class="biglink" href="http://micropython.org">MicroPython homepage</a><br/>
+ <span class="linkdescr">the official MicroPython site</span>
</p>
<p class="biglink">
- <a class="biglink" href="http://forum.micropython.org">Micro Python forum</a><br/>
- <span class="linkdescr">community discussion for all things related to Micro Python</span>
+ <a class="biglink" href="http://forum.micropython.org">MicroPython forum</a><br/>
+ <span class="linkdescr">community discussion for all things related to MicroPython</span>
</p>
</td>
<td width="40%" style="padding-left:2em;">
<p class="biglink">
- <a class="biglink" href="https://github.com/micropython">Micro Python on GitHub</a><br/>
+ <a class="biglink" href="https://github.com/micropython">MicroPython on GitHub</a><br/>
<span class="linkdescr">contribute to the source code on GitHub</span>
</p>
</td>