summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-08-28 13:51:05 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-08-28 13:51:05 +0300
commit358a7ba014ef649334b79a8500ae8ac2227c54af (patch)
tree4d56e1fc12fba615f5333babb2e7e8f84c2c0999 /docs/library
parent7e6881cf7dad69f753ad3e16e5c3e9270f2ab527 (diff)
docs: More xrefs to "MicroPython port" in glossary.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/network.rst8
-rw-r--r--docs/library/usocket.rst4
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/library/network.rst b/docs/library/network.rst
index de93c0e01..eef23acbe 100644
--- a/docs/library/network.rst
+++ b/docs/library/network.rst
@@ -39,9 +39,9 @@ Common network adapter interface
================================
This section describes an (implied) abstract base class for all network
-interface classes implemented by different ports of MicroPython for
-different hardware. This means that MicroPython does not actually
-provide `AbstractNIC` class, but any actual NIC class, as described
+interface classes implemented by `MicroPython ports <MicroPython port>`
+for different hardware. This means that MicroPython does not actually
+provide ``AbstractNIC`` class, but any actual NIC class, as described
in the following sections, implements methods as described here.
.. class:: AbstractNIC(id=None, ...)
@@ -411,7 +411,7 @@ parameter should be `id`.
print(ap.config('channel'))
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
diff --git a/docs/library/usocket.rst b/docs/library/usocket.rst
index 65e24e266..dfdcd68bc 100644
--- a/docs/library/usocket.rst
+++ b/docs/library/usocket.rst
@@ -117,12 +117,12 @@ Constants
.. data:: usocket.SOL_*
Socket option levels (an argument to `setsockopt()`). The exact
- inventory depends on a MicroPython port.
+ inventory depends on a `MicroPython port`.
.. data:: usocket.SO_*
Socket options (an argument to `setsockopt()`). The exact
- inventory depends on a MicroPython port.
+ inventory depends on a `MicroPython port`.
Constants specific to WiPy: