.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
noxfile.py
pyproject.toml
requirements.in
setup.py
docs/about.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/glossary.rst
docs/index.rst
docs/usage.rst
docs/_ext/extlinks.py
docs/_ext/sphinxcompat.py
docs/_static/style.css
docs/demo/examplefeature.rst
docs/demo/index.rst
docs/demo/gherkin/sibling/sibling.feature
docs/demo/gherkin/top/full.feature
docs/demo/gherkin/top/other.feature
docs/demo/gherkin/top/deep/deeper/deepest.feature
docs/demo/gherkin/top/deep/deeper/absent/.gitkeep
docs/references/configuration.rst
docs/references/gherkin2rst.rst
docs/references/index.rst
docs/references/markup.rst
src/sphinx_gherkin/__init__.py
src/sphinx_gherkin/__main__.py
src/sphinx_gherkin/domain.py
src/sphinx_gherkin/gherkin.py
src/sphinx_gherkin/index.py
src/sphinx_gherkin/py.typed
src/sphinx_gherkin/sphinxapi.py
src/sphinx_gherkin.egg-info/PKG-INFO
src/sphinx_gherkin.egg-info/SOURCES.txt
src/sphinx_gherkin.egg-info/dependency_links.txt
src/sphinx_gherkin.egg-info/entry_points.txt
src/sphinx_gherkin.egg-info/requires.txt
src/sphinx_gherkin.egg-info/top_level.txt
src/sphinx_gherkin/gherkin2rst/__init__.py
src/sphinx_gherkin/gherkin2rst/feature.rst_t
src/sphinx_gherkin/gherkin2rst/folder.rst_t
src/sphinx_gherkin/gherkin2rst/toc.rst_t
src/sphinx_gherkin/i18n/__init__.py
src/sphinx_gherkin/markup/__init__.py
src/sphinx_gherkin/markup/autodoc.py
src/sphinx_gherkin/viewcode/__init__.py
src/sphinx_gherkin/viewcode/html.py
test/conftest.py
test/integrated/conftest.py
test/integrated/test_docs.py
test/integrated/samples/test-autodoc/conf.py
test/integrated/samples/test-autodoc/full.feature
test/integrated/samples/test-autodoc/index.rst
test/integrated/samples/test-autodoc-file-signature/conf.py
test/integrated/samples/test-autodoc-file-signature/full.feature
test/integrated/samples/test-autodoc-file-signature/index.rst
test/integrated/samples/test-basic/conf.py
test/integrated/samples/test-basic/index.rst
test/integrated/samples/test-crossref/conf.py
test/integrated/samples/test-crossref/index.rst
test/integrated/samples/test-gherkin2rst/conf.py
test/integrated/samples/test-gherkin2rst/index.rst
test/integrated/samples/test-gherkin2rst/sibling/sibling.feature
test/integrated/samples/test-gherkin2rst/top/full.feature
test/integrated/samples/test-gherkin2rst/top/other.feature
test/integrated/samples/test-gherkin2rst/top/deep/deeper/deepest.feature
test/integrated/samples/test-gherkin2rst/top/deep/deeper/absent/.gitkeep
test/integrated/samples/test-viewcode/conf.py
test/integrated/samples/test-viewcode/full.feature
test/integrated/samples/test-viewcode/index.rst
test/unit/test_parse.py