Merge "[User Guides] Remove Admin User Guide from build"

This commit is contained in:
Jenkins 2016-04-06 06:24:10 +00:00 committed by Gerrit Code Review
commit ba15858144
3 changed files with 1 additions and 3 deletions

View File

@ -35,7 +35,6 @@ declare -A SPECIAL_BOOKS=(
["install-guide"]="RST"
["networking-guide"]="RST"
["user-guide"]="RST"
["user-guide-admin"]="RST"
# Do not translate
["cli-reference"]="skip"
["config-reference"]="skip"

View File

@ -11,7 +11,7 @@ if [[ $# > 0 ]] ; then
fi
fi
for guide in user-guide user-guide-admin admin-guide \
for guide in user-guide admin-guide \
contributor-guide image-guide arch-design cli-reference; do
tools/build-rst.sh doc/$guide $GLOSSARY --build build \
--target $guide $LINKCHECK

View File

@ -4,7 +4,6 @@
<p>Introduction to using the OpenStack API</p>
<a href="/user-guide/">End User Guide (includes Python SDK)</a>
<p>Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK</p>
<a href="/user-guide-admin/">Admin User Guide</a>
<p>Manage projects, images, and users in an OpenStack environment</p>
<a href="/cli-reference/">Command-Line Interface Reference</a>
<p>Comprehensive OpenStack command-line reference</p>