summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 12:58:40 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-03-08 12:58:40 +0000
commitd46e88cb395ec9207450fef46362c6443e5b703f (patch)
tree31adfc8b0d8c0e6031e47ec7ac5141692587ec82 /docs
parentc8941475a94c1f6ef67b44aeeb6f2f97359898d4 (diff)
downloadpyfilesystem-d46e88cb395ec9207450fef46362c6443e5b703f.tar.gz
Added httpfs to docs
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@652 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r--docs/httpfs.rst2
-rw-r--r--docs/index.rst1
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/httpfs.rst b/docs/httpfs.rst
new file mode 100644
index 0000000..01425c4
--- /dev/null
+++ b/docs/httpfs.rst
@@ -0,0 +1,2 @@
+.. automodule:: fs.httpfs
+ :members: \ No newline at end of file
diff --git a/docs/index.rst b/docs/index.rst
index 0f3b610..c0177da 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -38,6 +38,7 @@ Code Documentation
expose/index.rst
filelike.rst
ftpfs.rst
+ httpfs.rst
memoryfs.rst
mountfs.rst
multifs.rst