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
0df2ee01
Commit
0df2ee01
authored
Apr 26, 2016
by
Paul Sokolovsky
Browse files
Options
Downloads
Patches
Plain Diff
docs/library/index: Order sections from the most to least standard modules.
parent
492bf124
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/library/index.rst
+15
-14
15 additions, 14 deletions
docs/library/index.rst
with
15 additions
and
14 deletions
docs/library/index.rst
+
15
−
14
View file @
0df2ee01
...
@@ -6,20 +6,6 @@ The following standard Python libraries are built in to MicroPython.
...
@@ -6,20 +6,6 @@ The following standard Python libraries are built in to MicroPython.
For additional libraries, please download them from the `micropython-lib repository
For additional libraries, please download them from the `micropython-lib repository
<https://github.com/micropython/micropython-lib>`_.
<https://github.com/micropython/micropython-lib>`_.
MicroPython-specific libraries
------------------------------
Functionality specific to the MicroPython implementation is available in
the following libraries.
.. toctree::
:maxdepth: 1
machine.rst
micropython.rst
network.rst
uctypes.rst
Python standard libraries and micro-libraries
Python standard libraries and micro-libraries
---------------------------------------------
---------------------------------------------
...
@@ -114,6 +100,21 @@ library.
...
@@ -114,6 +100,21 @@ library.
uzlib.rst
uzlib.rst
MicroPython-specific libraries
------------------------------
Functionality specific to the MicroPython implementation is available in
the following libraries.
.. toctree::
:maxdepth: 1
machine.rst
micropython.rst
network.rst
uctypes.rst
.. only:: port_pyboard
.. only:: port_pyboard
Libraries specific to the pyboard
Libraries specific to the pyboard
...
...
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