.carthorse.yml
.gitignore
.readthedocs.yml
CHANGELOG.rst
LICENSE.txt
README.rst
conftest.py
mypy.ini
setup.cfg
setup.py
.circleci/config.yml
docs/Makefile
docs/api.rst
docs/changes.rst
docs/concepts.rst
docs/conf.py
docs/development.rst
docs/index.rst
docs/integration.rst
docs/license.rst
docs/markdown.rst
docs/myst.rst
docs/parsers.rst
docs/patterns.rst
docs/quickstart.rst
docs/rest.rst
docs/use.rst
docs/examples/integration/__init__.py
docs/examples/integration/pytest.ini
docs/examples/integration/docs/conftest.py
docs/examples/integration/docs/example.rst
docs/examples/integration/unittest/__init__.py
docs/examples/integration/unittest/test_docs.py
docs/examples/linting_and_checking/conftest.py
docs/examples/linting_and_checking/index.rst
docs/examples/linting_and_checking/pytest.ini
docs/examples/markdown/clear.md
docs/examples/markdown/codeblock-bash.md
docs/examples/markdown/codeblock-python.md
docs/examples/markdown/doctest.md
docs/examples/markdown/skip.md
docs/examples/myst/clear-html-comment.md
docs/examples/myst/clear.md
docs/examples/myst/codeblock-bash.md
docs/examples/myst/codeblock-python.md
docs/examples/myst/doctest-directive.md
docs/examples/myst/doctest-eval-rst.md
docs/examples/myst/doctest.md
docs/examples/myst/skip.md
docs/examples/myst_text_rest_src/conftest.py
docs/examples/myst_text_rest_src/pytest.ini
docs/examples/myst_text_rest_src/setup.py
docs/examples/myst_text_rest_src/docs/conf.py
docs/examples/myst_text_rest_src/docs/index.md
docs/examples/myst_text_rest_src/src/myproj/__init__.py
docs/examples/quickstart/conftest.py
docs/examples/quickstart/example.rst
docs/examples/quickstart/pytest.ini
docs/examples/rest/clear.rst
docs/examples/rest/codeblock-python.rst
docs/examples/rest/doctest-directive.rst
docs/examples/rest/doctest.rst
docs/examples/rest/skip.rst
docs/examples/rest_text_rest_src/conftest.py
docs/examples/rest_text_rest_src/pytest.ini
docs/examples/rest_text_rest_src/setup.py
docs/examples/rest_text_rest_src/docs/conf.py
docs/examples/rest_text_rest_src/docs/index.rst
docs/examples/rest_text_rest_src/src/myproj/__init__.py
sybil/__init__.py
sybil/document.py
sybil/example.py
sybil/py.typed
sybil/python.py
sybil/region.py
sybil/sybil.py
sybil/text.py
sybil/typing.py
sybil.egg-info/PKG-INFO
sybil.egg-info/SOURCES.txt
sybil.egg-info/dependency_links.txt
sybil.egg-info/requires.txt
sybil.egg-info/top_level.txt
sybil/evaluators/__init__.py
sybil/evaluators/capture.py
sybil/evaluators/doctest.py
sybil/evaluators/python.py
sybil/evaluators/skip.py
sybil/integration/__init__.py
sybil/integration/pytest.py
sybil/integration/unittest.py
sybil/parsers/__init__.py
sybil/parsers/capture.py
sybil/parsers/codeblock.py
sybil/parsers/doctest.py
sybil/parsers/skip.py
sybil/parsers/abstract/__init__.py
sybil/parsers/abstract/clear.py
sybil/parsers/abstract/codeblock.py
sybil/parsers/abstract/doctest.py
sybil/parsers/abstract/lexers.py
sybil/parsers/abstract/skip.py
sybil/parsers/markdown/__init__.py
sybil/parsers/markdown/clear.py
sybil/parsers/markdown/codeblock.py
sybil/parsers/markdown/lexers.py
sybil/parsers/markdown/skip.py
sybil/parsers/myst/__init__.py
sybil/parsers/myst/clear.py
sybil/parsers/myst/codeblock.py
sybil/parsers/myst/doctest.py
sybil/parsers/myst/lexers.py
sybil/parsers/myst/skip.py
sybil/parsers/rest/__init__.py
sybil/parsers/rest/capture.py
sybil/parsers/rest/clear.py
sybil/parsers/rest/codeblock.py
sybil/parsers/rest/doctest.py
sybil/parsers/rest/lexers.py
sybil/parsers/rest/skip.py
tests/__init__.py
tests/helpers.py
tests/test_capture.py
tests/test_clear.py
tests/test_codeblock.py
tests/test_compatibility.py
tests/test_docs_examples.py
tests/test_doctest.py
tests/test_document.py
tests/test_functional.py
tests/test_helpers.py
tests/test_lexing.py
tests/test_markdown_lexers.py
tests/test_myst_clear.py
tests/test_myst_codeblock.py
tests/test_myst_doctest.py
tests/test_myst_lexers.py
tests/test_myst_skip.py
tests/test_rest_lexers.py
tests/test_skip.py
tests/test_sybil.py
tests/functional/markdown/conftest.py
tests/functional/markdown/doctest.md
tests/functional/markdown/python.md
tests/functional/markdown/test_docs.py
tests/functional/modules/a.py
tests/functional/modules/b.py
tests/functional/myst/Makefile
tests/functional/myst/conf.py
tests/functional/myst/conftest.py
tests/functional/myst/doctest.md
tests/functional/myst/index.md
tests/functional/myst/python.md
tests/functional/myst/test_docs.py
tests/functional/package_and_docs/docs/use.rst
tests/functional/package_and_docs/src/parent/__init__.py
tests/functional/package_and_docs/src/parent/module_c.py
tests/functional/package_and_docs/src/parent/child/__init__.py
tests/functional/package_and_docs/src/parent/child/module_a.py
tests/functional/package_and_docs/src/parent/child/module_b.py
tests/functional/pytest/conftest.py
tests/functional/pytest/fail.rst
tests/functional/pytest/pass.rst
tests/functional/pytest/pytest.ini
tests/functional/skips/skip.rst
tests/functional/unittest/__init__.py
tests/functional/unittest/test_unittest.py
tests/samples/capture.txt
tests/samples/capture_bad_indent1.txt
tests/samples/capture_bad_indent2.txt
tests/samples/capture_codeblock.txt
tests/samples/clear.txt
tests/samples/code.rst
tests/samples/codeblock-subclassing.txt
tests/samples/codeblock.txt
tests/samples/codeblock_future_imports.txt
tests/samples/codeblock_lolcode.txt
tests/samples/codeblock_with_options.txt
tests/samples/comments.py
tests/samples/docstrings.py
tests/samples/doctest.txt
tests/samples/doctest_directive.txt
tests/samples/doctest_fail.txt
tests/samples/doctest_irrelevant_tabs.txt
tests/samples/doctest_literals.txt
tests/samples/doctest_min_indent.txt
tests/samples/doctest_rest_nested_in_md.md
tests/samples/doctest_tabs.txt
tests/samples/doctest_unicode.txt
tests/samples/lexing-directives.txt
tests/samples/lexing-fail.txt
tests/samples/lexing-indented-block.txt
tests/samples/lexing-nested-directives.txt
tests/samples/markdown-fenced-code-block.md
tests/samples/myst-clear.md
tests/samples/myst-code.md
tests/samples/myst-codeblock-blank-lines-indented.md
tests/samples/myst-codeblock-blank-lines.md
tests/samples/myst-codeblock-doctests-end-of-fenced-codeblocks.md
tests/samples/myst-codeblock-future-imports.md
tests/samples/myst-codeblock-lolcode.md
tests/samples/myst-codeblock-subclassing.md
tests/samples/myst-codeblock.md
tests/samples/myst-complicated-nesting.md
tests/samples/myst-directive-nested.md
tests/samples/myst-directive-no-trailing-newline.md
tests/samples/myst-doctest-fail.md
tests/samples/myst-doctest-use-rest.md
tests/samples/myst-doctest.md
tests/samples/myst-lexers.md
tests/samples/myst-lexing-directives.md
tests/samples/myst-skip.md
tests/samples/myst-sourcecode.md
tests/samples/nested-evaluators.txt
tests/samples/protocol-typing.rst
tests/samples/sample1.txt
tests/samples/sample2.txt
tests/samples/skip-conditional-bad.txt
tests/samples/skip-conditional-edges.txt
tests/samples/skip-conditional.txt
tests/samples/skip-just-end.txt
tests/samples/skip-malformed-arguments.txt
tests/samples/skip-missing-arguments.txt
tests/samples/skip-next-next.txt
tests/samples/skip-start-next.txt
tests/samples/skip-start-start.txt
tests/samples/skip.txt
tests/samples/sourcecode.rst