diff options
Diffstat (limited to 'docs/wrapfs')
-rw-r--r-- | docs/wrapfs/.tmp_index.html.90192~ | 0 | ||||
-rw-r--r-- | docs/wrapfs/base.rst | 2 | ||||
-rw-r--r-- | docs/wrapfs/hidedotfiles.rst | 2 | ||||
-rw-r--r-- | docs/wrapfs/index.rst | 13 | ||||
-rw-r--r-- | docs/wrapfs/lazyfs.rst | 2 | ||||
-rw-r--r-- | docs/wrapfs/limitsize.rst | 2 | ||||
-rw-r--r-- | docs/wrapfs/readonlyfs.rst | 2 |
7 files changed, 23 insertions, 0 deletions
diff --git a/docs/wrapfs/.tmp_index.html.90192~ b/docs/wrapfs/.tmp_index.html.90192~ new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/wrapfs/.tmp_index.html.90192~ diff --git a/docs/wrapfs/base.rst b/docs/wrapfs/base.rst new file mode 100644 index 0000000..e52fa3e --- /dev/null +++ b/docs/wrapfs/base.rst @@ -0,0 +1,2 @@ +.. automodule:: fs.wrapfs + :members:
\ No newline at end of file diff --git a/docs/wrapfs/hidedotfiles.rst b/docs/wrapfs/hidedotfiles.rst new file mode 100644 index 0000000..190b83c --- /dev/null +++ b/docs/wrapfs/hidedotfiles.rst @@ -0,0 +1,2 @@ +.. automodule:: fs.wrapfs.hidedotfilesfs + :members:
\ No newline at end of file diff --git a/docs/wrapfs/index.rst b/docs/wrapfs/index.rst new file mode 100644 index 0000000..f7d3de6 --- /dev/null +++ b/docs/wrapfs/index.rst @@ -0,0 +1,13 @@ +fs.wrapfs +========= + +The ``fs.wrapfs`` module adds aditional functionality to existing FS objects. + +.. toctree:: + :maxdepth: 3 + + base.rst + hidedotfiles.rst + lazyfs.rst + limitsize.rst + readonlyfs.rst
\ No newline at end of file diff --git a/docs/wrapfs/lazyfs.rst b/docs/wrapfs/lazyfs.rst new file mode 100644 index 0000000..9bcad0c --- /dev/null +++ b/docs/wrapfs/lazyfs.rst @@ -0,0 +1,2 @@ +.. automodule:: fs.wrapfs.lazyfs + :members:
\ No newline at end of file diff --git a/docs/wrapfs/limitsize.rst b/docs/wrapfs/limitsize.rst new file mode 100644 index 0000000..e08c0c4 --- /dev/null +++ b/docs/wrapfs/limitsize.rst @@ -0,0 +1,2 @@ +.. automodule:: fs.wrapfs.limitsizefs + :members:
\ No newline at end of file diff --git a/docs/wrapfs/readonlyfs.rst b/docs/wrapfs/readonlyfs.rst new file mode 100644 index 0000000..efd496a --- /dev/null +++ b/docs/wrapfs/readonlyfs.rst @@ -0,0 +1,2 @@ +.. automodule:: fs.wrapfs.readonlyfs + :members:
\ No newline at end of file |