File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * No news added.
4+
5+ **Changed: **
6+
7+ * <news item>
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
Original file line number Diff line number Diff line change @@ -45,6 +45,19 @@ class Profile:
4545 Extra requirement lines (scripts or packages).
4646 source : path-like
4747 Absolute path to the YAML file that defined the profile.
48+
49+ Profile Format
50+ --------------
51+ All profile `.yaml` files must have the following structure::
52+
53+ packs:
54+ - <pack_name>
55+
56+ extras:
57+ - <additional_package_name>
58+
59+ The file name is the profile identifier used for installing profiles.
60+ See `requirements/profiles/all.yml` for an example.
4861 """
4962
5063 name : str
You can’t perform that action at this time.
0 commit comments