From d4c4a2262e60a84fd865b4bd96fb3659c39403b2 Mon Sep 17 00:00:00 2001 From: Christian Boulanger <info@bibliograph.org> Date: Sun, 29 Sep 2024 19:22:54 +0200 Subject: [PATCH] Update documentation --- convert-anystyle-data/anystyle-to-tei.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/convert-anystyle-data/anystyle-to-tei.ipynb b/convert-anystyle-data/anystyle-to-tei.ipynb index 7976a12..01ce2be 100644 --- a/convert-anystyle-data/anystyle-to-tei.ipynb +++ b/convert-anystyle-data/anystyle-to-tei.ipynb @@ -1128,9 +1128,7 @@ " </standOff>\n", "</TEI>\n", "```\n", - "\n", - "Todo: \n", - " - don't iterate over the lines of the files in `./ref` but over `<bibl>` in the files in `./tei-bibl-corrected`" + "The full input string is enclosed in a `<desc>` node as the first child of `<listBibl>`." ], "id": "3b4192e5e772efda" }, -- GitLab