summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-24 23:15:14 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-24 23:15:14 -0400
commitb77323a56dbd0f4cf83ba44fa6e84e8948aa475f (patch)
treef9155d93162b56915cdae3138e08eaa6ab73a842
parent10d21ff040e8916a82741fd5527e0d29393c46d2 (diff)
downloadbuildstream-b77323a56dbd0f4cf83ba44fa6e84e8948aa475f.tar.gz
doc/source/format_declaring.rst: Improving linkage to other parts of the manual
Adding a couple of important links to relevant material.
-rw-r--r--doc/source/format_declaring.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/format_declaring.rst b/doc/source/format_declaring.rst
index 39c099dcf..4631ee3e8 100644
--- a/doc/source/format_declaring.rst
+++ b/doc/source/format_declaring.rst
@@ -197,7 +197,7 @@ building sources which use autotools. Element default configurations can be over
in the ``project.conf`` file and additionally overridden in the declaration of an element.
For meaningful documentation on what can be specified in the ``config`` section for a given
-element ``kind``, refer to the element specific documentation.
+element ``kind``, refer to the :ref:`element specific documentation <plugins>`.
.. _format_public:
@@ -223,6 +223,9 @@ An element is allowed to read domain data from any element it depends on, and us
may specify additional domains to be understood and processed by their own element
plugins.
+The public data keys which are recognized under the ``bst`` domain
+can be viewed in detail in the :ref:`builtin public data <public_builtin>` section.
+
.. _format_sandbox: