summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-01 20:18:32 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-01-01 20:18:32 +0000
commit671cf321fcc774c03d093fbae257e71b1df3d0ea (patch)
treee371fce423086808958d373d869b3fc66ef3e431 /docs/index.rst
parentbb120439de4f17426e17cd4d0782295c8192a869 (diff)
downloadpyfilesystem-671cf321fcc774c03d093fbae257e71b1df3d0ea.tar.gz
Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS class
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@309 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst30
1 files changed, 28 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3eeecc5..30cfcca 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -6,13 +6,39 @@
Welcome to PyFilesystem's documentation!
========================================
-Contents:
+PyFilesystem provides a simplified common interface to a variety of different filesystems, such as the local filesystem, zip files, ftp servers etc.
+
+Guide
+-----
.. toctree::
- :maxdepth: 2
+ :maxdepth: 3
+ concepts.rst
getting_started.rst
+ interface.rst
+ filesystems.rst
+
+Code Documentation
+------------------
+
+.. toctree::
+ :maxdepth: 3
+
base.rst
+ browsewin.rst
+ errors.rst
+ memoryfs.rst
+ mountfs.rst
+ osfs.rst
+ path.rst
+ s3fs.rst
+ sftpfs.rst
+ tempfs.rst
+ utils.rst
+ wrapfs.rst
+ zipfs.rst
+
Indices and tables
==================