We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1ca2c commit dbcc850Copy full SHA for dbcc850
src/diffpy/cmi/profilesmanager.py
@@ -45,6 +45,19 @@ class Profile:
45
Extra requirement lines (scripts or packages).
46
source : path-like
47
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.
61
"""
62
63
name: str
0 commit comments