docs: Change "Micro Python" to "MicroPython" in all places in docs.
This commit is contained in:
parent
601cfea6a3
commit
3eece29807
|
@ -1,5 +1,5 @@
|
||||||
MicroPython documentation contents
|
MicroPython documentation contents
|
||||||
===================================
|
==================================
|
||||||
|
|
||||||
.. only:: port_pyboard
|
.. only:: port_pyboard
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
MicroPython documentation and references
|
MicroPython documentation and references
|
||||||
=========================================
|
========================================
|
||||||
|
|
||||||
.. only:: port_pyboard
|
.. only:: port_pyboard
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
MicroPython license information
|
MicroPython license information
|
||||||
================================
|
===============================
|
||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue