From e8acf5e7367821625ee8e94866b117990d207c9f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 15 Jun 2017 16:54:52 -0400 Subject: move existing content into the new standard structure This patch rearranges and reformats existing content. It replaces the home-grown autodoc feature with the one built into pbr, for consistency with other OpenStack projects. It depends on the doc-migration spec and a pbr feature to allow us to specify where the autodoc content should go in the source tree during the build. Change-Id: I8d2bb11b5ef3e46fcd22c8bed8f84060d8ab6f03 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb Signed-off-by: Doug Hellmann --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aea02f5..a407c52 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ glanceclient/versioninfo releasenotes/build # File created by docs build process /doc/source/ref +/doc/source/reference/api/* -- cgit v1.2.1