Skip to content

Commit 59d9a2b

Browse files
Added API reference docs for Filesystem (#297)
* added filesystem section * added docstring to fileproxy * added more docstrings * updated find docstring * updated listdir docstring * updated mkdir docstring * updated docstring for makedirs * updated docstring for remove * updated rmdir docstring * updated docstring for rmtree * updated docstring for tempfile * updated docstring for mktemp
1 parent 38c1dfe commit 59d9a2b

File tree

2 files changed

+175
-103
lines changed

2 files changed

+175
-103
lines changed

docs/api.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ Shell
3737
:members:
3838

3939

40+
Filesystem
41+
----------
42+
43+
.. py:module:: roswire.proxy.file
44+
.. autoclass:: FileProxy()
45+
:members:
46+
47+
4048
Descriptions
4149
------------
4250

0 commit comments

Comments
 (0)