From d46e88cb395ec9207450fef46362c6443e5b703f Mon Sep 17 00:00:00 2001 From: willmcgugan Date: Tue, 8 Mar 2011 12:58:40 +0000 Subject: Added httpfs to docs git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@652 67cdc799-7952-0410-af00-57a81ceafa0f --- docs/httpfs.rst | 2 ++ docs/index.rst | 1 + 2 files changed, 3 insertions(+) create mode 100644 docs/httpfs.rst (limited to 'docs') 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 -- cgit v1.2.1