.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/20230911_165815_jsick_DM_40684.md
changelog.d/20230913_150726_jsick_DM_40737.md
changelog.d/20230918_104754_jsick_DM_40738.md
changelog.d/20230920_111916_jsick_DM_40815.md
changelog.d/_template.md.jinja
demo/.gitignore
demo/Makefile
demo/conf.py
demo/index.rst
demo/technote.toml
demo/_static/technote-logo-dark.svg
demo/_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/config.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/metadata.py
src/technote/ext/pygmentscss.py
src/technote/ext/toc.py
src/technote/metadata/__init__.py
src/technote/metadata/highwire.py
src/technote/metadata/licenses.json
src/technote/metadata/metatagbase.py
src/technote/metadata/opengraph.py
src/technote/metadata/orcid.py
src/technote/metadata/ror.py
src/technote/metadata/spdx.py
src/technote/metadata/zenodo.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
tests/__init__.py
tests/config_test.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