summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/index.rst
diff options
context:
space:
mode:
authorrandyl <r.levensalor@cablelabs.com>2017-03-03 15:30:05 -0700
committerrandyl <r.levensalor@cablelabs.com>2017-03-03 15:30:05 -0700
commit406584267b076f60c54d6cfef518dc22a82ae76c (patch)
tree2294dc736992a8621d90c40938cf04bc4622608a /docs/how-to-use/index.rst
parentbadc81a7ff469e02303a729c7544216258d40239 (diff)
Fixed docs build and examples
Modified index.rst to include the other docs. Removed redundnat items. Cleaned up the examples. JIRA: SNAPS-41 Change-Id: I7058f1604135f6a2af0376d7b3d2ebc7bafd63e7 Signed-off-by: randyl <r.levensalor@cablelabs.com>
Diffstat (limited to 'docs/how-to-use/index.rst')
-rw-r--r--docs/how-to-use/index.rst33
1 files changed, 9 insertions, 24 deletions
diff --git a/docs/how-to-use/index.rst b/docs/how-to-use/index.rst
index 58b67a3..70f565a 100644
--- a/docs/how-to-use/index.rst
+++ b/docs/how-to-use/index.rst
@@ -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