4f58317ce0

This adds a doc build for ironic-lib. Currently the only documentation is that generated from docstrings. Change-Id: I6ee00ad863bc7ce72958db4e8d5b6871a5b96eb0 Partial-bug: #1614272
ironic_lib
Overview
A common library to be used exclusively by projects under the Ironic governance.
Running Tests
To run tests in virtualenvs (preferred):
sudo pip install tox
tox
To run tests in the current environment:
sudo pip install -r requirements.txt
nosetests
Description