.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/test.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/conf.rst
docs/index.rst
docs/make.bat
docs/tips.rst
docs/usage.rst
docs/_images/.gitkeep
docs/_images/nyan-cat.gif
docs/_schemas/cat.py
docs/_schemas/dog1.py
docs/_schemas/dog2.py
docs/_schemas/dogs.rst
docs/_schemas/indiana-dog.txt
docs/_schemas/mimi.txt
docs/_schemas/nyan-cat.txt
docs/_schemas/tmplvar.py
docs/_static/.gitkeep
docs/_static/sphinx-notes.png
docs/_templates/confval.rst
docs/_templates/example.rst
docs/_templates/version.rst
src/sphinxnotes/any/__init__.py
src/sphinxnotes/any/api.py
src/sphinxnotes/any/directives.py
src/sphinxnotes/any/domain.py
src/sphinxnotes/any/errors.py
src/sphinxnotes/any/indexers.py
src/sphinxnotes/any/indices.py
src/sphinxnotes/any/meta.py
src/sphinxnotes/any/objects.py
src/sphinxnotes/any/roles.py
src/sphinxnotes/any/template.py
src/sphinxnotes_any.egg-info/PKG-INFO
src/sphinxnotes_any.egg-info/SOURCES.txt
src/sphinxnotes_any.egg-info/dependency_links.txt
src/sphinxnotes_any.egg-info/requires.txt
src/sphinxnotes_any.egg-info/top_level.txt
tests/test_schema.py