summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-03-19 14:11:40 +0000
committerJavier Jardón <jjardon@gnome.org>2018-04-12 19:08:25 +0000
commitc4da7c904d1399c9a2ab43d132ea188a7f305232 (patch)
treea99eff9b961f666efa156495479e8a795a0a8742
parent6aba0ddb43b5e2275c3c12214e088e6301c16184 (diff)
downloadbuildstream-jjardon/getting_started.tar.gz
main_quickstart.rst: Add links/references to other sections of the docsjjardon/getting_started
-rw-r--r--doc/source/main_authoring.rst2
-rw-r--r--doc/source/main_quickstart.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/main_authoring.rst b/doc/source/main_authoring.rst
index 04a968e89..4acdc0cad 100644
--- a/doc/source/main_authoring.rst
+++ b/doc/source/main_authoring.rst
@@ -58,6 +58,8 @@ Build Elements
* :mod:`pip <elements.pip>` - Pip build element
+.. _sources-section:
+
Sources
~~~~~~~
The following source types are provided with BuildStream:
diff --git a/doc/source/main_quickstart.rst b/doc/source/main_quickstart.rst
index bf93425c1..f786b0d68 100644
--- a/doc/source/main_quickstart.rst
+++ b/doc/source/main_quickstart.rst
@@ -57,14 +57,12 @@ You can see at a glance that the upstream source tarball is referenced in the so
Note that the ref field here stores the SHA256 checksum of the contents of the file,
which BuildStream uses to validate the tarball after fetching it.
The source declares that is of kind: tar. BuildStream supports various other types of sources too.
-The list of built-in sources can be found here. Support for more types of source can be added by
-writing plugins.
+The list of built-in sources can be found :ref:`here <sources-section>`. Support for more types of source can be added by writing plugins.
There are no build instructions written here because GNU Nano uses a standard build system
that BuildStream already supports. The first line (kind: autotools) instructs BuildStream
that it should fill in the build instructions for this element using the autotools element plugin.
-There are various ways to override the defaults which are described in the "Composition"
-section of the reference manual.
+There are various ways to override the defaults which are described in the :ref:`"Composition" <format_composition>` section of the reference manual.
The depends section is a little harder to read at a glance. The filenames listed here are
other elements within the same project. One of these provides the pkg-config tool which is built