From c91c63f38ae19fc7568ae931293fa4c6adf4772d Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Thu, 9 Feb 2023 21:23:20 +0100 Subject: [PATCH] renamed files --- param-docs/generate-param-doc-pages.py | 2 +- ...MBER>.AllowNegativeRates.md => NUMBER.AllowNegativeRates.md} | 0 ...ransitionStart.md => NUMBER.AnalogDigitalTransitionStart.md} | 0 .../{.DecimalShift.md => NUMBER.DecimalShift.md} | 0 ...MBER>.ExtendedResolution.md => NUMBER.ExtendedResolution.md} | 0 ...{.IgnoreLeadingNaN.md => NUMBER.IgnoreLeadingNaN.md} | 0 .../{.MaxRateType.md => NUMBER.MaxRateType.md} | 0 .../{.MaxRateValue.md => NUMBER.MaxRateValue.md} | 0 ...ERS>.AllowNegativeRates.md => NUMBERS.AllowNegativeRates.md} | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename param-docs/parameter-pages/PostProcessing/{.AllowNegativeRates.md => NUMBER.AllowNegativeRates.md} (100%) rename param-docs/parameter-pages/PostProcessing/{.AnalogDigitalTransitionStart.md => NUMBER.AnalogDigitalTransitionStart.md} (100%) rename param-docs/parameter-pages/PostProcessing/{.DecimalShift.md => NUMBER.DecimalShift.md} (100%) rename param-docs/parameter-pages/PostProcessing/{.ExtendedResolution.md => NUMBER.ExtendedResolution.md} (100%) rename param-docs/parameter-pages/PostProcessing/{.IgnoreLeadingNaN.md => NUMBER.IgnoreLeadingNaN.md} (100%) rename param-docs/parameter-pages/PostProcessing/{.MaxRateType.md => NUMBER.MaxRateType.md} (100%) rename param-docs/parameter-pages/PostProcessing/{.MaxRateValue.md => NUMBER.MaxRateValue.md} (100%) rename param-docs/parameter-pages/PostProcessing/{.AllowNegativeRates.md => NUMBERS.AllowNegativeRates.md} (100%) diff --git a/param-docs/generate-param-doc-pages.py b/param-docs/generate-param-doc-pages.py index 5f41dae..b82c14c 100644 --- a/param-docs/generate-param-doc-pages.py +++ b/param-docs/generate-param-doc-pages.py @@ -1,6 +1,6 @@ """ For each parameter which can be found in the config file, -create a markdown file with a templated content it does not exist yet. +create a markdown file with a templated content if it does not exist yet. The files are grouped in sub folders representing the config sections. """ diff --git a/param-docs/parameter-pages/PostProcessing/.AllowNegativeRates.md b/param-docs/parameter-pages/PostProcessing/NUMBER.AllowNegativeRates.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.AllowNegativeRates.md rename to param-docs/parameter-pages/PostProcessing/NUMBER.AllowNegativeRates.md diff --git a/param-docs/parameter-pages/PostProcessing/.AnalogDigitalTransitionStart.md b/param-docs/parameter-pages/PostProcessing/NUMBER.AnalogDigitalTransitionStart.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.AnalogDigitalTransitionStart.md rename to param-docs/parameter-pages/PostProcessing/NUMBER.AnalogDigitalTransitionStart.md diff --git a/param-docs/parameter-pages/PostProcessing/.DecimalShift.md b/param-docs/parameter-pages/PostProcessing/NUMBER.DecimalShift.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.DecimalShift.md rename to param-docs/parameter-pages/PostProcessing/NUMBER.DecimalShift.md diff --git a/param-docs/parameter-pages/PostProcessing/.ExtendedResolution.md b/param-docs/parameter-pages/PostProcessing/NUMBER.ExtendedResolution.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.ExtendedResolution.md rename to param-docs/parameter-pages/PostProcessing/NUMBER.ExtendedResolution.md diff --git a/param-docs/parameter-pages/PostProcessing/.IgnoreLeadingNaN.md b/param-docs/parameter-pages/PostProcessing/NUMBER.IgnoreLeadingNaN.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.IgnoreLeadingNaN.md rename to param-docs/parameter-pages/PostProcessing/NUMBER.IgnoreLeadingNaN.md diff --git a/param-docs/parameter-pages/PostProcessing/.MaxRateType.md b/param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateType.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.MaxRateType.md rename to param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateType.md diff --git a/param-docs/parameter-pages/PostProcessing/.MaxRateValue.md b/param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateValue.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.MaxRateValue.md rename to param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateValue.md diff --git a/param-docs/parameter-pages/PostProcessing/.AllowNegativeRates.md b/param-docs/parameter-pages/PostProcessing/NUMBERS.AllowNegativeRates.md similarity index 100% rename from param-docs/parameter-pages/PostProcessing/.AllowNegativeRates.md rename to param-docs/parameter-pages/PostProcessing/NUMBERS.AllowNegativeRates.md