From c100d6d1a4bb089835666aedc59ced32ed358606 Mon Sep 17 00:00:00 2001 From: Pip Liggins Date: Fri, 29 Nov 2024 13:48:59 +0000 Subject: [PATCH] generate header anchors for myst --- docs/conf.py | 2 ++ docs/specification.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 27f0162..a14e732 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,3 +38,5 @@ "repository_url": "https://github.com/globaldothealth/adtl", "use_repository_button": True, } + +myst_heading_anchors = 3 diff --git a/docs/specification.md b/docs/specification.md index d5c666e..c69953b 100644 --- a/docs/specification.md +++ b/docs/specification.md @@ -54,7 +54,7 @@ if not present in a datafile, following the same syntax as `fieldPattern` key. with either "date_" / "_date" in the field name or that have format date set in the JSON schema * **returnUnmatched**: Returns all values that are not able to be converted - according to the provided rules and formats. For fields with [value mappings](#field-with-value-mapping), it is equivalent to using `ignoreMissingKeys`. Fields using [data transformation functions](#data-transformations-(apply)) will issue a warning to the + according to the provided rules and formats. For fields with [value mappings](#field-with-value-mapping), it is equivalent to using `ignoreMissingKeys`. Fields using [data transformation functions](#data-transformations-apply) will issue a warning to the terminal describing the error in the transformation. Transformations requiring multiple parameters will only return the current field value that was not transformed. > :warning: This is likely to return columns with non-matching datatypes. External json