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
commitc8411782952c4fae4d01dc987ba98d703a678648 (patch)
tree41fe426bcb9116a4a97f624304c383517064e4c7 /docs
parent9389c458a2ef801db5897bf5e54f844d3f97e968 (diff)
downloadpyfilesystem-git-c8411782952c4fae4d01dc987ba98d703a678648.tar.gz
Made a start on the docs
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