summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 20:54:18 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 21:12:37 -0400
commitea775fa30ba0087b8d2f8cb50ad00d41aa808fe3 (patch)
tree904d848cb2e9b2c55e140f2971c1fc58369ca1b0
parentd0dc9e64feb9beecdccd5e03c36aacab2d429b86 (diff)
downloadbuildstream-ea775fa30ba0087b8d2f8cb50ad00d41aa808fe3.tar.gz
doc: Removed some unused link targets
-rw-r--r--doc/source/format.rst2
-rw-r--r--doc/source/formatintro.rst2
-rw-r--r--doc/source/main_install.rst3
-rw-r--r--doc/source/main_using.rst3
-rw-r--r--doc/source/public.rst4
5 files changed, 0 insertions, 14 deletions
diff --git a/doc/source/format.rst b/doc/source/format.rst
index 04c458d01..2b9e0ea25 100644
--- a/doc/source/format.rst
+++ b/doc/source/format.rst
@@ -1,6 +1,4 @@
-.. _format:
-
Element constructs
==================
diff --git a/doc/source/formatintro.rst b/doc/source/formatintro.rst
index 9bc1051c4..b1780f9dc 100644
--- a/doc/source/formatintro.rst
+++ b/doc/source/formatintro.rst
@@ -1,6 +1,4 @@
-.. _formatintro:
-
Introduction
============
diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst
index 240157e00..31e4680fb 100644
--- a/doc/source/main_install.rst
+++ b/doc/source/main_install.rst
@@ -1,7 +1,4 @@
-
-.. _main_install:
-
Installing
==========
This section covers how to install BuildStream onto your machine, how to run BuildStream inside a docker image and also how to configure an artifact server.
diff --git a/doc/source/main_using.rst b/doc/source/main_using.rst
index befb4570a..62846baf8 100644
--- a/doc/source/main_using.rst
+++ b/doc/source/main_using.rst
@@ -1,7 +1,4 @@
-
-.. _main_using:
-
Using BuildStream
=================
This section details how to use the BuildStream command line interface and work with existing BuildStream projects.
diff --git a/doc/source/public.rst b/doc/source/public.rst
index beae53e66..e640de7bb 100644
--- a/doc/source/public.rst
+++ b/doc/source/public.rst
@@ -1,10 +1,6 @@
-.. _public:
-
-
Builtin public data
===================
-
Elements can provide public data which can be read by other elements
later in the pipeline, the format for exposing public data on a given
element is :ref:`described here <format_public>`.