.flake8
.gitignore
.nvmrc
.pre-commit-config.yaml
.prettierignore
.prettierrc.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
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/periodic-ci.yaml
.vscode/tasks.json
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
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/toc.py
src/technote/metadata/__init__.py
src/technote/metadata/licenses.json
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/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/config_test.py
tests/conftest.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-toc-basic/conf.py
tests/roots/test-toc-basic/index.rst
tests/roots/test-toc-basic/technote.toml