docs: Change "Micro Python" to "MicroPython" in all places in docs.

This commit is contained in:
Damien George 2015-06-04 23:53:26 +01:00
parent 601cfea6a3
commit 3eece29807
17 changed files with 47 additions and 47 deletions

View File

@ -1,5 +1,5 @@
MicroPython documentation contents
===================================
==================================
.. only:: port_pyboard

View File

@ -1,5 +1,5 @@
MicroPython documentation and references
=========================================
========================================
.. only:: port_pyboard

View File

@ -1,5 +1,5 @@
MicroPython libraries
======================
=====================
Functionality specific to the MicroPython implementation is available in
the following library.

View File

@ -1,5 +1,5 @@
:mod:`micropython` -- access and control MicroPython internals
===============================================================
==============================================================
.. module:: micropython
:synopsis: access and control MicroPython internals

View File

@ -1,5 +1,5 @@
MicroPython license information
================================
===============================
The MIT License (MIT)

View File

@ -1,7 +1,7 @@
.. _tutorial-index:
MicroPython tutorial
=====================
====================
This tutorial is intended to get you started with your pyboard.
All you need is a pyboard and a micro-USB cable to connect it to

View File

@ -1,5 +1,5 @@
Getting a MicroPython REPL prompt
==================================
=================================
REPL stands for Read Evaluate Print Loop, and is the name given to the
interactive MicroPython prompt that you can access on the pyboard. Using