Skip to content

Commit 3bc9b57

Browse files
committed
docs/ustruct: There's no complete "struct" module, only "ustruct" subset.
"ustruct" is good example of micro-ified module, so rather should belong to the corresponding list.
1 parent 5c81475 commit 3bc9b57

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/library/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ For additional libraries, please download them from the `micropython-lib reposit
2626
gc.rst
2727
math.rst
2828
os.rst
29-
struct.rst
3029
sys.rst
3130
time.rst
3231

@@ -40,7 +39,6 @@ For additional libraries, please download them from the `micropython-lib reposit
4039
math.rst
4140
os.rst
4241
select.rst
43-
struct.rst
4442
sys.rst
4543
time.rst
4644

@@ -62,7 +60,6 @@ For additional libraries, please download them from the `micropython-lib reposit
6260

6361
gc.rst
6462
math.rst
65-
struct.rst
6663
sys.rst
6764
time.rst
6865

@@ -94,6 +91,7 @@ library.
9491
ujson.rst
9592
ure.rst
9693
usocket.rst
94+
ustruct.rst
9795
uzlib.rst
9896

9997
.. only:: port_esp8266
@@ -107,6 +105,7 @@ library.
107105
uheapq.rst
108106
ujson.rst
109107
ure.rst
108+
ustruct.rst
110109
uzlib.rst
111110

112111
.. only:: port_pyboard
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
:mod:`struct` -- pack and unpack primitive data types
2-
=====================================================
1+
:mod:`ustruct` -- pack and unpack primitive data types
2+
======================================================
33

4-
.. module:: struct
4+
.. module:: ustruct
55
:synopsis: pack and unpack primitive data types
66

77
See `Python struct <https://docs.python.org/3/library/struct.html>`_ for more

0 commit comments

Comments
 (0)