Fixed docs build and examples
[snaps.git] / docs / how-to-use / index.rst
index 58b67a3..70f565a 100644 (file)
@@ -1,26 +1,11 @@
-*************************
-Runtime Environment Setup
-*************************
 
--  Python 2.7 (recommend leveraging a Virtual Python runtime, e.g.
-   `Virtualenv <https://virtualenv.pypa.io>`__, in your development
-   environment)
--  Development packages for python and openssl. On CentOS/RHEL:
+.. toctree::
+    :maxdepth: 2
 
-   # yum install python-devel openssl-devel
-
-On Ubuntu:
-
-::
-
-      # apt-get install python2.7-dev libssl-dev
-
--  Install SNAPS Library
-
-   -  pip install -e <path to repo>/snaps/
-
-`Testing <Testing.rst>`__
--------------------------
-
-`Virtual Environment Deployment <VirtEnvDeploy.rst>`__
-------------------------------------------------------
+    InstallSnaps
+    VirtEnvDeploy
+    Testing
+    LibraryUsage
+    APITests
+    UnitTests
+    IntegrationTests