From 0060cceafc57fefe7673eff9670e5684adee2de5 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 23 Dec 2024 14:19:51 -0500 Subject: [PATCH] Fix section-title typos for docs in #1735 (#1736) * fix typo in flatten/unflatten doc section titles * run `make docs` --- docs/src/flatten-unflatten.md | 9 --------- docs/src/flatten-unflatten.md.in | 9 --------- 2 files changed, 18 deletions(-) diff --git a/docs/src/flatten-unflatten.md b/docs/src/flatten-unflatten.md index ff428ca39..da0e817db 100644 --- a/docs/src/flatten-unflatten.md +++ b/docs/src/flatten-unflatten.md @@ -392,15 +392,6 @@ f.g 6 ] -## Non-inferencing cases - -An additional heuristic is that if a field name starts with a `.`, ends with -a `.`, or has two or more consecutive `.` characters, no attempt is made -to unflatten it on conversion from non-JSON to JSON. - -## Manual control - - ## Manual control To see what our options are for manually controlling flattening and diff --git a/docs/src/flatten-unflatten.md.in b/docs/src/flatten-unflatten.md.in index 152efadba..951ea1f58 100644 --- a/docs/src/flatten-unflatten.md.in +++ b/docs/src/flatten-unflatten.md.in @@ -174,15 +174,6 @@ GENMD-RUN-COMMAND mlr --icsv --ojson cat data/flatten-dots.csv GENMD-EOF -## Non-inferencing cases - -An additional heuristic is that if a field name starts with a `.`, ends with -a `.`, or has two or more consecutive `.` characters, no attempt is made -to unflatten it on conversion from non-JSON to JSON. - -## Manual control - - ## Manual control To see what our options are for manually controlling flattening and