File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ Common network adapter interface
3939================================
4040
4141This 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
4545in 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
Original file line number Diff line number Diff 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
127127Constants specific to WiPy:
128128
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments