.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.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/_static/images/image1.png
docs/_static/images/image2.png
docs/composition/introligo_config.yaml
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/language_support/cpp_language.md
docs/composition/markdown/language_support/go_language.md
docs/composition/markdown/language_support/java_language.md
docs/composition/markdown/language_support/latex_support.md
docs/composition/markdown/language_support/overview.md
docs/composition/markdown/language_support/python_language.md
docs/composition/markdown/language_support/rust_language.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_cycling_theme.yaml
examples/introligo_with_fantasy-world_theme.yaml
examples/introligo_with_furo_celin.yaml
examples/introligo_with_rose-explosion_theme.yaml
examples/introligo_with_steampunk_theme.yaml
examples/introligo_with_swing_theme.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/go_project/README.md
examples/go_project/go.mod
examples/go_project/introligo_config.yaml
examples/go_project/calculator/calculator.go
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/java_project/README.md
examples/java_project/introligo_config.yaml
examples/java_project/com/example/calculator/Calculator.java
examples/java_project/com/example/calculator/MathUtils.java
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
examples/rust_project/Cargo.toml
examples/rust_project/introligo_config.yaml
examples/rust_project/src/lib.rs
introligo/__init__.py
introligo/__main__.py
introligo/_version.py
introligo/errors.py
introligo/generator.py
introligo/godoc_extractor.py
introligo/hub.py
introligo/javadoc_extractor.py
introligo/markdown_converter.py
introligo/page_node.py
introligo/rustdoc_extractor.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/cycling.yaml
introligo/palettes/default.yaml
introligo/palettes/fantasy-world.yaml
introligo/palettes/palettes.json
introligo/palettes/rose-explosion.yaml
introligo/palettes/steampunk.yaml
introligo/palettes/swing.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_godoc_extractor.py
tests/test_hub.py
tests/test_include_loader.py
tests/test_init.py
tests/test_javadoc_extractor.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_rustdoc_extractor.py
tests/test_sphinx_palette.py
tests/test_utils.py
tools/generate_motifs.py