README: Fix missing \
Change-Id: I9d8b5ee8f860c6de6ca2006ec85f9bb8f7a02e47
This commit is contained in:
@@ -65,7 +65,7 @@ CodeGenerator in. Let's pull the Nova repo down locally and install it:
|
||||
$ git clone https://opendev.org/openstack/nova
|
||||
$ cd -
|
||||
$ pip install \
|
||||
-c https://releases.openstack.org/constraints/upper/master
|
||||
-c https://releases.openstack.org/constraints/upper/master \
|
||||
-r ../nova/requirements.txt
|
||||
$ pip install -e ../nova
|
||||
|
||||
@@ -107,7 +107,7 @@ additional ``--api-ref-src`` argument:
|
||||
$ cde ../code-generator
|
||||
$ openstack-codegenerator \
|
||||
--work-dir wrk --target openapi-spec --service-type compute \
|
||||
--api-ref-src ../nova/api-ref/build/html/index.html
|
||||
--api-ref-src ../nova/api-ref/build/html/index.html \
|
||||
--validate
|
||||
|
||||
Your API documentation should now be looking much better. You'll even have
|
||||
|
Reference in New Issue
Block a user