8000 docs: Consistently link to micropython-lib in glossary. · sparkfun/circuitpython@64a3c52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64a3c52

Browse files
committed
docs: Consistently link to micropython-lib in glossary.
1 parent ab2c64c commit 64a3c52

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/library/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ information pertaining to a specific port.
4040

4141
Beyond the built-in libraries described in this documentation, many more
4242
modules from the Python standard library, as well as further MicroPython
43-
extensions to it, can be found in the `micropython-lib repository
44-
<https://github.com/micropython/micropython-lib>`_.
43+
extensions to it, can be found in `micropython-lib`.
4544

4645
Python standard libraries and micro-libraries
4746
---------------------------------------------
@@ -54,7 +53,7 @@ e.g. ``ujson`` instead of ``json``. This is to signify that such a module is
5453
micro-library, i.e. implements only a subset of CPython module functionality.
5554
By naming them differently, a user has a choice to write a Python-level module
5655
to extend functionality for better compatibility with CPython (indeed, this is
57-
what done by micropython-lib project mentioned above).
56+
what done by the `micropython-lib` project mentioned above).
5857

5958
On some embedded platforms, where it may be cumbersome to add Python-level
6059
wrapper modules to achieve naming compatibility with CPython, micro-modules

docs/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Functions
2828
this function takes just exception value instead of exception type,
2929
exception value, and traceback object; *file* argument should be
3030
positional; further arguments are not supported. CPython-compatible
31-
``traceback`` module can be found in micropython-lib.
31+
``traceback`` module can be found in `micropython-lib`.
3232

3333
Constants
3434
---------

0 commit comments

Comments
 (0)
0