From 8f8ab29db660d5fda7be55fbbbe94858dcd1a652 Mon Sep 17 00:00:00 2001 From: willmcgugan Date: Sat, 1 Jan 2011 23:10:28 +0000 Subject: Made a start on the docs git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@595 67cdc799-7952-0410-af00-57a81ceafa0f --- docs/commands.rst | 2 ++ docs/conf.py | 4 ++-- docs/index.rst | 1 + docs/opener.rst | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 docs/commands.rst create mode 100644 docs/opener.rst (limited to 'docs') 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 -- cgit v1.2.1