Created tutorials subfolder

Change-Id: Idb29a5b68a177e0ae2c7a91a4cd2f1181565ce5c
This commit is contained in:
aviau 2015-06-08 15:28:12 -04:00
parent 6455aab6a4
commit 7f856b7a30
3 changed files with 10 additions and 7 deletions

View File

@ -8,7 +8,7 @@ Table of Contents:
:maxdepth: 2 :maxdepth: 2
readme readme
getting_started tutorials/index.rst
project_architecture project_architecture
webapi/index webapi/index

View File

@ -1,11 +1,8 @@
.. role:: bash(code) .. role:: bash(code)
:language: bash :language: bash
Getting Started Getting started with Surveil
############### ----------------------------
Development environment
---------------------------
0. Prerequisite 0. Prerequisite
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@ -109,4 +106,3 @@ Using Bansho the web interface
The Surveil client uses the Surveil API to query information concerning hosts The Surveil client uses the Surveil API to query information concerning hosts
and services. Bansho (Surveil's web interface) also uses this API. To use Bansho simply and services. Bansho (Surveil's web interface) also uses this API. To use Bansho simply
open a browser at `http://localhost:8888 <http://localhost:8888/#/view?view=liveHosts>`_ and press login. open a browser at `http://localhost:8888 <http://localhost:8888/#/view?view=liveHosts>`_ and press login.

View File

@ -0,0 +1,7 @@
Tutorials
#########
.. toctree::
:maxdepth: 1
getting_started