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