Skip to content
Snippets Groups Projects
Commit 358a7ba0 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs: More xrefs to "MicroPython port" in glossary.

parent 7e6881cf
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,9 @@ Common network adapter interface ...@@ -39,9 +39,9 @@ Common network adapter interface
================================ ================================
This section describes an (implied) abstract base class for all network This section describes an (implied) abstract base class for all network
interface classes implemented by different ports of MicroPython for interface classes implemented by `MicroPython ports <MicroPython port>`
different hardware. This means that MicroPython does not actually for different hardware. This means that MicroPython does not actually
provide `AbstractNIC` class, but any actual NIC class, as described provide ``AbstractNIC`` class, but any actual NIC class, as described
in the following sections, implements methods as described here. in the following sections, implements methods as described here.
.. class:: AbstractNIC(id=None, ...) .. class:: AbstractNIC(id=None, ...)
...@@ -411,7 +411,7 @@ parameter should be `id`. ...@@ -411,7 +411,7 @@ parameter should be `id`.
print(ap.config('channel')) print(ap.config('channel'))
Following are commonly supported parameters (availability of a specific parameter Following are commonly supported parameters (availability of a specific parameter
depends on network technology type, driver, and MicroPython port). depends on network technology type, driver, and `MicroPython port`).
========= =========== ========= ===========
Parameter Description Parameter Description
......
...@@ -117,12 +117,12 @@ Constants ...@@ -117,12 +117,12 @@ Constants
.. data:: usocket.SOL_* .. data:: usocket.SOL_*
Socket option levels (an argument to `setsockopt()`). The exact Socket option levels (an argument to `setsockopt()`). The exact
inventory depends on a MicroPython port. inventory depends on a `MicroPython port`.
.. data:: usocket.SO_* .. data:: usocket.SO_*
Socket options (an argument to `setsockopt()`). The exact Socket options (an argument to `setsockopt()`). The exact
inventory depends on a MicroPython port. inventory depends on a `MicroPython port`.
Constants specific to WiPy: Constants specific to WiPy:
......
...@@ -56,9 +56,9 @@ Glossary ...@@ -56,9 +56,9 @@ Glossary
which provides implementations for many modules from CPython's which provides implementations for many modules from CPython's
standard library. However, large subset of these modules require standard library. However, large subset of these modules require
POSIX-like environment (Linux, MacOS, Windows may be partially POSIX-like environment (Linux, MacOS, Windows may be partially
supported), and thus would work or make sense only with MicroPython supported), and thus would work or make sense only with
Unix port. Some subset of modules is however usable for baremetal ports `MicroPython Unix port`. Some subset of modules is however usable
too. for `baremetal` ports too.
Unlike monolithic :term:`CPython` stdlib, micropython-lib modules Unlike monolithic :term:`CPython` stdlib, micropython-lib modules
are intended to be installed individually - either using manual are intended to be installed individually - either using manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment