Skip to content

Commit d629922

Browse files
authored
Merge pull request #129 from Green-Software-Foundation/rename-manifest-imp-2
more renaming
2 parents 014bbbd + 6445459 commit d629922

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/major-concepts/imp-file.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
sidebar-position: 2
33
---
44

5-
# Manifest File
5+
# IMP Files
66

7-
Manifest files are fundamental to Impact Framework and they serve multiple important purposes, including:
7+
IMP files are fundamental to Impact Framework and they serve multiple important purposes, including:
88

99
- They contain all the necessary configurations for Impact Framework
1010
- They define your application architecture
@@ -25,7 +25,7 @@ Anyone can download Impact Framework and execute an IMP file to verify the resul
2525

2626
### Overview
2727

28-
Manifest files can be simple or very intricate, depending on the plugin pipeline you want to use and the complexity of your application. However, all IMP files conform to a basic structure that looks as follows:
28+
IMP files can be simple or very intricate, depending on the plugin pipeline you want to use and the complexity of your application. However, all IMP files conform to a basic structure that looks as follows:
2929

3030
```yaml
3131
name:

docs/pipelines/cpu-to-carbon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ correct-cpu-energy-for-vcpu-ratio:
165165
output: cpu/energy
166166
```
167167

168-
## Manifest
168+
## IMP
169169

170170
```yaml
171171
name: teads curve demo

docs/pipelines/instance-metadata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extract-processor-name:
8484
output: cpu/name
8585
```
8686

87-
## Manifest
87+
## IMP
8888

8989
```yaml
9090
name: instance-metadata

docs/pipelines/sci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ sci:
189189
functional-unit: users
190190
```
191191

192-
## Manifest
192+
## IMP
193193

194194
```yaml
195195
name: sci example

docs/pipelines/template.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<!--- List the plugins used, the instance names, a brief description of the purpose of each instance and list out the config for each instance. -->
3232

33-
## Manifest
33+
## IMP
3434

3535
<!--- Provide the IMP in full. -->
3636

docs/users/how-to-use-the-explain-feature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 7
44

55
# How to check parameters and units using `explainer`
66

7-
Manifest files can get complicated, especially when there are many plugin instances initialized. It can be challenging to keep track of the flow of parameters and their units through a pipeline. To help IMP authors and auditors verify the correct flow of information through a pipeline, we provide the `explainer` feature.
7+
IMP files can get complicated, especially when there are many plugin instances initialized. It can be challenging to keep track of the flow of parameters and their units through a pipeline. To help IMP authors and auditors verify the correct flow of information through a pipeline, we provide the `explainer` feature.
88

99
`explainer` adds a block to the IMP that simply lists the parameter metadata used be the plugin's instance in the IMP. The metadata contains:
1010

0 commit comments

Comments
 (0)