Skip to content
Snippets Groups Projects
Commit 3eece298 authored by Damien George's avatar Damien George
Browse files

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

parent 601cfea6
Branches
No related tags found
No related merge requests found
MicroPython documentation contents MicroPython documentation contents
=================================== ==================================
.. only:: port_pyboard .. only:: port_pyboard
......
MicroPython documentation and references MicroPython documentation and references
========================================= ========================================
.. only:: port_pyboard .. only:: port_pyboard
......
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.
......
: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
......
MicroPython license information MicroPython license information
================================ ===============================
The MIT License (MIT) The MIT License (MIT)
......
.. _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
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment