fuel-plugin-nsxv/README.md
Igor Zinovik 362ffa7685 Separate user and testing documentation
- add test port in .pdf format
- user documentation moved to doc/user/source
- testing documentation moved to doc/test/source
- add Makefile in each directory to able build separate documents
- edit conf.py files
- edit documentation instructions README.md file
- drop usage 'oslosphinx' extenstion and remove it from requirements.txt

Change-Id: Ie36b9adb065a7aef5cdb0d356cbc95837f3e81e2
2015-11-29 21:27:45 +03:00

526 B

Fuel NSXv plugin

Fuel NSXv plugin enables OpenStack deployment which utilizes vCenter with installed and configured VMware NSXv network virtualization software.

See doc/ directory for documentation.

To build HTML variant of documentation you need to install sphinx document generator, easiest way to do this is to use doc/requirements.txt.

$ pip install -r doc/requirements.txt

$ cd doc/user

$ make html

After that you can start exploring documentation in doc/user/source/_build/html/ directory.