summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>`.