blob: 4bb4102677eb6a244a04c2fb53ce502803fef57f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
.. BuildStream documentation master file, created by
sphinx-quickstart on Mon Nov 7 21:03:37 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
BuildStream Documentation
=========================
About BuildStream
-----------------
BuildStream is a flexible and extensible framework for the modelling of build
pipelines in a declarative YAML format, written in python.
These pipelines are composed of abstract elements which perform mutations on
*filesystem data* as input and output, and are related to eachother by their
dependencies.
.. toctree::
:maxdepth: 2
:caption: Installing
install
docker
.. toctree::
:maxdepth: 2
:caption: General documentation
main_using
main_authoring
artifacts
.. toctree::
:maxdepth: 2
:caption: Reference documentation
main_core
modules
.. toctree::
:maxdepth: 2
:caption: Contributing
HACKING
|