.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
README.md
codecov.yml
pyproject.toml
requirements-dev.txt
.github/workflows/build.yaml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/release.yaml
.github/workflows/test.yaml
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/genindex.rst
docs/getting-started.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/extra.css
docs/_templates/base.html
docs/basic-usage/basic-usage.rst
docs/basic-usage/include_this.rst
docs/basic-usage/include_folder/example_script.rst
docs/development/documentation.rst
docs/development/formatting.rst
docs/development/installation.rst
docs/development/unit-tests.rst
docs/logo/favicon-white.png
docs/logo/home-icon-white.svg
docs/release-notes/v0.0.md
docs/release-notes/versioning.rst
examples/_skip_this.py
examples/include_this.py
examples/_skip_folder/example_script.py
examples/include_folder/example_script.py
src/sphinx_tutorials/__init__.py
src/sphinx_tutorials/_version.py
src/sphinx_tutorials/cli.py
src/sphinx_tutorials.egg-info/PKG-INFO
src/sphinx_tutorials.egg-info/SOURCES.txt
src/sphinx_tutorials.egg-info/dependency_links.txt
src/sphinx_tutorials.egg-info/entry_points.txt
src/sphinx_tutorials.egg-info/requires.txt
src/sphinx_tutorials.egg-info/top_level.txt
src/sphinx_tutorials/utils/__init__.py
src/sphinx_tutorials/utils/conversion_rules.py
src/sphinx_tutorials/utils/converter.py
tests/__init__.py
tests/test_sphinx_tutorials.py