diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-07-24 12:24:51 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-07-24 12:24:51 -0700 |
| commit | e67afa87159b00925cfd61166b2e4218e0690acc (patch) | |
| tree | 3d8cba1b7c9fb09fc01d2a7a4fe0dd35be571744 /docs/index.rst | |
| parent | bcd36dedb4d520a7033993633d2e021249d31ff6 (diff) | |
| parent | 4b97358100a83363e242999b3467c0f7694e9dfa (diff) | |
| download | seaweedfs-e67afa87159b00925cfd61166b2e4218e0690acc.tar.xz seaweedfs-e67afa87159b00925cfd61166b2e4218e0690acc.zip | |
Merge branch 'master' of https://github.com/chrislusf/weed-fs
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..800e9c3f4 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,43 @@ +.. weed-fs documentation master file, created by + sphinx-quickstart on Wed Jul 23 12:13:18 2014. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to weed-fs's documentation! +=================================== + +An official mirror of code.google.com/p/weed-fs . +Moving to github.com to make cooperations easier. +This repo and the google code repo will be kept synchronized. + + +For documents and bug reporting, Please visit + http://weed-fs.googlecode.com + +For pre-compiled releases, + https://bintray.com/chrislusf/Weed-FS/weed + + +Contents: + +.. toctree:: + :maxdepth: 2 + + gettingstarted + clients + api + replication + failover + usecases + directories + optimization + benchmarks + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |
