.cruft.json
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
ruff.toml
.github/workflows/lint.yml
.github/workflows/pages.yml
.github/workflows/pypi.yml
.github/workflows/release.yml
.github/workflows/tag.yml
.github/workflows/test.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_images/.gitkeep
docs/_static/.gitkeep
docs/_static/custom.css
docs/_static/sphinx-notes.png
src/sphinxnotes/data/__init__.py
src/sphinxnotes/data/adhoc.py
src/sphinxnotes/data/config.py
src/sphinxnotes/data/data.py
src/sphinxnotes/data/meta.py
src/sphinxnotes/data/preset.py
src/sphinxnotes/data/py.typed
src/sphinxnotes/data/render/__init__.py
src/sphinxnotes/data/render/extractx.py
src/sphinxnotes/data/render/nodes.py
src/sphinxnotes/data/render/renderer.py
src/sphinxnotes/data/render/reporter.py
src/sphinxnotes/data/render/template.py
src/sphinxnotes/data/utils/__init__.py
src/sphinxnotes/data/utils/ctxproxy.py
src/sphinxnotes/data/utils/freestyle.py
src/sphinxnotes_data.egg-info/PKG-INFO
src/sphinxnotes_data.egg-info/SOURCES.txt
src/sphinxnotes_data.egg-info/dependency_links.txt
src/sphinxnotes_data.egg-info/requires.txt
src/sphinxnotes_data.egg-info/top_level.txt
tests/__init__.py
tests/test_data.py