.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
pyproject.toml
setup.py
.claude/claude.md
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/workflows/deploy-docs.yml
.github/workflows/publish-pypi.yml
.github/workflows/tests.yml
.vscode/tasks.json
_assets/favicon.ico
_assets/introligo-logo.png
docs/Makefile
docs/preview.py
docs/requirements.txt
docs/_static/.gitkeep
docs/composition/README.md
docs/composition/introligo_config.yaml
docs/composition/introligo_config_backup.yaml
docs/composition/markdown/_assets/image1.png
docs/composition/markdown/_assets/image2.png
docs/composition/markdown/devcontainer_tutorial/devcontainer_setup.md
docs/composition/markdown/devcontainer_tutorial/devcontainer_usage.md
docs/composition/markdown/getting_started/getting_started.md
docs/composition/markdown/getting_started/hub_architecture.md
docs/composition/markdown/md_tutorial/basic_usage.md
docs/composition/markdown/md_tutorial/best_practices.md
docs/composition/markdown/md_tutorial/link_conversion.md
docs/composition/markdown/md_tutorial/link_examples.md
docs/composition/markdown/md_tutorial/troubleshooting.md
docs/composition/markdown/md_tutorial/use_cases.md
docs/composition/markdown/md_tutorial/working_with_images.md
docs/composition/markdown/sphinx_tutorial/01_introduction.md
docs/composition/markdown/sphinx_tutorial/02_configuration.md
docs/composition/markdown/sphinx_tutorial/03_themes_and_colors.md
docs/composition/markdown/sphinx_tutorial/04_advanced.md
docs/composition/modules/about/_main.yaml
docs/composition/modules/about/changelog.yaml
docs/composition/modules/about/license.yaml
docs/composition/modules/examples/_main.yaml
docs/composition/modules/examples/generic_usage.yaml
docs/composition/modules/examples/hub_example.yaml
docs/composition/modules/examples/hub_project.yaml
docs/composition/modules/getting_started/_main.yaml
docs/composition/modules/getting_started/complete_guide.yaml
docs/composition/modules/getting_started/hub_architecture.yaml
docs/composition/modules/getting_started/installation.yaml
docs/composition/modules/getting_started/quickstart.yaml
docs/composition/modules/user_guide/_main.yaml
docs/examples/generic_usage/hub_example.yaml
docs/examples/generic_usage/hub_project/CHANGELOG.md
docs/examples/generic_usage/hub_project/CONTRIBUTING.md
docs/examples/generic_usage/hub_project/LICENSE
docs/examples/generic_usage/hub_project/README.md
docs/examples/generic_usage/hub_project/introligo_config.yaml
docs/examples/generic_usage/hub_project/docs/tutorial.md
docs/examples/generic_usage/hub_project/docs/user-guide.md
examples/.gitignore
examples/EXAMPLES.md
examples/README.md
examples/hub_example.yaml
examples/introligo_with_custom_palette.yaml
examples/introligo_with_furo_celin.yaml
examples/c_project/Doxyfile
examples/c_project/README.md
examples/c_project/calculator.c
examples/c_project/calculator.h
examples/c_project/introligo_config.yaml
examples/hub_project/CHANGELOG.md
examples/hub_project/CONTRIBUTING.md
examples/hub_project/LICENSE
examples/hub_project/README.md
examples/hub_project/example_usage.py
examples/hub_project/introligo_config.yaml
examples/hub_project/docs/tutorial.md
examples/hub_project/docs/user-guide.md
examples/hub_project/myproject/__init__.py
examples/hub_project/myproject/complex_number.py
examples/latex_project/README.md
examples/latex_project/calculus.tex
examples/latex_project/equations.tex
examples/latex_project/introligo_config.yaml
examples/python_project/README.md
examples/python_project/introligo_config.yaml
examples/python_project/string_utils.py
examples/python_project/docs/conf.py
examples/rst_project/README.md
examples/rst_project/api_details.rst
examples/rst_project/architecture.rst
examples/rst_project/introligo_config.yaml
examples/rst_project/tutorial.rst
introligo/__init__.py
introligo/__main__.py
introligo/_version.py
introligo/errors.py
introligo/generator.py
introligo/hub.py
introligo/markdown_converter.py
introligo/page_node.py
introligo/utils.py
introligo/yaml_loader.py
introligo.egg-info/PKG-INFO
introligo.egg-info/SOURCES.txt
introligo.egg-info/dependency_links.txt
introligo.egg-info/entry_points.txt
introligo.egg-info/requires.txt
introligo.egg-info/top_level.txt
introligo/palettes/celin.yaml
introligo/palettes/default.yaml
introligo/templates/conf.py.jinja2
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_coverage.py
tests/test_error.py
tests/test_generator.py
tests/test_hub.py
tests/test_include_loader.py
tests/test_main.py
tests/test_main_block.py
tests/test_markdown_link_conversion.py
tests/test_page_node.py
tests/test_rst_includes.py
tests/test_sphinx_palette.py
tests/test_utils.py