opencafe/docs/source/index.rst
Jose Idar 3079061ae0 Updated docs to include cafe documentation in sphinx format
* Fixes sphinx format issues in several docstrings
 * Adds cafe sphinx .rst source files
 * Converts docstrings in modules with sphinx errors from
   epydoc format to sphinx format.
 * Various pep8 fixes in touched files

Change-Id: Ie2047c43285a29acfed2d014d1dc4858a20b1f9b
2015-04-15 11:47:30 -05:00

44 lines
1.3 KiB
ReStructuredText

.. _repository: https://github.com/CafeHub/opencafe
====================================
Welcome to OpenCAFE's documentation!
====================================
What is OpenCAFE
==================
The Common Automation Framework Engine (CAFE) is the core engine/driver used to build an automated testing framework. It is designed to be used as the base engine for building an automated framework for API and non-UI resource testing. It is designed to support functional, integration and reliability testing. The engine is NOT designed to support performance or load testing.
CAFE core provides models, patterns, and supported libraries for building automated tests. It provides its own lightweight unittest based runner, however, it is designed to be modular. It can be extended to support most test case front ends/runners (nose, pytest, lettuce, testr, etc...) through driver plug-ins.
.. note::
Questions? Join us on Freenode in the #cafehub channel
Relevant Links
================
* GitHub: `Repository`_
* CI: *Coming soon*
* Coverage: *Coming soon*
Contents
============
.. toctree::
:maxdepth: 2
cafe/index
getting_started/index
contributing/index
architecture/index
plugin_dev/index
faq/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`