c34d85fbc5
- Put in place sphinx mechanism to build documentation. Most of the documentation is generated from python docstrings. - redfish-client.py usage is a bit modified to display a decent documentation. - A link rfclient.py to redfish-client.py was created to allow sphinx parsing. The '-' char is not allowed for module and so sphinx autodoc module. - Note : Copyright may need to be reviewed as well as main.py.
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr>=0.6,!=0.7,<1.0
|
|
#oslo.log>=1.0,<2.0
|
|
Babel>=1.3
|
|
tortilla>=0.4.1
|
|
Jinja2>=2.7.3
|
|
Sphinx>=1.2.3
|