.flake8
.gitignore
.npmrc
.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.md
.github/CONTRIBUTING.md
.github/SUPPORT.md
.github/dependabot.yml
.github/workflows/ci-cron.yaml
.github/workflows/ci.yaml
.github/workflows/dependencies.yaml
.vscode/settings.json
.vscode/tasks.json
changelog.d/_template.md.jinja
demo/ipynb-technote/.gitignore
demo/ipynb-technote/Makefile
demo/ipynb-technote/conf.py
demo/ipynb-technote/diagram.py
demo/ipynb-technote/extra-notebook.ipynb
demo/ipynb-technote/index.ipynb
demo/ipynb-technote/technote.toml
demo/ipynb-technote/subdir/subdir-notebook.ipynb
demo/md-technote/.gitignore
demo/md-technote/Makefile
demo/md-technote/conf.py
demo/md-technote/diagram.py
demo/md-technote/index.md
demo/md-technote/technote.toml
demo/rst-technote/.gitignore
demo/rst-technote/Makefile
demo/rst-technote/conf.py
demo/rst-technote/diagram.py
demo/rst-technote/index.rst
demo/rst-technote/technote.toml
docs/.gitignore
docs/Makefile
docs/_rst_epilog.rst
docs/changelog.md
docs/conf.py
docs/documenteer.toml
docs/index.rst
docs/dev/development.rst
docs/dev/html-templates.rst
docs/dev/index.rst
docs/dev/release.rst
docs/dev/theme-assets.rst
docs/dev/theme.rst
docs/dev/api/documenteer.conf.rst
docs/dev/api/documenteer.ext.rst
docs/dev/api/documenteer.requestsutils.rst
docs/dev/api/documenteer.sphinxrunner.rst
docs/dev/api/documenteer.stackdocs.rst
docs/dev/api/index.rst
docs/guides/badges.rst
docs/guides/configuration-preset.rst
docs/guides/configuration.rst
docs/guides/diagrams.rst
docs/guides/extend-conf-py.rst
docs/guides/including-notebooks.ipynb
docs/guides/index.rst
docs/guides/markdown-primer.md
docs/guides/openapi.rst
docs/guides/organization.rst
docs/guides/overview.rst
docs/guides/page-redirects.rst
docs/guides/pyproject-configuration.rst
docs/guides/rst-epilog.rst
docs/guides/tabsets.rst
docs/guides/toml-reference.rst
docs/guides/video-embeds.rst
docs/guides/pipelines/build-overview.rst
docs/guides/pipelines/configuration.rst
docs/guides/pipelines/cpp-api-linking.rst
docs/guides/pipelines/index.rst
docs/guides/pipelines/install.rst
docs/guides/pipelines/package-docs-cli.rst
docs/guides/pipelines/stack-docs-cli.rst
docs/sphinx-extensions/autocppapi.rst
docs/sphinx-extensions/autodocreset.rst
docs/sphinx-extensions/docushare-reference.rst
docs/sphinx-extensions/githubbibcache.rst
docs/sphinx-extensions/index.rst
docs/sphinx-extensions/jira-reference.rst
docs/sphinx-extensions/lsst-pybtex-style.rst
docs/sphinx-extensions/lssttasks.rst
docs/sphinx-extensions/openapi.rst
docs/sphinx-extensions/package-toctree.rst
docs/sphinx-extensions/remote-code-block.rst
docs/technotes/author-metadata.rst
docs/technotes/configuration.rst
docs/technotes/document-status.rst
docs/technotes/edit-locally.rst
docs/technotes/edit-on-github.rst
docs/technotes/extensions.rst
docs/technotes/how-your-technote-gets-published.rst
docs/technotes/index.rst
docs/technotes/migrate.rst
docs/technotes/start-a-technote.rst
docs/technotes/wide-content.rst
docs/technotes/_templates/README.md
docs/technotes/_templates/README.rst
licenses/README.md
licenses/astropy-helpers.txt
licenses/sphinx-issue.txt
licenses/sphinx.txt
src/assets/rubin-technote/styles/SourceSans3VF-Italic.ttf.woff2
src/assets/rubin-technote/styles/SourceSans3VF-Upright.ttf.woff2
src/assets/rubin-technote/styles/_hacks.scss
src/assets/rubin-technote/styles/_properties.scss
src/assets/rubin-technote/styles/rubin-technote.scss
src/assets/rubin-technote/styles/components/_article-header.scss
src/assets/rubin-technote/styles/components/_authors.scss
src/assets/rubin-technote/styles/components/_global-breadcrumbs.scss
src/assets/rubin-technote/styles/components/_index.scss
src/assets/rubin-technote/styles/components/_sidebar-section.scss
src/assets/rubin-technote/styles/components/_version-info.scss
src/documenteer/__init__.py
src/documenteer/cli.py
src/documenteer/packagemetadata.py
src/documenteer/py.typed
src/documenteer/requestsutils.py
src/documenteer/sphinxrunner.py
src/documenteer/utils.py
src/documenteer/version.py
src/documenteer.egg-info/PKG-INFO
src/documenteer.egg-info/SOURCES.txt
src/documenteer.egg-info/dependency_links.txt
src/documenteer.egg-info/entry_points.txt
src/documenteer.egg-info/requires.txt
src/documenteer.egg-info/top_level.txt
src/documenteer/assets/.gitignore
src/documenteer/assets/731c8feefe13e72a8691.woff2
src/documenteer/assets/b8bc3440ba2145e132f5.woff2
src/documenteer/assets/favicon.ico
src/documenteer/assets/rubin-favicon-transparent-32px.png
src/documenteer/assets/rubin-favicon.svg
src/documenteer/assets/rubin-pydata-theme.css
src/documenteer/assets/rubin-technote.css
src/documenteer/assets/rubin-technote.css.map
src/documenteer/assets/rubin-titlebar-imagotype-dark.svg
src/documenteer/assets/rubin-titlebar-imagotype-light.svg
src/documenteer/assets/rsd-assets/rubin-imagotype-color-on-black-crop.svg
src/documenteer/assets/rsd-assets/rubin-imagotype-color-on-white-crop.svg
src/documenteer/assets/scripts/rubin-technote.js
src/documenteer/assets/scripts/rubin-technote.js.map
src/documenteer/conf/__init__.py
src/documenteer/conf/_toml.py
src/documenteer/conf/_utils.py
src/documenteer/conf/guide.py
src/documenteer/conf/pipelines.py
src/documenteer/conf/pipelinespkg.py
src/documenteer/conf/technote.py
src/documenteer/ext/__init__.py
src/documenteer/ext/_utils.py
src/documenteer/ext/autocppapi.py
src/documenteer/ext/autodocreset.py
src/documenteer/ext/bibtex.py
src/documenteer/ext/githubbibcache.py
src/documenteer/ext/jira.py
src/documenteer/ext/lsstdocushare.py
src/documenteer/ext/mockcoderefs.py
src/documenteer/ext/openapi.py
src/documenteer/ext/packagetoctree.py
src/documenteer/ext/remotecodeblock.py
src/documenteer/ext/lssttasks/__init__.py
src/documenteer/ext/lssttasks/configfieldlists.py
src/documenteer/ext/lssttasks/crossrefs.py
src/documenteer/ext/lssttasks/pyapisummary.py
src/documenteer/ext/lssttasks/taskutils.py
src/documenteer/ext/lssttasks/topiclists.py
src/documenteer/ext/lssttasks/topics.py
src/documenteer/services/__init__.py
src/documenteer/services/technoteauthor.py
src/documenteer/services/technotemigration.py
src/documenteer/stackdocs/__init__.py
src/documenteer/stackdocs/build.py
src/documenteer/stackdocs/doxygen.py
src/documenteer/stackdocs/doxygentag.py
src/documenteer/stackdocs/packagecli.py
src/documenteer/stackdocs/pkgdiscovery.py
src/documenteer/stackdocs/rootdiscovery.py
src/documenteer/stackdocs/stackcli.py
src/documenteer/stackdocs/data/cppreference-doxygen-web.tag.xml
src/documenteer/stackdocs/data/doxygen.defaults.conf
src/documenteer/stackdocs/data/mainpage.dox
src/documenteer/storage/__init__.py
src/documenteer/storage/authordb.py
src/documenteer/storage/latex.py
src/documenteer/storage/localtemplates.py
src/documenteer/storage/technotetoml.py
src/documenteer/storage/localtemplates/technote/Makefile
src/documenteer/storage/localtemplates/technote/README.rst
src/documenteer/storage/localtemplates/technote/ci.yaml
src/documenteer/storage/localtemplates/technote/conf.py
src/documenteer/storage/localtemplates/technote/dependabot.yml
src/documenteer/storage/localtemplates/technote/gitignore
src/documenteer/storage/localtemplates/technote/pre-commit-config.yaml
src/documenteer/storage/localtemplates/technote/requirements.txt
src/documenteer/storage/localtemplates/technote/tox.ini
src/documenteer/templates/pydata/layout.html
src/documenteer/templates/technote/.gitkeep
src/documenteer/templates/technote/components/.gitkeep
src/documenteer/templates/technote/components/sidebar-source.html
src/documenteer/templates/technote/sections/.gitkeep
src/documenteer/templates/technote/sections/header-article.html
src/documenteer/templates/technote/sections/sidebar-primary.html
tests/conftest.py
tests/packagemetadata_test.py
tests/test_conf_toml.py
tests/test_conf_utils.py
tests/test_stackdocs_build.py
tests/test_stackdocs_doxygen.py
tests/test_stackdocs_doxygentag.py
tests/test_stackdocs_pkgdiscovery.py
tests/test_stackdocs_rootdiscovery.py
tests/data/afw.doxygen.conf
tests/data/authordb.yaml
tests/data/doxygen.tag.zip
tests/data/package_alpha/doc/doxygen.conf.in
tests/data/package_alpha/doc/manifest.yaml
tests/data/package_alpha/doc/_static/package_alpha/README.md
tests/data/package_alpha/doc/package.alpha/index.rst
tests/data/package_alpha/doc/package_alpha/index.rst
tests/data/package_alpha/include/README.md
tests/data/package_alpha/src/README.md
tests/data/package_beta/doc/README.md
tests/ext/__init__.py
tests/ext/autocppapi_test.py
tests/ext/jira_test.py
tests/ext/lsstdocushare_test.py
tests/ext/mockcoderefs_test.py
tests/ext/packagetoctree_test.py
tests/ext/utils_test.py
tests/ext/lssttasks/__init__.py
tests/ext/lssttasks/taskutils_test.py
tests/roots/test-autocppapi/conf.py
tests/roots/test-autocppapi/doxygen.tag.zip
tests/roots/test-autocppapi/index.rst
tests/services/__init__.py
tests/services/technotemigration_test.py
tests/storage/__init__.py
tests/storage/authordb_test.py
tests/storage/technotetoml_test.py