summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-19 13:22:30 +0000
committerJürg Billeter <j@bitron.ch>2019-02-20 06:06:53 +0000
commitd7596d1c42ed44557eb4c58f8bb068b8f9502d49 (patch)
tree8ff2ba66389d9c94690756a15e83e0706eab08c0
parent6e86d4dbb710bec8e42678fe4585f16cb7f24b05 (diff)
downloadbuildstream-d7596d1c42ed44557eb4c58f8bb068b8f9502d49.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