You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tg2/_make_review/README.md
+36-32Lines changed: 36 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,7 @@ This directory \_make_review.
31
31
_make_review
32
32
├── copy_files.sh Copies files from the source tree to the target tree. **Editable.**
33
33
├── do_build.sh Runs the build scripts in the _build_review directory. **Editable.**
34
-
├── README.md This file. **Editable.**
35
-
└── requirements.txt Python libraries required to run the build scripts. **Editable.**
34
+
└── README.md This file. **Editable.**
36
35
</pre>
37
36
38
37
## The Source directory for the build: \_build_review
@@ -49,45 +48,50 @@ Most of these files are generated by the build scripts in the _build_review dire
49
48
Summary of files in the tg2/\_review directory:
50
49
51
50
<pre>
52
-
├── README.md Introduction for public review of th draft **Editable.**
51
+
_review/
52
+
├── README.md Introduction for public review of the draft **Editable.**
53
53
├── index.md Landing page for the standard. **Editable.** (the references are embedded in this file)
54
+
├── workflow_single_iteration.svg image file used in index.md, **Editable.**
55
+
├── workflow_two_iterations.svg image file used in index.md, **Editable.**
54
56
├── dist Generated CSV distribution files for building other artifacts.
55
57
│ ├── bdq.xml Generated RDF for bdq vocabulary (built with draft_build-termlist.py).
56
-
│ ├── bdqcore.json JSON serialization of the RDF representation of test descriptions, built by kurator-ffdq from bdq/tg2/core/TG2_tests.csv as bdq/tg2/core/TG2_tests.ttl.
57
-
│ ├── bdqcore.ttl Turtle serialization of the RDF representation of test descriptions, built by kurator-ffdq from bdq/tg2/core/TG2_tests.csv as bdq/tg2/core/TG2_tests.ttl.
58
-
│ ├── bdqcore.xml RDF/XML serialization of the RDF representation of test descriptions, built by kurator-ffdq from bdq/tg2/core/TG2_tests.csv as bdq/tg2/core/TG2_tests.xml.
59
-
│ ├── bdqcore_singlerecord_tests_current.csv CSV list of current bdqcore SingleRecord tests, for the convenience of implementers. Produced by _make_review/copy_files.sh
60
-
│ ├── bdqtest_multirecord_tests_current.csv CSV list of current bdqcore MultiRecord tests, for the convenience of implementers. Produced by _make_review/copy_files.sh
61
-
│ ├── bdqcore_tests_vertical.csv List of test label, prefLabel, and fully qualified name.
58
+
│ ├── bdqtest.json JSON serialization of the RDF representation of test descriptions, built by kurator-ffdq from bdq/tg2/core/TG2_tests.csv as bdq/tg2/core/TG2_tests.ttl.
59
+
│ ├── bdqtest.ttl Turtle serialization of the RDF representation of test descriptions, built by kurator-ffdq from bdq/tg2/core/TG2_tests.csv as bdq/tg2/core/TG2_tests.ttl.
60
+
│ ├── bdqtest.xml RDF/XML serialization of the RDF representation of test descriptions, built by kurator-ffdq from bdq/tg2/core/TG2_tests.csv as bdq/tg2/core/TG2_tests.xml.
61
+
│ ├── bdqtest_singlerecord_tests_current.csv CSV list of current bdqtest SingleRecord tests, for the convenience of implementers. Produced by _make_review/copy_files.sh
62
+
│ ├── bdqtest_multirecord_tests_current.csv CSV list of current bdqtest MultiRecord tests, for the convenience of implementers. Produced by _make_review/copy_files.sh
63
+
│ ├── bdqtest_tests_vertical.csv List of test label, prefLabel, and fully qualified name.
62
64
│ ├── bdqcrit.xml Generated RDF for bdqcrit vocabulary (built with draft_build-termlist.py).
63
65
│ ├── bdqdim.xml Generated RDF for bdqdim vocabulary (built with draft_build-termlist.py).
64
66
│ └── bdqenh.xml Generated RDF for bdqenh vocabulary (built with draft_build-termlist.py).
65
67
├── docs Human-readable documentation files built from files in build directory.
66
-
│ ├── bdqcore Landing page for bdqcore, with normative statements.
68
+
│ ├── bdqtest Landing page for bdqtest, with normative statements.
67
69
│ │ └── index.md Generated file. **Do not edit.**
68
70
│ ├── bdqffdq Landing page for bdqffdq, with normative statements.
69
71
│ │ └── index.md Generated file. **Do not edit.**
70
72
│ ├── extension Build targets for Human readable vocabulary extension documents.
71
73
│ │ └── bdqffdq
72
-
│ │ └── index.md Generated extension document. **Do not edit.**
0 commit comments