.gitignore
.nvmrc
.pre-commit-config.yaml
.prettierignore
.prettierrc.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
docs-requirements.txt
package-lock.json
package.json
postcss.config.js
pyproject.toml
tox.ini
webpack.config.js
.github/CODE_OF_CONDUCT
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/dependencies.yaml
.github/workflows/periodic-ci.yaml
.vscode/tasks.json
changelog.d/_template.md.jinja
demo/md/.gitignore
demo/md/Makefile
demo/md/conf.py
demo/md/index.md
demo/md/rubin-watermark.png
demo/md/technote.toml
demo/md/_static/technote-logo-dark.svg
demo/md/_static/technote-logo-light.svg
demo/rst/.gitignore
demo/rst/Makefile
demo/rst/conf.py
demo/rst/index.rst
demo/rst/rubin-watermark.png
demo/rst/technote.toml
demo/rst/_static/technote-logo-dark.svg
demo/rst/_static/technote-logo-light.svg
docs/.gitignore
docs/_rst_epilog.rst
docs/api.rst
docs/changelog.md
docs/conf.py
docs/documenteer.toml
docs/index.rst
docs/dev/development.rst
docs/dev/index.rst
docs/dev/release.rst
docs/user-guide/index.rst
docs/user-guide/metadata.rst
src/technote/__init__.py
src/technote/factory.py
src/technote/main.py
src/technote/py.typed
src/technote/sphinxconf.py
src/technote.egg-info/PKG-INFO
src/technote.egg-info/SOURCES.txt
src/technote.egg-info/dependency_links.txt
src/technote.egg-info/entry_points.txt
src/technote.egg-info/requires.txt
src/technote.egg-info/top_level.txt
src/technote/ext/__init__.py
src/technote/ext/abstract.py
src/technote/ext/insertstatus.py
src/technote/ext/metadata.py
src/technote/ext/pygmentscss.py
src/technote/ext/toc.py
src/technote/ext/wraptables.py
src/technote/ext/templates/status.html.jinja
src/technote/metadata/__init__.py
src/technote/metadata/licenses.json
src/technote/metadata/model.py
src/technote/metadata/orcid.py
src/technote/metadata/ror.py
src/technote/metadata/spdx.py
src/technote/metadata/zenodo.py
src/technote/sources/__init__.py
src/technote/sources/tomlsettings.py
src/technote/templating/__init__.py
src/technote/templating/context.py
src/technote/templating/highwire.py
src/technote/templating/metatagbase.py
src/technote/templating/opengraph.py
src/technote/theme/page.html
src/technote/theme/theme.conf
src/technote/theme/components/sidebar-authors.html
src/technote/theme/components/sidebar-logo.html
src/technote/theme/components/sidebar-source.html
src/technote/theme/components/sidebar-toc.html
src/technote/theme/components/sidebar-version.html
src/technote/theme/components/toggle-sidebar-primary.html
src/technote/theme/components/toggle-sidebar-secondary.html
src/technote/theme/partials/octicons.html
src/technote/theme/sections/announcement.html
src/technote/theme/sections/article.html
src/technote/theme/sections/footer-article.html
src/technote/theme/sections/footer-content.html
src/technote/theme/sections/footer.html
src/technote/theme/sections/header-article.html
src/technote/theme/sections/header-content.html
src/technote/theme/sections/header-secondary.html
src/technote/theme/sections/header.html
src/technote/theme/sections/sidebar-primary.html
src/technote/theme/sections/sidebar-secondary.html
src/technote/theme/static/.gitignore
src/technote/theme/static/scripts/technote.js
src/technote/theme/static/styles/technote.css
src/technote/theme/static/styles/technote.css.map
tests/__init__.py
tests/conftest.py
tests/metadata_test.py
tests/packaging_test.py
tests/ext/__init__.py
tests/ext/abstract_test.py
tests/ext/toc_test.py
tests/metadata/__init__.py
tests/metadata/orcid_test.py
tests/metadata/ror_test.py
tests/metadata/spdx_test.py
tests/roots/test-abstract-basic/conf.py
tests/roots/test-abstract-basic/index.rst
tests/roots/test-abstract-basic/technote.toml
tests/roots/test-metadata-basic/conf.py
tests/roots/test-metadata-basic/index.rst
tests/roots/test-metadata-basic/technote.toml
tests/roots/test-toc-basic/conf.py
tests/roots/test-toc-basic/index.rst
tests/roots/test-toc-basic/technote.toml
tests/roots/test-toc-no-sections/conf.py
tests/roots/test-toc-no-sections/index.rst
tests/roots/test-toc-no-sections/technote.toml
tests/sources/__init__.py
tests/sources/tomlsettings_test.py
tests/templating/__init__.py
tests/templating/context_test.py