From a0b20f9d54e55911f2eb55ad03fc3db437f6a14f Mon Sep 17 00:00:00 2001 From: Maud Ehrmann Date: Fri, 29 Nov 2024 10:33:31 +0100 Subject: [PATCH] changed version of jsonschema2md for docemb --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 83f549d..c27b4a7 100644 --- a/Makefile +++ b/Makefile @@ -31,11 +31,12 @@ documentation: jsonschema2md -d json/topic_model/ --header false -n -v 06 -o docs -x - -s propTable jsonschema2md -d json/language_identification/ --header false -n -v 06 -o docs -x - -s propTable jsonschema2md -d json/entities/ --header false -n -v 2020-12 -o docs -x - -s propTable - jsonschema2md -d json/embeddings/ --header false -n -v 2020-12 -o docs -x - -s propTable - #jsonschema2md -d json/linguistic_annotation/ -n -v 06 -o docs + jsonschema2md -d json/embeddings/ --header false -n -v 2024-09 -o docs -x - -s propTable + jsonschema2md -d json/linguistic_annotation/ -n -v 06 -o docs jsonschema2md -d json/versioning/ --header false -n -v 2024-02 -o docs -x - -s propTable jsonschema2md -d json/text_reuse/ --header false -n -v 2024-09 -o docs -x - -s propTable + ########################################################################################## # Simple macros for tests define print-test-ok