Skip to content

Commit

Permalink
changed version of jsonschema2md for docemb
Browse files Browse the repository at this point in the history
  • Loading branch information
e-maud committed Nov 29, 2024
1 parent b0a58ea commit a0b20f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b20f9

Please sign in to comment.