Skip to content

Commit

Permalink
generate header anchors for myst
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Nov 29, 2024
1 parent 694866a commit c100d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@
"repository_url": "https://github.com/globaldothealth/adtl",
"use_repository_button": True,
}

myst_heading_anchors = 3
2 changes: 1 addition & 1 deletion docs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c100d6d

Please sign in to comment.