Add project documentation
Change-Id: I444677d60cefa169a4102602cd0a8f25fdd92a84
CONTRIBUTING.rst
0 → 100644
doc/requirements.txt
0 → 100644
doc/source/conf.py
0 → 100755
doc/source/index.rst
0 → 100644
doc/source/install/index.rst
0 → 100644
doc/source/user/history.rst
0 → 100644
doc/source/user/index.rst
0 → 100644
doc/source/user/usage.rst
0 → 100644
| # 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. | ||
| hacking>=3.0,<3.1.0 # Apache-2.0 | ||
| hacking>=3.0.1,<3.1.0 # Apache-2.0 | ||
| oslotest>=3.2.0 # Apache-2.0 | ||
| # Bandit security code scanner | ||
| bandit>=1.1.0,<1.6.0 # Apache-2.0 | ||
| ... | ... |
Please register or sign in to comment