diff --git a/doc/heat-dev-env.rst b/doc/heat-dev-env.rst
index 17de5393c6..380194da1d 100644
--- a/doc/heat-dev-env.rst
+++ b/doc/heat-dev-env.rst
@@ -1,5 +1,5 @@
-A Kolla Cluster with Heat
-=========================
+Development Environment with Heat
+=================================
 
 These `Heat <https://wiki.openstack.org/wiki/Heat>`__ templates will
 deploy an *N*-node `Kolla <https://wiki.openstack.org/Kolla>`__ cluster,
diff --git a/doc/image-building.rst b/doc/image-building.rst
index ea98cb888c..7743f2860a 100644
--- a/doc/image-building.rst
+++ b/doc/image-building.rst
@@ -1,5 +1,5 @@
-Image building
-==============
+Building Container Images
+=========================
 
 The ``tools/build.py`` script in this repository is
 responsible for building docker images.
diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 068c95decf..f6c42455f2 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -1,5 +1,5 @@
-Quickstart to Deploying OpenStack using Ansible
-===============================================
+Bare Metal Deployment of Kolla
+==============================
 
 Evaluation and Developer Environments
 -------------------------------------
diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst
index 6ba11131eb..4c543183bf 100644
--- a/doc/vagrant-dev-env.rst
+++ b/doc/vagrant-dev-env.rst
@@ -1,5 +1,5 @@
-Vagrant up!
-===========
+Developemnt Environment with Vagrant
+====================================
 
 This guide describes how to use `Vagrant <http://vagrantup.com>`__ to
 assist in developing for Kolla.