.. westeros documentation master file, created by
   sphinx-quickstart on Thu Nov  3 00:47:47 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

========
westeros
========

Test Automation build with robot framework and selenium

=======
Install
=======

Use pip::

    $ pip install westeros

Use source code::

    $ git clone https://github.com/crazy-canux/westeros.git
    $ cd westeros
    $ python setup.py install

===========
Quick Start
===========

Import this library::

    import westeros

==============
The User Guide
==============

.. toctree::
   :maxdepth: 2

   robotframework
   selenium
   requests
   paramiko
   yaml

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

