Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
64a3c52f
Commit
64a3c52f
authored
Aug 22, 2017
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
docs: Consistently link to micropython-lib in glossary.
parent
ab2c64cc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/library/index.rst
+2
-3
2 additions, 3 deletions
docs/library/index.rst
docs/library/sys.rst
+1
-1
1 addition, 1 deletion
docs/library/sys.rst
with
3 additions
and
4 deletions
docs/library/index.rst
+
2
−
3
View file @
64a3c52f
...
@@ -40,8 +40,7 @@ information pertaining to a specific port.
...
@@ -40,8 +40,7 @@ information pertaining to a specific port.
Beyond the built-in libraries described in this documentation, many more
Beyond the built-in libraries described in this documentation, many more
modules from the Python standard library, as well as further MicroPython
modules from the Python standard library, as well as further MicroPython
extensions to it, can be found in the `micropython-lib repository
extensions to it, can be found in `micropython-lib`.
<https://github.com/micropython/micropython-lib>`_.
Python standard libraries and micro-libraries
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
...
@@ -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.
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
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
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
On some embedded platforms, where it may be cumbersome to add Python-level
wrapper modules to achieve naming compatibility with CPython, micro-modules
wrapper modules to achieve naming compatibility with CPython, micro-modules
...
...
This diff is collapsed.
Click to expand it.
docs/library/sys.rst
+
1
−
1
View file @
64a3c52f
...
@@ -28,7 +28,7 @@ Functions
...
@@ -28,7 +28,7 @@ Functions
this function takes just exception value instead of exception type,
this function takes just exception value instead of exception type,
exception value, and traceback object; *file* argument should be
exception value, and traceback object; *file* argument should be
positional; further arguments are not supported. CPython-compatible
positional; further arguments are not supported. CPython-compatible
``traceback`` module can be found in micropython-lib.
``traceback`` module can be found in
`
micropython-lib
`
.
Constants
Constants
---------
---------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment