README: Fix missing \

Change-Id: I9d8b5ee8f860c6de6ca2006ec85f9bb8f7a02e47
This commit is contained in:
Gorka Eguileor
2025-05-20 19:10:05 +02:00
parent 4a711b1a2c
commit 643fe11eb9

View File

@@ -65,7 +65,7 @@ CodeGenerator in. Let's pull the Nova repo down locally and install it:
$ git clone https://opendev.org/openstack/nova $ git clone https://opendev.org/openstack/nova
$ cd - $ cd -
$ pip install \ $ pip install \
-c https://releases.openstack.org/constraints/upper/master -c https://releases.openstack.org/constraints/upper/master \
-r ../nova/requirements.txt -r ../nova/requirements.txt
$ pip install -e ../nova $ pip install -e ../nova
@@ -107,7 +107,7 @@ additional ``--api-ref-src`` argument:
$ cde ../code-generator $ cde ../code-generator
$ openstack-codegenerator \ $ openstack-codegenerator \
--work-dir wrk --target openapi-spec --service-type compute \ --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 --validate
Your API documentation should now be looking much better. You'll even have Your API documentation should now be looking much better. You'll even have