File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ Common network adapter interface
39
39
================================
40
40
41
41
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
45
45
in the following sections, implements methods as described here.
46
46
47
47
.. class :: AbstractNIC(id=None, ...)
@@ -411,7 +411,7 @@ parameter should be `id`.
411
411
print(ap.config('channel'))
412
412
413
413
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 ` ).
415
415
416
416
========= ===========
417
417
Parameter Description
Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ Constants
117
117
.. data :: usocket.SOL_*
118
118
119
119
Socket option levels (an argument to `setsockopt() `). The exact
120
- inventory depends on a MicroPython port.
120
+ inventory depends on a ` MicroPython port ` .
121
121
122
122
.. data :: usocket.SO_*
123
123
124
124
Socket options (an argument to `setsockopt() `). The exact
125
- inventory depends on a MicroPython port.
125
+ inventory depends on a ` MicroPython port ` .
126
126
127
127
Constants specific to WiPy:
128
128
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ Glossary
56
56
which provides implementations for many modules from CPython's
57
57
standard library. However, large subset of these modules require
58
58
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.
62
62
63
63
Unlike monolithic :term: `CPython ` stdlib, micropython-lib modules
64
64
are intended to be installed individually - either using manual
You can’t perform that action at this time.
0 commit comments