Skip to content

Commit

Permalink
Add include to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored and praiskup committed Sep 6, 2022
1 parent f9eb4a7 commit 0741c1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/spec_multispec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,19 @@ behind this file):
``distroinfo`` *group* is an exception, as its members ``distros`` list
are used in the cartesian product.

* ``matrix`` (optional) - currently, this attribute can only contain two
* ``matrix`` (optional) - currently, this attribute can only contain three
members.

* The ``exclude`` attribute contains a list of combinations excluded
from the matrix. The ``distroinfo`` members must be referred to via
``distro`` list.

* The ``include`` attribute contains a list of combinations included
from the matrix. The ``distroinfo`` members must be referred to via
``distro`` list.

``exclude`` and ``include`` are mutually exclusive.

* The ``combination_extras`` member contains a list of combinations and
extras, mapping of key-value pairs, which are only added to this combination
and can be used in your templates.
Expand Down

0 comments on commit 0741c1a

Please sign in to comment.