From afb407807b449a24d78bcaf425136e2bb4600f48 Mon Sep 17 00:00:00 2001 From: Paul Carver Date: Tue, 14 Jun 2016 19:35:37 +0000 Subject: [PATCH] Trivial documentation change to trigger publish job Change https://review.openstack.org/#/c/323961/ has merged but docs won't publish to http://docs.openstack.org/developer/neutron-dynamic-routing/ until at least one change merges into the repo in order to trigger Jenkins/Zuul to run the publish job. Right now there is no change in Gerrit that looks ready to merge immediately so I have made a trivial correction (capitalizing the acronym API) in order to trigger the docs publishing. Change-Id: I3cc8097210a86e08b6250d7d3f69d1cd4c24e974 --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 8cc2a711..c63f42b7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -32,7 +32,7 @@ Developer Guide =============== In the Developer Guide, you will find information on neutron-dynamic-routing lower level programming APIs. There are sections that cover the core pieces -of neutron-dynamic-routing, including its api, command-lines, database, +of neutron-dynamic-routing, including its API, command-lines, database, system-design, alembic-migration etc. There are also subsections that describe specific drivers inside neutron-dynamic-routing. Finally, the developer guide includes information about testing and supported functionalities as well. This