From 643fe11eb9325c1b487ebe394b7afec5b5323fc7 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Tue, 20 May 2025 19:10:05 +0200 Subject: [PATCH] README: Fix missing \ Change-Id: I9d8b5ee8f860c6de6ca2006ec85f9bb8f7a02e47 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1ab8e21..1754b61 100644 --- a/README.rst +++ b/README.rst @@ -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