Begin documenting how to build and release voltctl

Change-Id: Icbfb50fdf69e608281ee0af62b7501240c5d875c
diff --git a/VERSION b/VERSION
index 2f247a4..6d27db5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.10.14
+2.10.15
diff --git a/howto/edit_voltha_docs.rst b/howto/edit_voltha_docs.rst
index 6a3ba66..17beb08 100644
--- a/howto/edit_voltha_docs.rst
+++ b/howto/edit_voltha_docs.rst
@@ -32,6 +32,23 @@
    $ "$BROWSER" _build/html/index.html  # BROWSER='firefox'
 
 
+Interactive editing: real time updates
+""""""""""""""""""""""""""""""""""""""
+
+Another useful convenience makefile target to try is the reload target.
+"make reload" will invoke the sphinx-reload program, spawn a web page for
+viewing html documentation pages followed by periodic regeneration of page
+content.
+
+.. sourcecode:: shell
+
+   $ git clone ssh://gerrit.opencord.org:29418/voltha-docs
+
+   $ cd voltha-docs
+   $ make reload
+   $ vi *.rst
+
+
 make lint (syntax checking)
 """""""""""""""""""""""""""
 - `make help (pending) <https://gerrit.opencord.org/c/voltha-system-tests/+/33306>`
diff --git a/howto/index.rst b/howto/index.rst
index 0167429..1f23a6c 100644
--- a/howto/index.rst
+++ b/howto/index.rst
@@ -6,5 +6,5 @@
 
    code/index
    edit_voltha_docs
-   release/installVoltctl
+   release/index
    voltha_repositories
diff --git a/howto/release/index.rst b/howto/release/index.rst
new file mode 100644
index 0000000..f3a6ed7
--- /dev/null
+++ b/howto/release/index.rst
@@ -0,0 +1,8 @@
+Release
+=======
+.. toctree::
+   :maxdepth: 2
+
+   voltctl/install
+   voltctl/release
+   voltctl/see_also
diff --git a/howto/release/installVoltctl.rst b/howto/release/installVoltctl.rst
deleted file mode 100644
index 78fa5f1..0000000
--- a/howto/release/installVoltctl.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-VOLTHA Release: installVoltctl.groovy
-=====================================
-
-Release Notes
--------------
-The `repo:ci-management :: vars/installVoltctl.groovy <https://gerrit.opencord.org/plugins/gitiles/ci-management/+/refs/heads/master/vars/installVoltctl.groovy>`_ script is used to a versioned installed voltctl binary when working with LTS or an older released version.
-
-During release the install program will require an edit to capture the HEAD version of voltctl at the time of release.
-
-See Also
---------
-   * `vars/installVolthactl.groovy <https://gerrit.opencord.org/plugins/gitiles/ci-management/+/refs/heads/master/vars/installVoltctl.groovy>`_
-   * `VOLTHA Release Process <https://docs.voltha.org/master/release_notes/release_process.html?highlight=release>`_