From 141e31f475ba99e53dac10e91579fd0b54139c22 Mon Sep 17 00:00:00 2001 From: fershad <27988517+fershad@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:15:30 +0800 Subject: [PATCH] List input definitions Put input definitions into a markdown list, rather than paragraphs. This aids readability, and prevents the definitions for merging into one long block of text. Signed-off-by: fershad <27988517+fershad@users.noreply.github.com> --- docs/M/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/M/index.md b/docs/M/index.md index a3766e7..cecefdf 100644 --- a/docs/M/index.md +++ b/docs/M/index.md @@ -24,19 +24,19 @@ If your application is running on the cloud, the hardware resources would be sha M = TE * TS * RS -TE = Total embodied emissions, meaning the sum of life cycle assessment (LCA) emissions for all hardware components -`TS = Time-share, meaning the share of the total life span of the hardware reserved for use by the software -`RS = Resource-share, meaning the share of the total available resources of the hardware reserved for use by the software. +- TE = Total embodied emissions, meaning the sum of life cycle assessment (LCA) emissions for all hardware components +- `TS = Time-share, meaning the share of the total life span of the hardware reserved for use by the software` +- RS = Resource-share, meaning the share of the total available resources of the hardware reserved for use by the software. We can further refine the equation: M = TE * (TR/EL) * (RR/TR) -TE = Total embodied emissions, meaning the sum of LCA emissions for all hardware components -TR = Time reserved, meaning the length of time the hardware is reserved for use by the software -EL = Expected lifespan, meaning the anticipated time that the equipment will be installed -RR = Resources reserved, meaning the number of resources reserved for use by the software -TR = Total Resources, meaning the total number of resources available. +- TE = Total embodied emissions, meaning the sum of LCA emissions for all hardware components +- TR = Time reserved, meaning the length of time the hardware is reserved for use by the software +- EL = Expected lifespan, meaning the anticipated time that the equipment will be installed +- RR = Resources reserved, meaning the number of resources reserved for use by the software +- TR = Total Resources, meaning the total number of resources available. The explanation of each of the components in this formula is also given in the specification.