.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CHANGES.rst
CONTRIBUTING.md
LICENSE
Makefile
NOTICE.txt
README.rst
codecov.yml
howto.txt
igor.py
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/branch-test-others.yml
.github/workflows/codeql-analysis.yml
.github/workflows/dependency-review.yml
.github/workflows/kit.yml
.github/workflows/python-nightly.yml
.github/workflows/quality.yml
.github/workflows/release.yml
.github/workflows/test-coverage.yml
.github/workflows/testsuite.yml
docs/Makefile
docs/_toc.yml
docs/conf.py
docs/intro.rst
docs/objects-black.inv
docs/objects-black.txt
docs/objects-docutils-source.inv
docs/objects-docutils-source.txt
docs/objects-python.inv
docs/objects-sphinx-docs.inv
docs/objects-sphinx-docs.txt
docs/objects-strictyaml-docs.inv
docs/objects-strictyaml-docs.txt
docs/objects-strictyaml-source.inv
docs/objects-strictyaml-source.txt
docs/objects-toc-strict.inv
docs/objects-toc-strict.txt
docs/requirements.in
docs/requirements.pip
docs/_static/asset-gesture-like-thumbs-up.svg
docs/_static/asset-table-of-contents.svg
docs/_static/credit.txt
docs/_static/sphinx-external-toc-strict-logo.png
docs/_static/sphinx-external-toc-strict-logo.svg
docs/_static/toc-graphic.png
docs/_static/toc_tree.pptx
docs/code/api.rst
docs/code/cli.rst
docs/code/compat.rst
docs/code/constrants.rst
docs/code/events.rst
docs/code/exceptions.rst
docs/code/filename_suffix.rst
docs/code/index.rst
docs/code/parsing_shared.rst
docs/code/parsing_strictyaml.rst
docs/code/pep518_read.rst
docs/code/todo.rst
docs/code/tools_strictyaml.rst
docs/code/version_semantic.rst
docs/example/index.rst
docs/example/globfolder/page1.rst
docs/example/globfolder/page2.rst
docs/example/subfolder/page.rst
docs/user_guide/api.rst
docs/user_guide/cli.rst
docs/user_guide/regressions.md
docs/user_guide/sphinx.rst
docs/user_guide/why.rst
requirements/dev.in
requirements/dev.pip
requirements/kit.in
requirements/kit.pip
requirements/manage.in
requirements/manage.pip
requirements/mypy.in
requirements/mypy.pip
requirements/pins.pip
requirements/pip-tools.in
requirements/pip-tools.pip
requirements/pip.in
requirements/pip.pip
requirements/prod.in
requirements/prod.pip
requirements/tox.in
requirements/tox.pip
src/sphinx_external_toc_strict/__init__.py
src/sphinx_external_toc_strict/__init__.pyi
src/sphinx_external_toc_strict/_compat.py
src/sphinx_external_toc_strict/_version.py
src/sphinx_external_toc_strict/_version.pyi
src/sphinx_external_toc_strict/api.py
src/sphinx_external_toc_strict/api.pyi
src/sphinx_external_toc_strict/cli.py
src/sphinx_external_toc_strict/cli.pyi
src/sphinx_external_toc_strict/constants.py
src/sphinx_external_toc_strict/constants.pyi
src/sphinx_external_toc_strict/events.py
src/sphinx_external_toc_strict/events.pyi
src/sphinx_external_toc_strict/exceptions.py
src/sphinx_external_toc_strict/exceptions.pyi
src/sphinx_external_toc_strict/filename_suffix.py
src/sphinx_external_toc_strict/filename_suffix.pyi
src/sphinx_external_toc_strict/parsing_shared.py
src/sphinx_external_toc_strict/parsing_shared.pyi
src/sphinx_external_toc_strict/parsing_strictyaml.py
src/sphinx_external_toc_strict/parsing_strictyaml.pyi
src/sphinx_external_toc_strict/pep518_read.py
src/sphinx_external_toc_strict/pep518_read.pyi
src/sphinx_external_toc_strict/py.typed
src/sphinx_external_toc_strict/tools_strictyaml.py
src/sphinx_external_toc_strict/tools_strictyaml.pyi
src/sphinx_external_toc_strict/version_semantic.py
src/sphinx_external_toc_strict/version_semantic.pyi
src/sphinx_external_toc_strict.egg-info/PKG-INFO
src/sphinx_external_toc_strict.egg-info/SOURCES.txt
src/sphinx_external_toc_strict.egg-info/dependency_links.txt
src/sphinx_external_toc_strict.egg-info/entry_points.txt
src/sphinx_external_toc_strict.egg-info/requires.txt
src/sphinx_external_toc_strict.egg-info/top_level.txt
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_filename_suffix.py
tests/test_parsing.py
tests/test_pep518_read.py
tests/test_sphinx.py
tests/test_tools.py
tests/test_version_semantic.py
tests/_bad_toc_files/bad_option_value.yml
tests/_bad_toc_files/bad_url.yml
tests/_bad_toc_files/doc_multiple_times.yml
tests/_bad_toc_files/doc_validation_fail.yml
tests/_bad_toc_files/empty.yml
tests/_bad_toc_files/empty_items.yml
tests/_bad_toc_files/empty_subtrees.yml
tests/_bad_toc_files/entry_not_a_mapping.yml
tests/_bad_toc_files/entry_unknown_link_type.yml
tests/_bad_toc_files/file_and_glob_present.yml
tests/_bad_toc_files/item_then_subtrees_key.yml
tests/_bad_toc_files/items_in_glob.yml
tests/_bad_toc_files/items_in_url.yml
tests/_bad_toc_files/list.yml
tests/_bad_toc_files/no_root.yml
tests/_bad_toc_files/subtree_with_no_items.yml
tests/_bad_toc_files/unknown_keys.yml
tests/_bad_toc_files/unknown_keys_nested.yml
tests/_bad_toc_files/unknown_usecase.yml
tests/_jb_migrate_toc_files/chapters.yml
tests/_jb_migrate_toc_files/jb_docs_toc.yml
tests/_jb_migrate_toc_files/list_and_nested.yml
tests/_jb_migrate_toc_files/numbered_chapters.yml
tests/_jb_migrate_toc_files/numbered_depth.yml
tests/_jb_migrate_toc_files/numbered_depth_parts_subset.yml
tests/_jb_migrate_toc_files/numbered_parts.yml
tests/_jb_migrate_toc_files/numbered_parts_subset.yml
tests/_jb_migrate_toc_files/parts.yml
tests/_jb_migrate_toc_files/simple_dict.yml
tests/_jb_migrate_toc_files/simple_list.yml
tests/_toc_files/basic.yml
tests/_toc_files/basic_compressed.yml
tests/_toc_files/caption_not_entries.yml
tests/_toc_files/exclude_missing.yml
tests/_toc_files/glob.yml
tests/_toc_files/glob_md.yml
tests/_toc_files/nested.yml
tests/_toc_files/tableofcontents.yml
tests/_warning_toc_files/contains_toctree.yml
tests/_warning_toc_files/file_not_in_toc.yml
tests/_warning_toc_files/multiple_tableofcontents.yml
tests/_warning_toc_files/no_glob_match.yml
tests/_warning_toc_files/tableofcontents_no_toc.yml
tests/test_cli/test_create_toc.txt
tests/test_parsing/test_create_toc_dict_basic_.yml
tests/test_parsing/test_create_toc_dict_basic_compressed_.yml
tests/test_parsing/test_create_toc_dict_caption_not_entries_.yml
tests/test_parsing/test_create_toc_dict_exclude_missing_.yml
tests/test_parsing/test_create_toc_dict_glob_.yml
tests/test_parsing/test_create_toc_dict_glob_md_.yml
tests/test_parsing/test_create_toc_dict_nested_.yml
tests/test_parsing/test_create_toc_dict_tableofcontents_.yml
tests/test_parsing/test_file_to_sitemap_basic_.yml
tests/test_parsing/test_file_to_sitemap_basic_compressed_.yml
tests/test_parsing/test_file_to_sitemap_caption_not_entries_.yml
tests/test_parsing/test_file_to_sitemap_exclude_missing_.yml
tests/test_parsing/test_file_to_sitemap_glob_.yml
tests/test_parsing/test_file_to_sitemap_glob_md_.yml
tests/test_parsing/test_file_to_sitemap_nested_.yml
tests/test_parsing/test_file_to_sitemap_tableofcontents_.yml
tests/test_sphinx/test_success_basic_.xml
tests/test_sphinx/test_success_basic_compressed_.xml
tests/test_sphinx/test_success_caption_not_entries_.xml
tests/test_sphinx/test_success_glob_md_.xml
tests/test_sphinx/test_success_tableofcontents_.xml
tests/test_tools/test_caption_not_entries_.yml
tests/test_tools/test_create_site_map_from_path.yml
tests/test_tools/test_file_to_sitemap_basic_.yml
tests/test_tools/test_file_to_sitemap_basic_compressed_.yml
tests/test_tools/test_file_to_sitemap_basic_md_.yml
tests/test_tools/test_file_to_sitemap_caption_not_entries_.yml
tests/test_tools/test_file_to_sitemap_exclude_missing_.yml
tests/test_tools/test_file_to_sitemap_glob_.yml
tests/test_tools/test_file_to_sitemap_glob_md_.yml
tests/test_tools/test_file_to_sitemap_nested_.yml
tests/test_tools/test_file_to_sitemap_tableofcontents_.yml
tests/test_tools/test_migrate_jb_chapters_.yml
tests/test_tools/test_migrate_jb_jb_docs_toc_.yml
tests/test_tools/test_migrate_jb_list_and_nested_.yml
tests/test_tools/test_migrate_jb_numbered_chapters_.yml
tests/test_tools/test_migrate_jb_numbered_depth_.yml
tests/test_tools/test_migrate_jb_numbered_depth_parts_subset_.yml
tests/test_tools/test_migrate_jb_numbered_parts_.yml
tests/test_tools/test_migrate_jb_numbered_parts_subset_.yml
tests/test_tools/test_migrate_jb_parts_.yml
tests/test_tools/test_migrate_jb_simple_dict_.yml
tests/test_tools/test_migrate_jb_simple_list_.yml