diff options
| author | Damien George <damien@micropython.org> | 2023-11-20 19:12:02 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-02-07 13:25:09 +1100 |
| commit | 45f99cb4459248116396773a72cc122edbe14a00 (patch) | |
| tree | 20ca8e12879972b210aaca9b70728acc10f0c220 /docs/library/index.rst | |
| parent | e7020463f1114317988ffef21663df5cc8c62ba9 (diff) | |
docs/library: Move vfs functions and classes from os to vfs module docs.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/index.rst')
| -rw-r--r-- | docs/library/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 4a7f78ecf..eb29b7680 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -104,6 +104,7 @@ the following libraries. neopixel.rst network.rst uctypes.rst + vfs.rst The following libraries provide drivers for hardware components. |
