diff options
author | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2009-12-18 21:46:08 +0000 |
---|---|---|
committer | willmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f> | 2009-12-18 21:46:08 +0000 |
commit | 56b7ee3a300aeb487381ff3fd9384790cd9de7bc (patch) | |
tree | 5f0f69966c752ee9b8c1ffb23dce66ed8c2b6c30 /docs | |
parent | 44b646b4eb5d5873ec786f9fae9d62a18e7fcb87 (diff) | |
download | pyfilesystem-56b7ee3a300aeb487381ff3fd9384790cd9de7bc.tar.gz |
Added RST for fs.base docs
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@303 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r-- | docs/base.rst | 3 | ||||
-rw-r--r-- | docs/index.rst | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/base.rst b/docs/base.rst new file mode 100644 index 0000000..2cf3117 --- /dev/null +++ b/docs/base.rst @@ -0,0 +1,3 @@ +.. autoclass:: fs.base.FS + :members: +
\ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 3155709..3eeecc5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,6 +12,7 @@ Contents: :maxdepth: 2 getting_started.rst + base.rst Indices and tables ================== @@ -21,3 +22,5 @@ Indices and tables * :ref:`search` + + |