trsync code refactored to meet the openstack standart
* Added Openstack template files
* utils and rsync_url and same tests moved to objects, utils and tests
* shell and tempfiles moved to trsync.utils module
* rsync_remote moved to trsync.objects module
* trsync.py renamed as trsync.objects.rsync_mirror module
* trsync_push.py and trsync_delete.py moved to trsync.cmd module
Change-Id: Ifd722c8f867832f888a1bacef5744fb56fc2ef1a
diff --git a/doc/source/index.rst b/doc/source/index.rst
new file mode 100644
index 0000000..26294cb
--- /dev/null
+++ b/doc/source/index.rst
@@ -0,0 +1,24 @@
+.. trsync documentation master file, created by
+ sphinx-quickstart on Tue Jul 9 22:26:36 2013.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to trsync's documentation!
+========================================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ readme
+ installation
+ usage
+ contributing
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`