summaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/design/index.rst4
-rw-r--r--docs/development/overview/index.rst4
-rw-r--r--docs/development/requirements/index.rst4
3 files changed, 12 insertions, 0 deletions
diff --git a/docs/development/design/index.rst b/docs/development/design/index.rst
index 44e0058..a4a3dab 100644
--- a/docs/development/design/index.rst
+++ b/docs/development/design/index.rst
@@ -1,3 +1,7 @@
+.. _sdnvpn-design:
+
+.. _sdnvpn-design:
+
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) Tim Irnich, (tim.irnich@ericsson.com) and others
diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst
index 8bd29f8..a732e41 100644
--- a/docs/development/overview/index.rst
+++ b/docs/development/overview/index.rst
@@ -1,3 +1,7 @@
+.. _sdnvpn-overview:
+
+.. _sdnvpn-overview:
+
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) Tim Irnich, (tim.irnich@ericsson.com) and others
diff --git a/docs/development/requirements/index.rst b/docs/development/requirements/index.rst
index 44e0058..1a1acbe 100644
--- a/docs/development/requirements/index.rst
+++ b/docs/development/requirements/index.rst
@@ -1,3 +1,7 @@
+.. _sdnvpn-requirements:
+
+.. _sdnvpn-requirements:
+
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) Tim Irnich, (tim.irnich@ericsson.com) and others
ess required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Contributors: # Aihua Li, Huawei Technologies. # function to emit error message before quitting function die() { echo $1 exit 1 } # determine this machine's distro-version distro=`lsb_release -i | cut -f 2` distro_dir=$distro if [ -d "$distro_dir" ] && [ -e $distro_dir/build_base_machine.sh ]; then $distro_dir/build_base_machine.sh else die "$distro_dir is not yet supported" fi