Skip to content

Commit 358a7ba

Browse files
committed
docs: More xrefs to "MicroPython port" in glossary.
1 parent 7e6881c commit 358a7ba

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/library/network.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Common network adapter interface
3939
================================
4040

4141
This section describes an (implied) abstract base class for all network
42-
interface classes implemented by different ports of MicroPython for
43-
different hardware. This means that MicroPython does not actually
44-
provide `AbstractNIC` class, but any actual NIC class, as described
42+
interface classes implemented by `MicroPython ports <MicroPython port>`
43+
for different hardware. This means that MicroPython does not actually
44+
provide ``AbstractNIC`` class, but any actual NIC class, as described
4545
in the following sections, implements methods as described here.
4646

4747
.. class:: AbstractNIC(id=None, ...)
@@ -411,7 +411,7 @@ parameter should be `id`.
411411
print(ap.config('channel'))
412412

413413
Following are commonly supported parameters (availability of a specific parameter
414-
depends on network technology type, driver, and MicroPython port).
414+
depends on network technology type, driver, and `MicroPython port`).
415415

416416
========= ===========
417417
Parameter Description

docs/library/usocket.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ Constants
117117
.. data:: usocket.SOL_*
118118

119119
Socket option levels (an argument to `setsockopt()`). The exact
120-
inventory depends on a MicroPython port.
120+
inventory depends on a `MicroPython port`.
121121

122122
.. data:: usocket.SO_*
123123

124124
Socket options (an argument to `setsockopt()`). The exact
125-
inventory depends on a MicroPython port.
125+
inventory depends on a `MicroPython port`.
126126

127127
Constants specific to WiPy:
128128

docs/reference/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ Glossary
5656
which provides implementations for many modules from CPython's
5757
standard library. However, large subset of these modules require
5858
POSIX-like environment (Linux, MacOS, Windows may be partially
59-
supported), and thus would work or make sense only with MicroPython
60-
Unix port. Some subset of modules is however usable for baremetal ports
61-
too.
59+
supported), and thus would work or make sense only with
60+
`MicroPython Unix port`. Some subset of modules is however usable
61+
for `baremetal` ports too.
6262

6363
Unlike monolithic :term:`CPython` stdlib, micropython-lib modules
6464
are intended to be installed individually - either using manual

0 commit comments

Comments
 (0)