summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-01 23:10:28 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-01 23:10:28 +0000
commit8f8ab29db660d5fda7be55fbbbe94858dcd1a652 (patch)
tree41fe426bcb9116a4a97f624304c383517064e4c7 /docs
parent2c33127854f5ebff70884d7acddaa13a90d0151d (diff)
downloadpyfilesystem-8f8ab29db660d5fda7be55fbbbe94858dcd1a652.tar.gz
Made a start on the docs
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@595 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs')
-rw-r--r--docs/commands.rst2
-rw-r--r--docs/conf.py4
-rw-r--r--docs/index.rst1
-rw-r--r--docs/opener.rst3
4 files changed, 8 insertions, 2 deletions
diff --git a/docs/commands.rst b/docs/commands.rst
new file mode 100644
index 0000000..f7f9eb9
--- /dev/null
+++ b/docs/commands.rst
@@ -0,0 +1,2 @@
+fs.commands
+=========== \ No newline at end of file
diff --git a/docs/conf.py b/docs/conf.py
index 6100996..ba1d75b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -53,9 +53,9 @@ copyright = u'2009-2010, Will McGugan, Ryan Kelly'
# built documents.
#
# The short X.Y version.
-version = '0.3'
+version = '0.4'
# The full version, including alpha/beta/rc tags.
-release = '0.3.0'
+release = '0.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/index.rst b/docs/index.rst
index f245219..80fcd74 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -38,6 +38,7 @@ Code Documentation
mountfs.rst
multifs.rst
osfs.rst
+ opener.rst
path.rst
remote.rst
rpcfs.rst
diff --git a/docs/opener.rst b/docs/opener.rst
new file mode 100644
index 0000000..32c123e
--- /dev/null
+++ b/docs/opener.rst
@@ -0,0 +1,3 @@
+
+.. automodule:: fs.opener
+ :members: \ No newline at end of file