LICENSE
README.md
setup.py
strictdoc/__init__.py
strictdoc.egg-info/PKG-INFO
strictdoc.egg-info/SOURCES.txt
strictdoc.egg-info/dependency_links.txt
strictdoc.egg-info/entry_points.txt
strictdoc.egg-info/requires.txt
strictdoc.egg-info/top_level.txt
strictdoc/backend/__init__.py
strictdoc/backend/excel/__init__.py
strictdoc/backend/excel/excel_import.py
strictdoc/backend/excel/export/__init__.py
strictdoc/backend/excel/export/excel_generator.py
strictdoc/backend/excel/import_/__init__.py
strictdoc/backend/excel/import_/excel_to_sdoc_converter.py
strictdoc/backend/reqif/__init__.py
strictdoc/backend/reqif/reqif_export.py
strictdoc/backend/reqif/reqif_import.py
strictdoc/backend/reqif/sdoc_reqif_fields.py
strictdoc/backend/reqif/export/__init__.py
strictdoc/backend/reqif/export/sdoc_to_reqif_converter.py
strictdoc/backend/reqif/import_/__init__.py
strictdoc/backend/reqif/import_/reqif_to_sdoc_converter.py
strictdoc/backend/reqif/import_/reqif_to_sdoc_factory.py
strictdoc/backend/sdoc/__init__.py
strictdoc/backend/sdoc/document_reference.py
strictdoc/backend/sdoc/error_handling.py
strictdoc/backend/sdoc/include_reader.py
strictdoc/backend/sdoc/processor.py
strictdoc/backend/sdoc/reader.py
strictdoc/backend/sdoc/writer.py
strictdoc/backend/sdoc/errors/__init__.py
strictdoc/backend/sdoc/errors/document_tree_error.py
strictdoc/backend/sdoc/grammar/__init__.py
strictdoc/backend/sdoc/grammar/grammar.py
strictdoc/backend/sdoc/grammar/grammar_builder.py
strictdoc/backend/sdoc/grammar/type_system.py
strictdoc/backend/sdoc/models/__init__.py
strictdoc/backend/sdoc/models/constants.py
strictdoc/backend/sdoc/models/document.py
strictdoc/backend/sdoc/models/document_config.py
strictdoc/backend/sdoc/models/document_grammar.py
strictdoc/backend/sdoc/models/fragment.py
strictdoc/backend/sdoc/models/fragment_from_file.py
strictdoc/backend/sdoc/models/inline_link.py
strictdoc/backend/sdoc/models/node.py
strictdoc/backend/sdoc/models/object_factory.py
strictdoc/backend/sdoc/models/reference.py
strictdoc/backend/sdoc/models/requirement.py
strictdoc/backend/sdoc/models/section.py
strictdoc/backend/sdoc/models/type_system.py
strictdoc/backend/sdoc/validations/__init__.py
strictdoc/backend/sdoc/validations/requirement.py
strictdoc/backend/source_file_syntax/__init__.py
strictdoc/backend/source_file_syntax/grammar.py
strictdoc/backend/source_file_syntax/reader.py
strictdoc/backend/source_file_syntax/models/__init__.py
strictdoc/backend/source_file_syntax/models/range_pragma.py
strictdoc/backend/source_file_syntax/models/source_file_info.py
strictdoc/cli/__init__.py
strictdoc/cli/cli_arg_parser.py
strictdoc/cli/main.py
strictdoc/commands/__init__.py
strictdoc/commands/dump_grammar_command.py
strictdoc/commands/version_command.py
strictdoc/core/__init__.py
strictdoc/core/document_finder.py
strictdoc/core/document_iterator.py
strictdoc/core/document_meta.py
strictdoc/core/document_tree.py
strictdoc/core/document_tree_iterator.py
strictdoc/core/error_message.py
strictdoc/core/file_traceability_index.py
strictdoc/core/file_tree.py
strictdoc/core/level_counter.py
strictdoc/core/source_tree.py
strictdoc/core/traceability_index.py
strictdoc/core/traceability_index_builder.py
strictdoc/core/tree_cycle_detector.py
strictdoc/core/actions/__init__.py
strictdoc/core/actions/export_action.py
strictdoc/core/actions/import_action.py
strictdoc/core/actions/passthrough_action.py
strictdoc/core/finders/__init__.py
strictdoc/core/finders/source_files_finder.py
strictdoc/export/__init__.py
strictdoc/export/html/__init__.py
strictdoc/export/html/document_type.py
strictdoc/export/html/html_generator.py
strictdoc/export/html/html_templates.py
strictdoc/export/html/_static/_base.css
strictdoc/export/html/_static/_content.css
strictdoc/export/html/_static/_element.css
strictdoc/export/html/_static/_layout.css
strictdoc/export/html/_static/_requirement-tree.css
strictdoc/export/html/_static/_requirement.css
strictdoc/export/html/_static/_source.css
strictdoc/export/html/_static/_tree.css
strictdoc/export/html/_static/favicon.ico
strictdoc/export/html/_static/jquery.min.js
strictdoc/export/html/_static/pan-with-space.js
strictdoc/export/html/_static/requirements-coverage.js
strictdoc/export/html/_static/source-code-coverage.js
strictdoc/export/html/_static/toc.js
strictdoc/export/html/_static_extra/mathjax/LICENSE-MATHJAX
strictdoc/export/html/_static_extra/mathjax/tex-mml-chtml.js
strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/tex.js
strictdoc/export/html/generators/__init__.py
strictdoc/export/html/generators/document.py
strictdoc/export/html/generators/document_deep_trace.py
strictdoc/export/html/generators/document_table.py
strictdoc/export/html/generators/document_trace.py
strictdoc/export/html/generators/document_tree.py
strictdoc/export/html/generators/requirements_coverage.py
strictdoc/export/html/generators/source_file_coverage.py
strictdoc/export/html/generators/source_file_view_generator.py
strictdoc/export/html/renderers/__init__.py
strictdoc/export/html/renderers/html_fragment_writer.py
strictdoc/export/html/renderers/link_renderer.py
strictdoc/export/html/renderers/markup_renderer.py
strictdoc/export/html/renderers/text_to_html_writer.py
strictdoc/export/html/templates/base.jinja.html
strictdoc/export/html/templates/_shared/aside_header.jinja.html
strictdoc/export/html/templates/_shared/doc_nav.jinja.html
strictdoc/export/html/templates/_shared/docsection.jinja.html
strictdoc/export/html/templates/_shared/nav.jinja.html
strictdoc/export/html/templates/_shared/requirement.jinja.html
strictdoc/export/html/templates/_shared/requirement_table.jinja.html
strictdoc/export/html/templates/_shared/requirement_tree_left.jinja.html
strictdoc/export/html/templates/_shared/requirement_tree_right.jinja.html
strictdoc/export/html/templates/_shared/tags.jinja.html
strictdoc/export/html/templates/_shared/toc.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/anchor.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/comment.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/files_list.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/files_tree.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/free_text.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/h_title.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/meta.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/multi_line_metas.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/rationale.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/related.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/statement.jinja.html
strictdoc/export/html/templates/_shared/requirement_block/uid_and_title.jinja.html
strictdoc/export/html/templates/document_tree/document_tree.jinja.html
strictdoc/export/html/templates/requirements_coverage/document_list.jinja.html
strictdoc/export/html/templates/requirements_coverage/requirement.jinja.html
strictdoc/export/html/templates/requirements_coverage/requirements_coverage.jinja.html
strictdoc/export/html/templates/single_document/document.jinja.html
strictdoc/export/html/templates/single_document_table/document.jinja.html
strictdoc/export/html/templates/single_document_traceability/document.jinja.html
strictdoc/export/html/templates/single_document_traceability_deep/document.jinja.html
strictdoc/export/html/templates/source_file_coverage/source_file_coverage.jinja.html
strictdoc/export/html/templates/source_file_view/source_code.jinja.html
strictdoc/export/html/templates/source_file_view/source_file_view.jinja.html
strictdoc/export/html/templates/source_file_view/source_refer.jinja.html
strictdoc/export/html/templates/source_file_view/source_requirement.jinja.html
strictdoc/export/html/tools/__init__.py
strictdoc/export/html/tools/html_embedded.py
strictdoc/export/rst/__init__.py
strictdoc/export/rst/document_rst_generator.py
strictdoc/export/rst/rst_to_html_fragment_writer.py
strictdoc/export/rst/writer.py
strictdoc/helpers/__init__.py
strictdoc/helpers/file_modification_time.py
strictdoc/helpers/file_system.py
strictdoc/helpers/html.py
strictdoc/helpers/lxml.py
strictdoc/helpers/math.py
strictdoc/helpers/parallelizer.py
strictdoc/helpers/sorting.py
strictdoc/helpers/string.py
strictdoc/helpers/textx.py
strictdoc/helpers/timing.py