Skip to content

Commit 261d961

Browse files
committed
rename cloudMetedata, add divide and regex plugins links
1 parent e63de82 commit 261d961

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/plugins.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Documentation for the specific individual plugins are available in the plugin RE
1414
### `if-plugins`
1515

1616

17-
* [Cloud instance metadata](https://github.com/Green-Software-Foundation/if-plugins/blob/main/src/lib/cloud-instance-metadata/README.md): Looks up detailed metadata about a given cloud instance type, including the physical processor being used.
17+
* [Cloud metadata](https://github.com/Green-Software-Foundation/if-plugins/blob/main/src/lib/cloud-metadata/README.md): Looks up detailed metadata about a given cloud instance type and region, including the physical processor being used.
1818
* [E-MEM](https://github.com/Green-Software-Foundation/if-plugins/blob/main/src/lib/e-mem/README.md): Calculate the energy expended due to memroy usage, by multiplying the energy used in GB by a coefficient.
1919
* [SCI-E](https://github.com/Green-Software-Foundation/if-plugins/blob/main/src/lib/sci-e/README.md): Calculates the sum of all energy components.
2020
* [SCI-M](https://github.com/Green-Software-Foundation/if-plugins/blob/main/src/lib/sci-m/README.md) - Calculates the embodied carbon for a component.
@@ -26,9 +26,10 @@ Documentation for the specific individual plugins are available in the plugin RE
2626
* [Multiply](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/multiply): a generic arithmetic plugin that allows you to multiply any set of input parameters.
2727
* [Coefficient](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/coefficient): a generic arithmetic plugin that allows you to multiply any input value by a coefficient.
2828
* [E-NET](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/e-net): simply multiplies the amount of data transferred (GB) by a coefficient (kWh/GB) to yield network/energy.
29-
* [Mock Observations Model](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/mock-observations): A model for mocking observations (inputs) for testing and demo purposes.
29+
* [Mock Observations](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/mock-observations): A plugin for mocking observations (inputs) for testing and demo purposes.
3030
* [CSV-Export](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/csv-export): a generic CSV exporter plugin.
31-
31+
* [Divide](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/divide): A generic plugin for doing arithmetic division of two values.
32+
* [Regex](https://github.com/Green-Software-Foundation/if-plugins/tree/main/src/lib/regex): A generic plugin to match part of one string and extract it into another.
3233

3334

3435
### `if-unofficial-plugins`

0 commit comments

Comments
 (0)