Skip to content

Commit 07dda44

Browse files
committed
remove hashlib, zlib from micropython modules index
.. these have been converted to shared-bindings style and have their own documentation now that better matches our implementation. Closes: #7034
1 parent 5192082 commit 07dda44

File tree

3 files changed

+1
-105
lines changed

3 files changed

+1
-105
lines changed

docs/library/hashlib.rst

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/library/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limited flash memory, usually on non-Express builds:
1919
``binascii``, ``errno``, ``json``, ``re``.
2020

2121
These libraries are not currently enabled in any CircuitPython build, but may be in the future:
22-
``ctypes``, ``hashlib``, ``zlib``.
22+
``ctypes``
2323

2424
.. toctree::
2525
:maxdepth: 1
@@ -31,15 +31,13 @@ These libraries are not currently enabled in any CircuitPython build, but may be
3131
collections.rst
3232
errno.rst
3333
gc.rst
34-
hashlib.rst
3534
io.rst
3635
json.rst
3736
re.rst
3837
sys.rst
3938
asyncio.rst
4039
ctypes.rst
4140
select.rst
42-
zlib.rst
4341

4442
Omitted functions in the ``string`` library
4543
-------------------------------------------

docs/library/zlib.rst

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)