diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-22 09:33:31 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-22 09:33:31 +0300 |
commit | 64a3c52f663b09e10d028ba711132e7f69f450ae (patch) | |
tree | abd2c2c9cbd374f88399c62335dab64365229d8e /docs/library/index.rst | |
parent | ab2c64cc7656c8e6da9389e51f9b88270dd5a998 (diff) | |
download | micropython-64a3c52f663b09e10d028ba711132e7f69f450ae.tar.gz micropython-64a3c52f663b09e10d028ba711132e7f69f450ae.zip |
docs: Consistently link to micropython-lib in glossary.
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index e884f266ee..0789ea43d9 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -40,8 +40,7 @@ information pertaining to a specific port. Beyond the built-in libraries described in this documentation, many more modules from the Python standard library, as well as further MicroPython -extensions to it, can be found in the `micropython-lib repository -<https://github.com/micropython/micropython-lib>`_. +extensions to it, can be found in `micropython-lib`. Python standard libraries and micro-libraries --------------------------------------------- @@ -54,7 +53,7 @@ e.g. ``ujson`` instead of ``json``. This is to signify that such a module is micro-library, i.e. implements only a subset of CPython module functionality. By naming them differently, a user has a choice to write a Python-level module to extend functionality for better compatibility with CPython (indeed, this is -what done by micropython-lib project mentioned above). +what done by the `micropython-lib` project mentioned above). On some embedded platforms, where it may be cumbersome to add Python-level wrapper modules to achieve naming compatibility with CPython, micro-modules |