fuel-qa/fuelweb_test/helpers
Alexandr Kostrikov e317c2d6d2 doc: Added an initial Sphinx documentation
I have added a auto-generated documentation. It is done with
Sphinx library. Sphinx uses reStructuredText as its markup language
and docstrings as a source for automated documentation.

According to https://www.python.org/dev/peps/pep-0257/
I used a """ for quotes in docstrings and made
"""Docstring."""-looking one-liners and correct indentation
for multiple-liners.
Based on https://github.com/kennethreitz/requests
I moved Makefile, requirements.txt and conf.py to /doc folder.
Also I decided to make fuel-qa documentation
similar to https://docs.python.org/2/tutorial/index.html
with single table of contents.
I have added empty __init__.py files to be able to produce
documentation.
I have added sys_test.log to .gitigonre because it has
been generated at the documentation build.

To make it faster and non-conflicting I added some banal
class descriptions in order to get them in auto-generated documentation.
I decided not to fight with warnings and poor docstring descriptions
I added to make documentation less conflicting and for a faster review.
Docstring improvements and detailed code description are left for later.
For the same reasons I decied not to add docstrings to all methods.
At a places where I made poor docstrings I have added a
TODO documentation.

Change-Id: I7701a9a3429abbf62b13ec5a31972298c0be5201
Related-Bug: #1321682
2015-05-07 17:42:38 +03:00
..
__init__.py System tests movement from fuel-main 2015-02-06 11:44:08 +02:00
checkers.py Check if file is restored bedore compare md5sum 2015-04-24 17:31:40 +03:00
common.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
conf_tempest.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
decorators.py Update packages on master node before bootstrap 2015-04-30 16:53:12 +03:00
eb_tables.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
fuel_actions.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
granular_deployment_checkers.py Add test for single invocation of gd tasks 2015-03-27 13:22:52 +02:00
http.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
instance_initial_scenario System tests movement from fuel-main 2015-02-06 11:44:08 +02:00
log_server.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
multiple_networks_hacks.py Use IP address from 2nd admin net for boot via PXE 2015-04-27 18:15:57 +03:00
ntp.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
os_actions.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
patching.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
regenerate_centos_repo Add auxiliary repositories to a just created cluster 2015-04-21 13:04:22 +03:00
regenerate_repo.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
regenerate_ubuntu_repo Add auxiliary repositories to a just created cluster 2015-04-21 13:04:22 +03:00
security.py doc: Added an initial Sphinx documentation 2015-05-07 17:42:38 +03:00
tempest.conf.template System tests movement from fuel-main 2015-02-06 11:44:08 +02:00
utils.py Merge tasks end with hosts and virtual_ip in gd 2015-04-24 13:31:52 +03:00