summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-04 23:18:17 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-04 23:18:17 +0000
commit1e0b5965e0e493c7f8b9d10db6e8ffb391f85583 (patch)
treefd85caac2a884924e9b1a293323fe2d5964cccef /docs
parenta70fd5cb79855bfdec75901a9501655d428b0e5e (diff)
downloadpyfilesystem-git-1e0b5965e0e493c7f8b9d10db6e8ffb391f85583.tar.gz
add fs.expose.importhook
This module allows you to import python modules from the files in an FS. So you can now import modules directly over HTTP, SFTP, or even from a zipfile ;-)
Diffstat (limited to 'docs')
-rw-r--r--docs/expose.rst4
-rw-r--r--docs/expose/importhook.rst2
-rw-r--r--docs/expose/index.rst1
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/expose.rst b/docs/expose.rst
index e4ee403..0e50274 100644
--- a/docs/expose.rst
+++ b/docs/expose.rst
@@ -20,6 +20,10 @@ XMLRPC
------
Makes an FS object available over XMLRPC. See :mod:`fs.expose.xmlrpc`
+Import Hook
+-----------
+Allows importing python modules from the files in an FS object. See :mod:`fs.expose.importhook`
+
Django Storage
--------------
Connects FS objects to Django. See :mod:`fs.expose.django_storage`
diff --git a/docs/expose/importhook.rst b/docs/expose/importhook.rst
new file mode 100644
index 0000000..dd30115
--- /dev/null
+++ b/docs/expose/importhook.rst
@@ -0,0 +1,2 @@
+.. automodule:: fs.expose.importhook
+ :members:
diff --git a/docs/expose/index.rst b/docs/expose/index.rst
index 19ee319..6a185e5 100644
--- a/docs/expose/index.rst
+++ b/docs/expose/index.rst
@@ -10,4 +10,5 @@ The ``fs.expose`` module contains a number of options for making an FS implement
dokan.rst
sftp.rst
xmlrpc.rst
+ importhook.rst
django_storage.rst