summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-19 13:22:30 +0000
committerAngelos Evripiotis <angelos.evripiotis@gmail.com>2019-02-19 17:19:39 +0000
commit726094dab637808815f01e82cd2b49f84033dc7d (patch)
tree04c2b195b9fe4e3003022ed17e98d3061c62423f
parentc8735974d76075e7103251d0b5fc759e22265ef7 (diff)
downloadbuildstream-726094dab637808815f01e82cd2b49f84033dc7d.tar.gz
doc/./arch_data_model: add some missing full-stops
-rw-r--r--doc/source/arch_data_model.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/source/arch_data_model.rst b/doc/source/arch_data_model.rst
index 69d75ebf3..a903687af 100644
--- a/doc/source/arch_data_model.rst
+++ b/doc/source/arch_data_model.rst
@@ -27,17 +27,17 @@ are the loaded representation of the ``.bst`` files loaded from the :ref:`projec
The *Element* is an abstract base class which cannot do anything on its own, its
concrete class is defined by *plugins* which are either included in the BuildStream
:ref:`core set of plugins <plugins>` or loaded from external sources :ref:`defined by the project
-<project_plugins>`
+<project_plugins>`.
The responsibilities of an element include:
-* Loading the element's configuration from the core provided dictionary
+* Loading the element's configuration from the core provided dictionary.
* Providing a unique key for any element specific configuration which might
- affect the output produced by the element
-* Configuring the sandbox
+ affect the output produced by the element.
+* Configuring the sandbox.
* Staging the data into the sandbox, which might include Sources and
- the outputs of previous elements
-* Assembling the output *artifact*
+ the outputs of previous elements.
+* Assembling the output *artifact*.
Element data structure
@@ -95,12 +95,12 @@ This is to say that:
The responsibilities of a source include:
-* Loading the source's configuration from the core provided dictionary
+* Loading the source's configuration from the core provided dictionary.
* Providing a unique key for any source specific configuration which might
- affect the staged source
-* Implement discovery of new versions of the source upstream (referred to as *"tracking"*)
-* Staging the unpacked source to a given directory
-* Preparing workspaces
+ affect the staged source.
+* Implement discovery of new versions of the source upstream (referred to as *"tracking"*).
+* Staging the unpacked source to a given directory.
+* Preparing workspaces.
Source data structure