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 MicroPython documentation contents
=================================== ==================================
.. only:: port_pyboard .. only:: port_pyboard

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
.. _tutorial-index: .. _tutorial-index:
MicroPython tutorial MicroPython tutorial
===================== ====================
This tutorial is intended to get you started with your pyboard. 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 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 Getting a MicroPython REPL prompt
================================== =================================
REPL stands for Read Evaluate Print Loop, and is the name given to the 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 interactive MicroPython prompt that you can access on the pyboard. Using