Fix imports in `doctools.py #857
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
doctools.pymight not be importing decision tables correctly #855doctools.pywasn't importing all theDecisionTableobject it should have been, which means it wasn't generating expected.jsonexample files. This PR fixes that.Copilot Summary
This pull request removes several unused decision point JSON files and updates the documentation tooling to include decision tables in the import process. It also renames a decision table file for consistency and makes a minor update to its metadata.
Removals of unused decision point definitions:
data/json/decision_points/x_basic/anddata/json/decision_points/x_community/:do_schedule_delegate_delete_1_0_0.jsonmoscow_1_0_0.jsonvalue_complexity_1_0_0.jsonyes_no_1_0_0.jsontheparanoids_1_0_0.jsonDocumentation tooling improvements:
src/ssvc/doctools.pyto include decision tables in the import process by adding a call tofind_modules_to_importfor thedecision_tablesdirectory.File renaming and metadata update:
cisa_coordinate_dt_2_0_3.jsontocisa_coordinator_2_0_3.jsonand updated the "name" field to "CISA Coordinator" for consistency.