strictdoc 0.0.55__tar.gz → 0.0.55a2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/PKG-INFO +1 -1
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/__init__.py +1 -1
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/p01_sdoc/reqif_to_sdoc_converter.py +51 -78
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/p01_sdoc/sdoc_to_reqif_converter.py +28 -65
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/p11_polarion/reqif_to_sdoc_converter.py +0 -2
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/reqif_export.py +0 -1
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/reqif_import.py +3 -14
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/grammar_reader.py +2 -15
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/document_grammar.py +5 -28
- strictdoc-0.0.55a2/strictdoc/backend/sdoc/pickle_cache.py +40 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/reader.py +14 -4
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/cli/cli_arg_parser.py +2 -18
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/cli/command_parser_builder.py +0 -40
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/cli/main.py +2 -14
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/actions/import_action.py +1 -5
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/project_config.py +0 -24
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/md5.py +1 -1
- strictdoc-0.0.55a2/strictdoc/helpers/pickle.py +11 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/routers/main_router.py +2 -6
- strictdoc-0.0.55/strictdoc/backend/sdoc/constants.py +0 -6
- strictdoc-0.0.55/strictdoc/backend/sdoc/pickle_cache.py +0 -73
- strictdoc-0.0.55/strictdoc/helpers/pickle.py +0 -16
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/.gitignore +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/CHANGELOG.md +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/CONTRIBUTING.md +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/Dockerfile +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/LICENSE +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/NOTICE +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/README.md +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/docs_extra/DO178_requirements.sdoc +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/docs_extra/Zephyr_requirements.sdoc +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/drafts/requirements/strictdoc.toml +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/drafts/rst_examples.sdoc +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/drafts/strictdoc_low_level_requirements.sdoc_.sdoc +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/mypy.ini +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/pyproject.toml +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/requirements.bootstrap.txt +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/requirements.check.txt +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/ruff.toml +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/excel/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/excel/excel_import.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/excel/export/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/excel/export/excel_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/excel/import_/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/excel/import_/excel_to_sdoc_converter.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/p01_sdoc/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/p11_polarion/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/sdoc_reqif_fields.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/document_reference.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/error_handling.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/errors/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/errors/document_tree_error.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/free_text_reader.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/grammar/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/grammar/grammar.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/grammar/grammar_builder.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/grammar/grammar_grammar.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/grammar/type_system.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/anchor.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/constants.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/document.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/document_config.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/document_from_file.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/document_view.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/free_text.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/inline_link.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/node.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/object_factory.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/reference.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/section.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/models/type_system.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/processor.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/validations/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/validations/sdoc_validator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc/writer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc_source_code/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc_source_code/grammar.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc_source_code/models/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc_source_code/models/range_marker.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc_source_code/models/requirement_marker.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc_source_code/models/source_file_info.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/sdoc_source_code/reader.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/cli/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/cli/argument_int_range.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/commands/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/commands/about_command.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/commands/diff_command.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/commands/dump_grammar_command.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/commands/manage_autouid_command.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/commands/version_command.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/actions/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/actions/export_action.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/actions/passthrough_action.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/analyzers/document_stats.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/analyzers/document_uid_analyzer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/asset_manager.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/document_finder.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/document_iterator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/document_meta.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/document_tree.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/document_tree_iterator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/environment.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/file_traceability_index.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/file_tree.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/finders/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/finders/source_files_finder.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/graph/abstract_bucket.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/graph/many_to_many_set.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/graph/one_to_one_dictionary.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/graph/validations.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/graph_database.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/query_engine/grammar.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/query_engine/query_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/query_engine/query_reader.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/source_tree.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/traceability_index.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/traceability_index_builder.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/constants.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/create_requirement.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/delete_section.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/section.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/update_document_config.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/update_free_text.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/update_grammar.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/update_grammar_element.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/update_included_document.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/update_requirement.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/transforms/validation_error.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/core/tree_cycle_detector.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/document_dot_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/dot_templates.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile1/document.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile1/folder.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile1/legend.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile1/requirement.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile1/section.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile1/top_level.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile2/document.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile2/folder.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile2/requirement.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile2/section.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/dot/templates/profile2/top_level.dot +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/autogen.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/base.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/collapsible_list.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/collapsible_toc.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/collapsible_tree.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/content.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/anchor_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/copy_to_clipboard_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/deletable_field_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/draggable_list_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/dropdown_menu_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/editable_field_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/modal_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/movable_field_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/scroll_into_view_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/controllers/tabs_controller.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/diff.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/diff.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/element.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/favicon.ico +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/fonts/NotoSans-VariableFont_wdth,wght.ttf +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/fonts/NotoSansMono-VariableFont_wdth,wght.ttf +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/form.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/html2pdf/bundle.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/layout.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/node.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/pan_with_space.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/project_tree.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/project_tree.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/requirement-tree.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/requirement.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/requirement__temporary.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/requirements-coverage.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/resizable_bar.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/source-code-coverage.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/source.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/stimulus.min.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/table_vew.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/toc_highlighting.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/traceability_matrix.css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/tree(not_in_use).css +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/turbo.min.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/viewtype_menu.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static/zoomable.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/LICENSE-MATHJAX +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/tex.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Zero.woff +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mathjax/tex-mml-chtml.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/mermaid/mermaid.min.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/_static_extra/rapidoc/rapidoc-min.js +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/document_type.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/document_config_form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/grammar_element_form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/grammar_form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/included_document_form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/requirement_form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/rows/row_with_grammar_element_form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/form_objects/section_form_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/document.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/document_deep_trace.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/document_pdf.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/document_table.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/document_trace.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/document_tree.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/project_statistics.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/source_file_coverage.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/source_file_view_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/traceability_matrix.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/diff_screen_results_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/diff_screen_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/document_screen_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/project_statistics_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/project_tree_stats.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/project_tree_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/search_screen_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/source_file_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/generators/view_objects/traceability_matrix_view_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/html_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/html_templates.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/renderers/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/renderers/html_fragment_writer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/renderers/link_renderer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/renderers/markup_renderer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/renderers/text_to_html_writer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg__separator.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_add.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_add_above.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_add_below.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_add_child.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_anchor.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_back.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_book.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_close.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_code.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_copy.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_delete.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_diff.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_document.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_done.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_edit.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_expand.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_file.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_folder.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_folder_collapse.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_folder_sm.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_fragment.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_fragment_draft.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_gear.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_go_to_doc.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_index.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_list.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_maximize.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_minimize.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_minusminus.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_move_down.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_move_up.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_plusplus.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_project.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_reset.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_search.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_source.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_stat.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_sync.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_toc.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_res/svg_ico16_tree.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_shared/nav.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_shared/requirement_block/files_tree.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_shared/requirement_tree_left.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_shared/requirement_tree_right.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/_shared/tags.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/_shared/stream_refresh_document.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/_shared/stream_updated_toc.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/add_requirement_comment/stream_add_requirement_comment.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/add_requirement_relation/stream_add_requirement_relation.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/create_requirement/stream_cancel_new_requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/create_requirement/stream_created_requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/create_requirement/stream_new_requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/create_section/stream_cancel_new_section.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/create_section/stream_created_section.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/create_section/stream_new_section.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/delete_requirement/stream_confirm_delete_requirement.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/delete_requirement/stream_delete_requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/delete_section/stream_confirm_delete_section.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/delete_section/stream_delete_section.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/edit_document_config/stream_cancel_edit_document_config.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/edit_document_config/stream_edit_document_config.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/edit_document_config/stream_save_document_config.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/edit_requirement/stream_edit_requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/edit_requirement/stream_update_requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/edit_section/stream_edit_section.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/document/edit_section/stream_updated_section.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/node/show_full_node/stream_show_full_requirement.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/node/show_full_node/stream_show_full_section.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/project_index/import_reqif_document/stream_form_import_reqif_document.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/project_index/import_reqif_document/stream_refresh_with_imported_reqif_document.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/project_index/stream_create_document.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/actions/project_index/stream_new_document.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/base.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/abstract/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/abstract/pdf.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/anchor/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/badge/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/button/cancel.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/button/confirm.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/button/delete.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/button/diff.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/button/search.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/button/submit.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/confirm/_usage_example.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/confirm/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/document_title/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/field/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/field/contenteditable/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/field/file/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/field/text/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/field_action_button/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/row/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/row/row_uid_with_reset/example.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/row/row_uid_with_reset/frame.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/row/row_uid_with_reset/stream.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/row/row_with_comment.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/row/row_with_relation.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/row/row_with_text_field.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/form/search.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/grammar_form/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/grammar_form/row_with_grammar_element/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/grammar_form/row_with_new_grammar_element/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/grammar_form_element/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/grammar_form_element/row_with_custom_field/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/grammar_form_element/row_with_relation/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/grammar_form_element/row_with_reserved_field/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/header/_usage_example.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/header/header_pagetype.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/header/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/included_document_form/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/meta/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/modal/_usage_example.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/modal/form.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/modal/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/node/card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/node/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/node/node_controls/card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/node/node_controls/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/node/root.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/card_extends_card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/comments/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/files/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/index_extends_node.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/links/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/meta/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/multiline/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/pdf.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/rationale/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/statement/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/tiny.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/tiny_extends_card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/title/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/title/pdf.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/requirement/uid/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/resizable_bar/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/card_extends_card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/h/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/h/pdf.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/index_extends_node.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/pdf.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/text/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/tiny.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/tiny_extends_card.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/title/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/section/uid/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/components/table_key_value/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/rst/anchor.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/frame_header_document_title.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/frame_show_full_requirement.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/frame_show_full_section.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/frame_toc.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/project_tree.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/project_tree_child_documents.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/resizable_bar_with_project_tree.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/resizable_bar_with_toc.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/toc.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/_shared/viewtype_menu.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/actions.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/frame_document_config.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/frame_document_config_edit.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/frame_document_content.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/frame_requirement_form.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/frame_section_form.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/document/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/pdf/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/pdf/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/pdf/template/footer.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/pdf/template/frontpage.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/pdf/template/header.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/pdf/toc.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/table/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/table/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/traceability/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/traceability/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/traceability_deep/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/document/traceability_deep/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/changelog_content.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/diff_content.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/diff_controls.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/fields/document_fields.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/fields/requirement_fields.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/fields/section_fields.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/form.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/frame_changelog_result.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/frame_diff_result.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/legend.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/nav_tabs.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/node/requirement.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/node/section.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/skeleton.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/git/sync/button.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/actions.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/frame_form_import_reqif.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/frame_form_new_document.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/frame_project_tree.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/project_tree.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/project_tree_file.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_index/project_tree_folder.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_statistics/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/project_statistics/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/search/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/search/legend.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/search/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_coverage/file.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_coverage/folder.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_coverage/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_coverage/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_view/aside.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_view/header__source_file_name.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_view/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_view/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/source_file_view/requirement.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/traceability_matrix/file.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/traceability_matrix/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/traceability_matrix/main.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/traceability_matrix/project_tree_flat_anchor_list.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/traceability_matrix/requirement.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/screens/traceability_matrix/resizable_bar_with_project_tree.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/website/document/index.jinja +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/templates/websocket.jinja.html +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/tools/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html/tools/html_embedded.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html2pdf/html2pdf.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html2pdf/html2pdf_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/html2pdf/pdf_print_driver.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/json/json_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/directives/raw_html_role.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/directives/wildcard_enhanced_image.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/document_rst_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/rst_templates.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/rst_to_html_fragment_writer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/templates/requirement.jinja.rst +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/rst/writer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/spdx/spdx_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/spdx/spdx_sdoc_container.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/export/spdx/spdx_to_sdoc_converter.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/git/change.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/git/change_generator.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/git/git_client.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/git/project_diff_analyzer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/auto_described.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/cast.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/diff.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/exception.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/file_modification_time.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/file_system.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/form_data.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/git_client.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/math.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/mid.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/ordered_set.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/parallelizer.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/path_filter.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/paths.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/rst.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/sha256.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/shard.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/sorting.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/string.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/textx.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/helpers/timing.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/__init__.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/app.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/config.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/error_object.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/helpers/turbo.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/main.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/routers/other_router.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/server/server.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc.toml +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/tasks.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/tasks_wine.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/tools/confluence_html_table_import.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/tools/link_health.py +0 -0
- {strictdoc-0.0.55 → strictdoc-0.0.55a2}/tox.ini +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strictdoc
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.55a2
|
4
4
|
Summary: StrictDoc is open-source software for technical documentation and requirements management.
|
5
5
|
Project-URL: Changelog, https://github.com/strictdoc-project/strictdoc/blob/main/CHANGELOG.md
|
6
6
|
Project-URL: Homepage, https://strictdoc.readthedocs.io/en/stable/
|
{strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/p01_sdoc/reqif_to_sdoc_converter.py
RENAMED
@@ -1,5 +1,5 @@
|
|
1
|
-
# mypy: disable-error-code="no-untyped-def,union-attr,operator"
|
2
|
-
from typing import Dict, List, Optional, Set, Union
|
1
|
+
# mypy: disable-error-code="arg-type,no-untyped-call,no-untyped-def,union-attr,operator"
|
2
|
+
from typing import Any, Dict, List, Optional, Set, Union
|
3
3
|
|
4
4
|
from reqif.models.reqif_data_type import ReqIFDataTypeDefinitionEnumeration
|
5
5
|
from reqif.models.reqif_spec_object import ReqIFSpecObject
|
@@ -22,47 +22,29 @@ from strictdoc.backend.sdoc.models.document_config import DocumentConfig
|
|
22
22
|
from strictdoc.backend.sdoc.models.document_grammar import (
|
23
23
|
DocumentGrammar,
|
24
24
|
GrammarElement,
|
25
|
-
create_default_relations,
|
26
25
|
)
|
27
26
|
from strictdoc.backend.sdoc.models.free_text import FreeText
|
28
27
|
from strictdoc.backend.sdoc.models.node import SDocNode, SDocNodeField
|
29
|
-
from strictdoc.backend.sdoc.models.reference import
|
30
|
-
ParentReqReference,
|
31
|
-
Reference,
|
32
|
-
)
|
28
|
+
from strictdoc.backend.sdoc.models.reference import ParentReqReference
|
33
29
|
from strictdoc.backend.sdoc.models.section import SDocSection
|
34
30
|
from strictdoc.backend.sdoc.models.type_system import (
|
35
31
|
GrammarElementFieldMultipleChoice,
|
36
|
-
GrammarElementFieldReference,
|
37
32
|
GrammarElementFieldSingleChoice,
|
38
33
|
GrammarElementFieldString,
|
39
34
|
)
|
40
35
|
from strictdoc.helpers.string import unescape
|
41
36
|
|
42
37
|
|
43
|
-
class
|
44
|
-
def __init__(self, *, enable_mid: bool, import_markup: Optional[str]):
|
45
|
-
self.enable_mid: bool = enable_mid
|
46
|
-
self.import_markup: Optional[str] = import_markup
|
47
|
-
|
48
|
-
|
49
|
-
class P01_ReqIFToSDocConverter:
|
38
|
+
class P01_ReqIFToSDocConverter: # pylint: disable=invalid-name
|
50
39
|
@staticmethod
|
51
|
-
def convert_reqif_bundle(
|
52
|
-
|
53
|
-
enable_mid: bool,
|
54
|
-
import_markup: str,
|
55
|
-
) -> List[SDocDocument]:
|
56
|
-
context = P01_ReqIFToSDocBuildContext(
|
57
|
-
enable_mid=enable_mid, import_markup=import_markup
|
58
|
-
)
|
59
|
-
|
40
|
+
def convert_reqif_bundle(reqif_bundle: ReqIFBundle) -> List[SDocDocument]:
|
41
|
+
# TODO: Should we rather show an error that there are no specifications?
|
60
42
|
if (
|
61
43
|
reqif_bundle.core_content is None
|
62
44
|
or reqif_bundle.core_content.req_if_content is None
|
63
45
|
or len(reqif_bundle.core_content.req_if_content.specifications) == 0
|
64
46
|
):
|
65
|
-
return []
|
47
|
+
return [P01_ReqIFToSDocConverter.create_document(title=None)]
|
66
48
|
|
67
49
|
documents: List[SDocDocument] = []
|
68
50
|
for (
|
@@ -71,7 +53,6 @@ class P01_ReqIFToSDocConverter:
|
|
71
53
|
document = P01_ReqIFToSDocConverter._create_document_from_reqif_specification(
|
72
54
|
specification=specification,
|
73
55
|
reqif_bundle=reqif_bundle,
|
74
|
-
context=context,
|
75
56
|
)
|
76
57
|
documents.append(document)
|
77
58
|
return documents
|
@@ -107,15 +88,45 @@ class P01_ReqIFToSDocConverter:
|
|
107
88
|
return REQIF_MAP_TO_SDOC_FIELD_MAP[field_name]
|
108
89
|
return field_name
|
109
90
|
|
91
|
+
@staticmethod
|
92
|
+
def _iterate(
|
93
|
+
specification: ReqIFSpecification,
|
94
|
+
reqif_bundle: ReqIFBundle,
|
95
|
+
root_node: Any,
|
96
|
+
get_level_lambda,
|
97
|
+
node_lambda,
|
98
|
+
):
|
99
|
+
section_stack: List[Union[SDocDocument, SDocSection]] = [root_node]
|
100
|
+
|
101
|
+
for current_hierarchy in reqif_bundle.iterate_specification_hierarchy(
|
102
|
+
specification
|
103
|
+
):
|
104
|
+
current_section = section_stack[-1]
|
105
|
+
section_level = get_level_lambda(current_section)
|
106
|
+
|
107
|
+
if current_hierarchy.level <= section_level:
|
108
|
+
for _ in range(
|
109
|
+
0,
|
110
|
+
(section_level - current_hierarchy.level) + 1,
|
111
|
+
):
|
112
|
+
assert len(section_stack) > 0
|
113
|
+
section_stack.pop()
|
114
|
+
|
115
|
+
current_section = section_stack[-1]
|
116
|
+
converted_node, converted_node_is_section = node_lambda(
|
117
|
+
current_hierarchy, current_section
|
118
|
+
)
|
119
|
+
if converted_node_is_section:
|
120
|
+
section_stack.append(converted_node)
|
121
|
+
|
110
122
|
@staticmethod
|
111
123
|
def _create_document_from_reqif_specification(
|
112
124
|
*,
|
113
125
|
specification: ReqIFSpecification,
|
114
126
|
reqif_bundle: ReqIFBundle,
|
115
|
-
context: P01_ReqIFToSDocBuildContext,
|
116
127
|
):
|
117
128
|
document = P01_ReqIFToSDocConverter.create_document(
|
118
|
-
|
129
|
+
title=specification.long_name
|
119
130
|
)
|
120
131
|
elements: List[GrammarElement] = []
|
121
132
|
document.section_contents = []
|
@@ -139,16 +150,14 @@ class P01_ReqIFToSDocConverter:
|
|
139
150
|
if is_section:
|
140
151
|
converted_node = (
|
141
152
|
P01_ReqIFToSDocConverter.create_section_from_spec_object(
|
142
|
-
spec_object
|
143
|
-
|
144
|
-
level=current_hierarchy_.level,
|
153
|
+
spec_object,
|
154
|
+
current_hierarchy_.level,
|
145
155
|
reqif_bundle=reqif_bundle,
|
146
156
|
)
|
147
157
|
)
|
148
158
|
else:
|
149
159
|
converted_node = P01_ReqIFToSDocConverter.create_requirement_from_spec_object(
|
150
160
|
spec_object=spec_object,
|
151
|
-
context=context,
|
152
161
|
parent_section=current_section_,
|
153
162
|
reqif_bundle=reqif_bundle,
|
154
163
|
level=current_hierarchy_.level,
|
@@ -157,8 +166,9 @@ class P01_ReqIFToSDocConverter:
|
|
157
166
|
|
158
167
|
return converted_node, is_section
|
159
168
|
|
160
|
-
|
169
|
+
P01_ReqIFToSDocConverter._iterate(
|
161
170
|
specification,
|
171
|
+
reqif_bundle,
|
162
172
|
document,
|
163
173
|
lambda s: s.ng_level,
|
164
174
|
node_converter_lambda,
|
@@ -191,7 +201,6 @@ class P01_ReqIFToSDocConverter:
|
|
191
201
|
reqif_bundle=reqif_bundle,
|
192
202
|
)
|
193
203
|
elements.append(grammar_element)
|
194
|
-
grammar: DocumentGrammar
|
195
204
|
if len(elements) > 0:
|
196
205
|
grammar = DocumentGrammar(parent=document, elements=elements)
|
197
206
|
grammar.is_default = False
|
@@ -207,14 +216,7 @@ class P01_ReqIFToSDocConverter:
|
|
207
216
|
spec_object_type: ReqIFSpecObjectType,
|
208
217
|
reqif_bundle: ReqIFBundle,
|
209
218
|
):
|
210
|
-
fields
|
211
|
-
Union[
|
212
|
-
GrammarElementFieldString,
|
213
|
-
GrammarElementFieldMultipleChoice,
|
214
|
-
GrammarElementFieldSingleChoice,
|
215
|
-
GrammarElementFieldReference,
|
216
|
-
]
|
217
|
-
] = []
|
219
|
+
fields = []
|
218
220
|
for attribute in spec_object_type.attribute_definitions:
|
219
221
|
field_name = (
|
220
222
|
P01_ReqIFToSDocConverter.convert_requirement_field_from_reqif(
|
@@ -281,34 +283,15 @@ class P01_ReqIFToSDocConverter:
|
|
281
283
|
requirement_element = GrammarElement(
|
282
284
|
parent=None, tag="REQUIREMENT", fields=fields, relations=[]
|
283
285
|
)
|
284
|
-
requirement_element.relations = create_default_relations(
|
285
|
-
requirement_element
|
286
|
-
)
|
287
286
|
return requirement_element
|
288
287
|
|
289
288
|
@staticmethod
|
290
|
-
def create_document(
|
291
|
-
*,
|
292
|
-
specification: ReqIFSpecification,
|
293
|
-
context: P01_ReqIFToSDocBuildContext,
|
294
|
-
) -> SDocDocument:
|
289
|
+
def create_document(title: Optional[str]) -> SDocDocument:
|
295
290
|
document_config = DocumentConfig.default_config(None)
|
296
|
-
|
297
|
-
context.enable_mid if context.enable_mid else None
|
298
|
-
)
|
299
|
-
document_title = (
|
300
|
-
specification.long_name
|
301
|
-
if specification.long_name is not None
|
302
|
-
else "<No title>"
|
303
|
-
)
|
291
|
+
document_title = title if title else "<No title>"
|
304
292
|
document = SDocDocument(
|
305
293
|
None, document_title, document_config, None, None, [], []
|
306
294
|
)
|
307
|
-
if context.enable_mid:
|
308
|
-
document.reserved_mid = specification.identifier
|
309
|
-
if context.import_markup is not None:
|
310
|
-
document_config.markup = context.import_markup
|
311
|
-
|
312
295
|
document.grammar = DocumentGrammar.create_default(document)
|
313
296
|
# FIXME: One day this will go away.
|
314
297
|
document.ng_at_least_one_relations_field = False
|
@@ -316,11 +299,7 @@ class P01_ReqIFToSDocConverter:
|
|
316
299
|
|
317
300
|
@staticmethod
|
318
301
|
def create_section_from_spec_object(
|
319
|
-
|
320
|
-
spec_object: ReqIFSpecObject,
|
321
|
-
context: P01_ReqIFToSDocBuildContext,
|
322
|
-
level: int,
|
323
|
-
reqif_bundle: ReqIFBundle,
|
302
|
+
spec_object: ReqIFSpecObject, level, reqif_bundle: ReqIFBundle
|
324
303
|
) -> SDocSection:
|
325
304
|
spec_object_type = reqif_bundle.lookup.get_spec_type_by_ref(
|
326
305
|
spec_object.spec_object_type
|
@@ -360,12 +339,9 @@ class P01_ReqIFToSDocConverter:
|
|
360
339
|
# Some value
|
361
340
|
# </THE-VALUE>
|
362
341
|
section_title = section_title.strip().replace("\n", " ")
|
363
|
-
|
364
|
-
section_mid = spec_object.identifier if context.enable_mid else None
|
365
|
-
|
366
342
|
section = SDocSection(
|
367
343
|
parent=None,
|
368
|
-
mid=
|
344
|
+
mid=None,
|
369
345
|
uid=None,
|
370
346
|
custom_level=None,
|
371
347
|
title=section_title,
|
@@ -379,7 +355,6 @@ class P01_ReqIFToSDocConverter:
|
|
379
355
|
@staticmethod
|
380
356
|
def create_requirement_from_spec_object(
|
381
357
|
spec_object: ReqIFSpecObject,
|
382
|
-
context: P01_ReqIFToSDocBuildContext,
|
383
358
|
parent_section: Union[SDocSection, SDocDocument],
|
384
359
|
reqif_bundle: ReqIFBundle,
|
385
360
|
level,
|
@@ -471,23 +446,21 @@ class P01_ReqIFToSDocConverter:
|
|
471
446
|
field_value_references=None,
|
472
447
|
)
|
473
448
|
)
|
474
|
-
|
475
|
-
requirement_mid = spec_object.identifier if context.enable_mid else None
|
476
449
|
requirement = SDocNode(
|
477
450
|
parent=parent_section,
|
478
451
|
requirement_type="REQUIREMENT",
|
479
|
-
mid=
|
452
|
+
mid=None,
|
480
453
|
fields=fields,
|
481
454
|
)
|
482
455
|
requirement.ng_level = level
|
483
456
|
# FIXME: One day this will go away.
|
484
|
-
requirement.ng_uses_old_refs_field =
|
457
|
+
requirement.ng_uses_old_refs_field = True
|
485
458
|
|
486
459
|
if foreign_key_id_or_none is not None:
|
487
460
|
spec_object_parents = reqif_bundle.get_spec_object_parents(
|
488
461
|
spec_object.identifier
|
489
462
|
)
|
490
|
-
parent_refs
|
463
|
+
parent_refs = []
|
491
464
|
for spec_object_parent in spec_object_parents:
|
492
465
|
parent_spec_object_parent = (
|
493
466
|
reqif_bundle.lookup.get_spec_object_by_ref(
|
{strictdoc-0.0.55 → strictdoc-0.0.55a2}/strictdoc/backend/reqif/p01_sdoc/sdoc_to_reqif_converter.py
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
# mypy: disable-error-code="no-untyped-call,no-untyped-def,type-arg,union-attr"
|
1
|
+
# mypy: disable-error-code="arg-type,no-untyped-call,no-untyped-def,type-arg,union-attr"
|
2
2
|
import datetime
|
3
3
|
import uuid
|
4
4
|
from enum import Enum
|
@@ -66,32 +66,26 @@ def generate_unique_identifier(element_type: str) -> str:
|
|
66
66
|
return f"{element_type}-{uuid.uuid4()}"
|
67
67
|
|
68
68
|
|
69
|
-
class P01_SDocToReqIFBuildContext:
|
70
|
-
def __init__(self
|
71
|
-
self.
|
72
|
-
self.
|
73
|
-
self.map_uid_to_spec_objects: Dict[str, ReqIFSpecObject] = {}
|
74
|
-
self.map_uid_to_parent_uids: Dict[str, List[str]] = {}
|
69
|
+
class P01_SDocToReqIFBuildContext: # pylint: disable=invalid-name
|
70
|
+
def __init__(self):
|
71
|
+
self.map_uid_to_spec_objects = {}
|
72
|
+
self.map_uid_to_parent_uids = {}
|
75
73
|
|
76
74
|
|
77
|
-
class P01_SDocToReqIFObjectConverter:
|
75
|
+
class P01_SDocToReqIFObjectConverter: # pylint: disable=invalid-name
|
78
76
|
@classmethod
|
79
77
|
def convert_document_tree(
|
80
|
-
cls,
|
81
|
-
document_tree: DocumentTree,
|
82
|
-
multiline_is_xhtml: bool,
|
83
|
-
enable_mid: bool,
|
78
|
+
cls, document_tree: DocumentTree, multiline_is_xhtml: bool
|
84
79
|
):
|
85
80
|
creation_time = datetime.datetime.now(
|
86
81
|
datetime.datetime.now().astimezone().tzinfo
|
87
82
|
).isoformat()
|
88
83
|
|
84
|
+
# TODO
|
89
85
|
namespace = "http://www.omg.org/spec/ReqIF/20110401/reqif.xsd"
|
86
|
+
configuration = "https://github.com/strictdoc-project/strictdoc"
|
90
87
|
|
91
|
-
context: P01_SDocToReqIFBuildContext = P01_SDocToReqIFBuildContext(
|
92
|
-
multiline_is_xhtml=multiline_is_xhtml, enable_mid=enable_mid
|
93
|
-
)
|
94
|
-
|
88
|
+
context: P01_SDocToReqIFBuildContext = P01_SDocToReqIFBuildContext()
|
95
89
|
spec_types: List = []
|
96
90
|
spec_objects: List[ReqIFSpecObject] = []
|
97
91
|
spec_relations: List[ReqIFSpecRelation] = []
|
@@ -216,7 +210,7 @@ class P01_SDocToReqIFObjectConverter:
|
|
216
210
|
raise NotImplementedError(field) from None
|
217
211
|
|
218
212
|
document_spec_types = cls._convert_document_grammar_to_spec_types(
|
219
|
-
grammar=
|
213
|
+
grammar=document.grammar,
|
220
214
|
data_types_lookup=data_types_lookup,
|
221
215
|
document_spec_object_type=document_spec_object_type,
|
222
216
|
multiline_is_xhtml=multiline_is_xhtml,
|
@@ -291,9 +285,9 @@ class P01_SDocToReqIFObjectConverter:
|
|
291
285
|
spec_object = (
|
292
286
|
P01_SDocToReqIFObjectConverter
|
293
287
|
._convert_section_to_spec_object(
|
294
|
-
|
295
|
-
|
296
|
-
|
288
|
+
node,
|
289
|
+
document_spec_object_type,
|
290
|
+
multiline_is_xhtml=multiline_is_xhtml
|
297
291
|
)
|
298
292
|
)
|
299
293
|
# fmt: on
|
@@ -328,11 +322,12 @@ class P01_SDocToReqIFObjectConverter:
|
|
328
322
|
elif node.is_requirement:
|
329
323
|
spec_object = cls._convert_requirement_to_spec_object(
|
330
324
|
requirement=node,
|
331
|
-
grammar=
|
325
|
+
grammar=document.grammar,
|
332
326
|
context=context,
|
333
327
|
document_spec_object_type=document_spec_object_type,
|
334
328
|
data_types=data_types,
|
335
329
|
data_types_lookup=data_types_lookup,
|
330
|
+
multiline_is_xhtml=multiline_is_xhtml,
|
336
331
|
)
|
337
332
|
spec_objects.append(spec_object)
|
338
333
|
hierarchy = ReqIFSpecHierarchy(
|
@@ -354,18 +349,10 @@ class P01_SDocToReqIFObjectConverter:
|
|
354
349
|
current_hierarchy = parents[current_hierarchy]
|
355
350
|
parents[hierarchy] = current_hierarchy
|
356
351
|
current_hierarchy.add_child(hierarchy)
|
357
|
-
|
358
|
-
specification_identifier: str
|
359
|
-
if context.enable_mid and document.reserved_mid is not None:
|
360
|
-
specification_identifier = document.reserved_mid
|
361
|
-
else:
|
362
|
-
specification_identifier = generate_unique_identifier(
|
363
|
-
"SPECIFICATION"
|
364
|
-
)
|
365
352
|
specification = ReqIFSpecification(
|
366
353
|
xml_node=None,
|
367
354
|
description=None,
|
368
|
-
identifier=
|
355
|
+
identifier=generate_unique_identifier("SPECIFICATION"),
|
369
356
|
last_change=None,
|
370
357
|
long_name=document.title,
|
371
358
|
values=None,
|
@@ -409,13 +396,14 @@ class P01_SDocToReqIFObjectConverter:
|
|
409
396
|
doctype_is_present=True,
|
410
397
|
encoding="UTF-8",
|
411
398
|
namespace=namespace,
|
412
|
-
configuration=
|
399
|
+
configuration=configuration,
|
413
400
|
namespace_id=None,
|
414
|
-
namespace_xhtml=
|
401
|
+
namespace_xhtml=None,
|
415
402
|
schema_namespace=None,
|
416
403
|
schema_location=None,
|
417
404
|
language=None,
|
418
405
|
)
|
406
|
+
|
419
407
|
req_reqif_header = ReqIFReqIFHeader(
|
420
408
|
identifier=generate_unique_identifier("REQ-IF-HEADER"),
|
421
409
|
creation_time=creation_time,
|
@@ -490,10 +478,9 @@ class P01_SDocToReqIFObjectConverter:
|
|
490
478
|
@classmethod
|
491
479
|
def _convert_section_to_spec_object(
|
492
480
|
cls,
|
493
|
-
*,
|
494
481
|
section: SDocSection,
|
495
|
-
context: P01_SDocToReqIFBuildContext,
|
496
482
|
document_spec_object_type: str,
|
483
|
+
multiline_is_xhtml: bool,
|
497
484
|
) -> ReqIFSpecObject:
|
498
485
|
assert isinstance(section, SDocSection)
|
499
486
|
attributes = []
|
@@ -508,7 +495,7 @@ class P01_SDocToReqIFObjectConverter:
|
|
508
495
|
free_text_value = (
|
509
496
|
SDWriter.print_free_text_content(section.free_texts[0])
|
510
497
|
).rstrip()
|
511
|
-
if
|
498
|
+
if multiline_is_xhtml:
|
512
499
|
attribute_type = SpecObjectAttributeType.XHTML
|
513
500
|
else:
|
514
501
|
attribute_type = SpecObjectAttributeType.STRING
|
@@ -521,22 +508,10 @@ class P01_SDocToReqIFObjectConverter:
|
|
521
508
|
value=free_text_value,
|
522
509
|
)
|
523
510
|
attributes.append(free_text_attribute)
|
524
|
-
|
525
|
-
"""
|
526
|
-
If MIDs is enabled and this section has an MID, use it for
|
527
|
-
SPEC-OBJECT IDENTIFIER.
|
528
|
-
"""
|
529
|
-
enable_mid = context.enable_mid and section.document.config.enable_mid
|
530
|
-
section_identifier: str
|
531
|
-
if enable_mid and section.reserved_mid is not None:
|
532
|
-
section_identifier = section.reserved_mid
|
533
|
-
else:
|
534
|
-
section_identifier = generate_unique_identifier("SECTION")
|
535
|
-
|
536
511
|
spec_object = ReqIFSpecObject(
|
537
512
|
xml_node=None,
|
538
513
|
description=None,
|
539
|
-
identifier=
|
514
|
+
identifier=generate_unique_identifier("SECTION"),
|
540
515
|
last_change=None,
|
541
516
|
long_name=None,
|
542
517
|
spec_object_type=document_spec_object_type,
|
@@ -553,28 +528,19 @@ class P01_SDocToReqIFObjectConverter:
|
|
553
528
|
data_types: List,
|
554
529
|
data_types_lookup: Dict[str, str],
|
555
530
|
document_spec_object_type: str,
|
531
|
+
multiline_is_xhtml: bool,
|
556
532
|
) -> ReqIFSpecObject:
|
557
|
-
|
558
|
-
context.enable_mid and requirement.document.config.enable_mid
|
559
|
-
)
|
560
|
-
|
561
|
-
requirement_identifier: str
|
562
|
-
if enable_mid and requirement.reserved_mid is not None:
|
563
|
-
requirement_identifier = requirement.reserved_mid
|
564
|
-
else:
|
565
|
-
requirement_identifier = generate_unique_identifier("REQUIREMENT")
|
566
|
-
|
533
|
+
requirement_identifier = generate_unique_identifier("REQUIREMENT")
|
567
534
|
grammar_element = grammar.elements_by_type[requirement.requirement_type]
|
568
535
|
|
569
536
|
attributes: List[SpecObjectAttribute] = []
|
570
537
|
for field in requirement.fields_as_parsed:
|
571
538
|
if field.field_name == RequirementFieldName.REFS:
|
572
|
-
parent_references
|
539
|
+
parent_references = []
|
573
540
|
for reference in field.field_value_references:
|
574
541
|
if reference.ref_type != ReferenceType.PARENT:
|
575
542
|
continue
|
576
543
|
parent_references.append(reference.ref_uid)
|
577
|
-
assert requirement.reserved_uid is not None
|
578
544
|
context.map_uid_to_parent_uids[requirement.reserved_uid] = (
|
579
545
|
parent_references
|
580
546
|
)
|
@@ -633,7 +599,7 @@ class P01_SDocToReqIFObjectConverter:
|
|
633
599
|
)
|
634
600
|
|
635
601
|
attribute_type: str
|
636
|
-
if
|
602
|
+
if multiline_is_xhtml:
|
637
603
|
attribute_type = (
|
638
604
|
SpecObjectAttributeType.XHTML
|
639
605
|
if is_multiline_field
|
@@ -661,10 +627,7 @@ class P01_SDocToReqIFObjectConverter:
|
|
661
627
|
spec_object_type=document_spec_object_type,
|
662
628
|
attributes=attributes,
|
663
629
|
)
|
664
|
-
|
665
|
-
context.map_uid_to_spec_objects[requirement.reserved_uid] = (
|
666
|
-
spec_object
|
667
|
-
)
|
630
|
+
context.map_uid_to_spec_objects[requirement.reserved_uid] = spec_object
|
668
631
|
return spec_object
|
669
632
|
|
670
633
|
@classmethod
|
@@ -41,8 +41,6 @@ class P11_ReqIFToSDocConverter: # pylint: disable=invalid-name
|
|
41
41
|
@staticmethod
|
42
42
|
def convert_reqif_bundle(
|
43
43
|
reqif_bundle: ReqIFBundle,
|
44
|
-
enable_mid: bool, # noqa: ARG004
|
45
|
-
import_markup: bool, # noqa: ARG004
|
46
44
|
) -> List[SDocDocument]:
|
47
45
|
# TODO: Should we rather show an error that there are no specifications?
|
48
46
|
if (
|
@@ -27,7 +27,6 @@ class ReqIFExport:
|
|
27
27
|
reqif_bundle = P01_SDocToReqIFObjectConverter.convert_document_tree(
|
28
28
|
document_tree=traceability_index.document_tree,
|
29
29
|
multiline_is_xhtml=project_config.reqif_multiline_is_xhtml,
|
30
|
-
enable_mid=project_config.reqif_enable_mid,
|
31
30
|
)
|
32
31
|
else:
|
33
32
|
raise NotImplementedError(
|
@@ -13,13 +13,12 @@ from strictdoc.backend.reqif.p11_polarion.reqif_to_sdoc_converter import (
|
|
13
13
|
from strictdoc.backend.reqif.sdoc_reqif_fields import ReqIFProfile
|
14
14
|
from strictdoc.backend.sdoc.models.document import SDocDocument
|
15
15
|
from strictdoc.cli.cli_arg_parser import ImportReqIFCommandConfig
|
16
|
-
from strictdoc.core.project_config import ProjectConfig
|
17
16
|
|
18
17
|
|
19
18
|
class ReqIFImport:
|
20
19
|
@staticmethod
|
21
20
|
def import_from_file(
|
22
|
-
import_config: ImportReqIFCommandConfig,
|
21
|
+
import_config: ImportReqIFCommandConfig,
|
23
22
|
) -> List[SDocDocument]:
|
24
23
|
converter = ReqIFImport.select_reqif_profile(import_config)
|
25
24
|
|
@@ -29,24 +28,14 @@ class ReqIFImport:
|
|
29
28
|
)
|
30
29
|
assert len(reqifz_bundle.reqif_bundles) > 0
|
31
30
|
documents: List[SDocDocument] = converter.convert_reqif_bundle(
|
32
|
-
next(iter(reqifz_bundle.reqif_bundles.values()))
|
33
|
-
enable_mid=import_config.reqif_enable_mid
|
34
|
-
or project_config.reqif_enable_mid,
|
35
|
-
import_markup=import_config.reqif_import_markup
|
36
|
-
if import_config.reqif_import_markup is not None
|
37
|
-
else project_config.reqif_import_markup,
|
31
|
+
next(iter(reqifz_bundle.reqif_bundles.values()))
|
38
32
|
)
|
39
33
|
else:
|
40
34
|
reqif_bundle: ReqIFBundle = ReqIFParser.parse(
|
41
35
|
import_config.input_path
|
42
36
|
)
|
43
37
|
documents: List[SDocDocument] = converter.convert_reqif_bundle(
|
44
|
-
reqif_bundle
|
45
|
-
enable_mid=import_config.reqif_enable_mid
|
46
|
-
or project_config.reqif_enable_mid,
|
47
|
-
import_markup=import_config.reqif_import_markup
|
48
|
-
if import_config.reqif_import_markup is not None
|
49
|
-
else project_config.reqif_import_markup,
|
38
|
+
reqif_bundle
|
50
39
|
)
|
51
40
|
return documents
|
52
41
|
|
@@ -7,9 +7,6 @@ from textx import metamodel_from_str
|
|
7
7
|
from strictdoc.backend.sdoc.error_handling import StrictDocSemanticError
|
8
8
|
from strictdoc.backend.sdoc.grammar.grammar_builder import SDocGrammarBuilder
|
9
9
|
from strictdoc.backend.sdoc.models.constants import GRAMMAR_MODELS
|
10
|
-
from strictdoc.backend.sdoc.models.document_grammar import DocumentGrammar
|
11
|
-
from strictdoc.backend.sdoc.pickle_cache import PickleCache
|
12
|
-
from strictdoc.helpers.cast import assert_cast
|
13
10
|
from strictdoc.helpers.textx import drop_textx_meta
|
14
11
|
|
15
12
|
|
@@ -36,22 +33,12 @@ class SDocGrammarReader:
|
|
36
33
|
return grammar
|
37
34
|
|
38
35
|
def read_from_file(self, file_path):
|
39
|
-
unpickled_content = PickleCache.read_from_cache(
|
40
|
-
file_path, self.path_to_output_root
|
41
|
-
)
|
42
|
-
if unpickled_content:
|
43
|
-
return assert_cast(unpickled_content, DocumentGrammar)
|
44
|
-
|
45
36
|
with open(file_path, encoding="utf8") as file:
|
46
37
|
grammar_content = file.read()
|
47
38
|
|
48
39
|
try:
|
49
|
-
|
50
|
-
|
51
|
-
grammar, file_path, self.path_to_output_root
|
52
|
-
)
|
53
|
-
|
54
|
-
return grammar
|
40
|
+
ssec = self.read(grammar_content, file_path=file_path)
|
41
|
+
return ssec
|
55
42
|
except NotImplementedError:
|
56
43
|
traceback.print_exc()
|
57
44
|
sys.exit(1)
|
@@ -6,9 +6,7 @@ from typing import Dict, List, Optional, Set, Union
|
|
6
6
|
from strictdoc.backend.sdoc.models.type_system import (
|
7
7
|
RESERVED_NON_META_FIELDS,
|
8
8
|
GrammarElementField,
|
9
|
-
GrammarElementFieldMultipleChoice,
|
10
9
|
GrammarElementFieldReference,
|
11
|
-
GrammarElementFieldSingleChoice,
|
12
10
|
GrammarElementFieldString,
|
13
11
|
GrammarElementRelationChild,
|
14
12
|
GrammarElementRelationFile,
|
@@ -49,26 +47,12 @@ class GrammarElement:
|
|
49
47
|
self,
|
50
48
|
parent,
|
51
49
|
tag: str,
|
52
|
-
fields: List[
|
53
|
-
Union[
|
54
|
-
GrammarElementFieldString,
|
55
|
-
GrammarElementFieldMultipleChoice,
|
56
|
-
GrammarElementFieldSingleChoice,
|
57
|
-
GrammarElementFieldReference,
|
58
|
-
]
|
59
|
-
],
|
50
|
+
fields: List[GrammarElementField],
|
60
51
|
relations: List,
|
61
52
|
):
|
62
53
|
self.parent = parent
|
63
54
|
self.tag: str = tag
|
64
|
-
self.fields: List[
|
65
|
-
Union[
|
66
|
-
GrammarElementFieldString,
|
67
|
-
GrammarElementFieldMultipleChoice,
|
68
|
-
GrammarElementFieldSingleChoice,
|
69
|
-
GrammarElementFieldReference,
|
70
|
-
]
|
71
|
-
] = fields
|
55
|
+
self.fields: List[GrammarElementField] = fields
|
72
56
|
self.relations: List[
|
73
57
|
Union[
|
74
58
|
GrammarElementRelationParent,
|
@@ -188,7 +172,7 @@ class DocumentGrammar:
|
|
188
172
|
elements: List[GrammarElement],
|
189
173
|
import_from_file: Optional[str] = None,
|
190
174
|
parent=None,
|
191
|
-
)
|
175
|
+
):
|
192
176
|
self.parent = parent
|
193
177
|
self.elements: List[GrammarElement] = elements
|
194
178
|
|
@@ -206,16 +190,9 @@ class DocumentGrammar:
|
|
206
190
|
self.is_default = False
|
207
191
|
|
208
192
|
@staticmethod
|
209
|
-
def create_default(parent)
|
193
|
+
def create_default(parent):
|
210
194
|
# @sdoc[SDOC-SRS-132]
|
211
|
-
fields
|
212
|
-
Union[
|
213
|
-
GrammarElementFieldString,
|
214
|
-
GrammarElementFieldSingleChoice,
|
215
|
-
GrammarElementFieldMultipleChoice,
|
216
|
-
GrammarElementFieldReference,
|
217
|
-
]
|
218
|
-
] = [
|
195
|
+
fields = [
|
219
196
|
GrammarElementFieldString(
|
220
197
|
parent=None,
|
221
198
|
title=RequirementFieldName.UID,
|