documenteer 1.4.1__tar.gz → 1.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {documenteer-1.4.1 → documenteer-1.4.2}/CHANGELOG.md +7 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/PKG-INFO +3 -3
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/changelog.md +7 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/pyproject.toml +2 -2
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/conf/guide.py +0 -5
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/doxygen.py +2 -7
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer.egg-info/PKG-INFO +3 -3
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer.egg-info/requires.txt +2 -2
- {documenteer-1.4.1 → documenteer-1.4.2}/.flake8 +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.github/CODE_OF_CONDUCT.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.github/CONTRIBUTING.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.github/SUPPORT.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.github/dependabot.yml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.github/workflows/ci-cron.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.github/workflows/ci.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.github/workflows/dependencies.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.gitignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.npmrc +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.nvmrc +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.pre-commit-config.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.prettierignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.prettierrc.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.vscode/settings.json +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/.vscode/tasks.json +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/LICENSE +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/MANIFEST.in +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/Makefile +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/README.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/changelog.d/_template.md.jinja +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/.gitignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/Makefile +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/conf.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/diagram.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/extra-notebook.ipynb +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/index.ipynb +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/subdir/subdir-notebook.ipynb +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/ipynb-technote/technote.toml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/md-technote/.gitignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/md-technote/Makefile +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/md-technote/conf.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/md-technote/diagram.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/md-technote/index.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/md-technote/technote.toml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/rst-technote/.gitignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/rst-technote/Makefile +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/rst-technote/conf.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/rst-technote/diagram.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/rst-technote/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/demo/rst-technote/technote.toml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/.gitignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/Makefile +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/_rst_epilog.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/conf.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/api/documenteer.conf.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/api/documenteer.ext.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/api/documenteer.requestsutils.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/api/documenteer.sphinxrunner.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/api/documenteer.stackdocs.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/api/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/development.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/html-templates.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/release.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/theme-assets.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/dev/theme.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/documenteer.toml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/badges.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/configuration-preset.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/configuration.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/diagrams.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/extend-conf-py.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/including-notebooks.ipynb +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/markdown-primer.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/openapi.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/organization.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/overview.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/page-redirects.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pipelines/build-overview.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pipelines/configuration.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pipelines/cpp-api-linking.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pipelines/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pipelines/install.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pipelines/package-docs-cli.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pipelines/stack-docs-cli.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/pyproject-configuration.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/rst-epilog.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/tabsets.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/toml-reference.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/guides/video-embeds.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/autocppapi.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/autodocreset.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/docushare-reference.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/githubbibcache.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/jira-reference.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/lsst-pybtex-style.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/lssttasks.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/openapi.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/package-toctree.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/sphinx-extensions/remote-code-block.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/_templates/README.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/_templates/README.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/author-metadata.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/configuration.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/document-status.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/edit-locally.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/edit-on-github.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/extensions.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/how-your-technote-gets-published.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/migrate.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/start-a-technote.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/docs/technotes/wide-content.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/licenses/README.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/licenses/astropy-helpers.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/licenses/sphinx-issue.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/licenses/sphinx.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/package-lock.json +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/package.json +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/postcss.config.js +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/setup.cfg +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/SourceSans3VF-Italic.ttf.woff2 +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/SourceSans3VF-Upright.ttf.woff2 +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/_hacks.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/_properties.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_article-header.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_authors.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_global-breadcrumbs.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_index.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_sidebar-section.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_version-info.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/rubin-technote.scss +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/.gitignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/731c8feefe13e72a8691.woff2 +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/b8bc3440ba2145e132f5.woff2 +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/favicon.ico +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rsd-assets/rubin-imagotype-color-on-black-crop.svg +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rsd-assets/rubin-imagotype-color-on-white-crop.svg +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-favicon-transparent-32px.png +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-favicon.svg +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-pydata-theme.css +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-technote.css +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-technote.css.map +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-titlebar-imagotype-dark.svg +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-titlebar-imagotype-light.svg +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/scripts/rubin-technote.js +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/scripts/rubin-technote.js.map +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/cli.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/conf/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/conf/_toml.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/conf/_utils.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/conf/pipelines.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/conf/pipelinespkg.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/conf/technote.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/_utils.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/autocppapi.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/autodocreset.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/bibtex.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/githubbibcache.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/jira.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lsstdocushare.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lssttasks/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lssttasks/configfieldlists.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lssttasks/crossrefs.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lssttasks/pyapisummary.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lssttasks/taskutils.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lssttasks/topiclists.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/lssttasks/topics.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/mockcoderefs.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/openapi.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/packagetoctree.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/ext/remotecodeblock.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/packagemetadata.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/py.typed +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/requestsutils.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/services/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/services/technoteauthor.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/services/technotemigration.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/sphinxrunner.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/build.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/data/cppreference-doxygen-web.tag.xml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/data/doxygen.defaults.conf +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/data/mainpage.dox +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/doxygentag.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/packagecli.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/pkgdiscovery.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/rootdiscovery.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/stackdocs/stackcli.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/authordb.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/latex.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/Makefile +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/README.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/ci.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/conf.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/dependabot.yml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/gitignore +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/pre-commit-config.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/requirements.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates/technote/tox.ini +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/localtemplates.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/storage/technotetoml.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/templates/pydata/layout.html +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/templates/technote/.gitkeep +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/templates/technote/components/.gitkeep +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/templates/technote/components/sidebar-source.html +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/templates/technote/sections/.gitkeep +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/templates/technote/sections/header-article.html +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/templates/technote/sections/sidebar-primary.html +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/utils.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/version.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer.egg-info/SOURCES.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer.egg-info/dependency_links.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer.egg-info/entry_points.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer.egg-info/top_level.txt +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/conftest.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/afw.doxygen.conf +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/authordb.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/doxygen.tag.zip +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_alpha/doc/_static/package_alpha/README.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_alpha/doc/doxygen.conf.in +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_alpha/doc/manifest.yaml +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_alpha/doc/package.alpha/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_alpha/doc/package_alpha/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_alpha/include/README.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_alpha/src/README.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/data/package_beta/doc/README.md +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/autocppapi_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/jira_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/lsstdocushare_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/lssttasks/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/lssttasks/taskutils_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/mockcoderefs_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/packagetoctree_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/ext/utils_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/packagemetadata_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/roots/test-autocppapi/conf.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/roots/test-autocppapi/doxygen.tag.zip +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/roots/test-autocppapi/index.rst +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/services/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/services/technotemigration_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/storage/__init__.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/storage/authordb_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/storage/technotetoml_test.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/test_conf_toml.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/test_conf_utils.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/test_stackdocs_build.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/test_stackdocs_doxygen.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/test_stackdocs_doxygentag.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/test_stackdocs_pkgdiscovery.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tests/test_stackdocs_rootdiscovery.py +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/tox.ini +0 -0
- {documenteer-1.4.1 → documenteer-1.4.2}/webpack.config.js +0 -0
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- scriv-insert-here -->
|
|
4
4
|
|
|
5
|
+
<a id='changelog-1.4.2'></a>
|
|
6
|
+
## 1.4.2 (2024-10-15)
|
|
7
|
+
|
|
8
|
+
### Bug fixes
|
|
9
|
+
|
|
10
|
+
- Bump `sphinxcontrib-mermaid` to >= 1, which fixes an incompatibility with sphinx==1.8.1, and allows us to unpin the version of mermaid JS.
|
|
11
|
+
|
|
5
12
|
<a id='changelog-1.4.1'></a>
|
|
6
13
|
## 1.4.1 (2024-10-10)
|
|
7
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: documenteer
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.2
|
|
4
4
|
Summary: Rubin Observatory / LSST Sphinx documentation tools, extensions, and configurations.
|
|
5
5
|
License: The MIT License (MIT)
|
|
6
6
|
|
|
@@ -43,7 +43,7 @@ Requires-Python: >=3.11
|
|
|
43
43
|
Description-Content-Type: text/markdown
|
|
44
44
|
License-File: LICENSE
|
|
45
45
|
Requires-Dist: docutils>=0.20
|
|
46
|
-
Requires-Dist: Sphinx
|
|
46
|
+
Requires-Dist: Sphinx>=7
|
|
47
47
|
Requires-Dist: PyYAML
|
|
48
48
|
Requires-Dist: GitPython
|
|
49
49
|
Requires-Dist: requests
|
|
@@ -80,7 +80,7 @@ Requires-Dist: sphinx-jinja>=2; extra == "guide"
|
|
|
80
80
|
Requires-Dist: myst-parser; extra == "guide"
|
|
81
81
|
Requires-Dist: myst-nb; extra == "guide"
|
|
82
82
|
Requires-Dist: markdown-it-py[linkify]; extra == "guide"
|
|
83
|
-
Requires-Dist: sphinxcontrib-mermaid; extra == "guide"
|
|
83
|
+
Requires-Dist: sphinxcontrib-mermaid>=1; extra == "guide"
|
|
84
84
|
Requires-Dist: sphinxext-opengraph; extra == "guide"
|
|
85
85
|
Requires-Dist: sphinxcontrib-redoc; extra == "guide"
|
|
86
86
|
Requires-Dist: sphinxcontrib-jquery; extra == "guide"
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- scriv-insert-here -->
|
|
4
4
|
|
|
5
|
+
<a id='changelog-1.4.2'></a>
|
|
6
|
+
## 1.4.2 (2024-10-15)
|
|
7
|
+
|
|
8
|
+
### Bug fixes
|
|
9
|
+
|
|
10
|
+
- Bump `sphinxcontrib-mermaid` to >= 1, which fixes an incompatibility with sphinx==1.8.1, and allows us to unpin the version of mermaid JS.
|
|
11
|
+
|
|
5
12
|
<a id='changelog-1.4.1'></a>
|
|
6
13
|
## 1.4.1 (2024-10-10)
|
|
7
14
|
|
|
@@ -24,7 +24,7 @@ requires-python = ">=3.11"
|
|
|
24
24
|
dynamic = ["version"]
|
|
25
25
|
dependencies = [
|
|
26
26
|
"docutils>=0.20", # solves an extra div bug with the bibliography directive
|
|
27
|
-
"Sphinx>=7
|
|
27
|
+
"Sphinx>=7", # Consistent docutils constraint
|
|
28
28
|
"PyYAML",
|
|
29
29
|
"GitPython",
|
|
30
30
|
"requests",
|
|
@@ -71,7 +71,7 @@ guide = [
|
|
|
71
71
|
"myst-parser",
|
|
72
72
|
"myst-nb",
|
|
73
73
|
"markdown-it-py[linkify]",
|
|
74
|
-
"sphinxcontrib-mermaid",
|
|
74
|
+
"sphinxcontrib-mermaid>=1",
|
|
75
75
|
"sphinxext-opengraph",
|
|
76
76
|
"sphinxcontrib-redoc",
|
|
77
77
|
"sphinxcontrib-jquery",
|
|
@@ -103,7 +103,6 @@ __all__ = [
|
|
|
103
103
|
"myst_enable_extensions",
|
|
104
104
|
# MERMAID
|
|
105
105
|
"mermaid_output_format",
|
|
106
|
-
"mermaid_version",
|
|
107
106
|
# OPENGRAPH
|
|
108
107
|
"ogp_site_url",
|
|
109
108
|
"ogp_site_name",
|
|
@@ -398,10 +397,6 @@ myst_enable_extensions = [
|
|
|
398
397
|
# Mermaid CLI installation
|
|
399
398
|
mermaid_output_format = "raw"
|
|
400
399
|
|
|
401
|
-
# Temporary workaround for not getting mermaid 10 successfully from unpkg
|
|
402
|
-
# https://github.com/mgaitan/sphinxcontrib-mermaid/issues/110
|
|
403
|
-
mermaid_version = "9.4.0"
|
|
404
|
-
|
|
405
400
|
# ============================================================================
|
|
406
401
|
# #OPENGRAPH OpenGraph diagram support
|
|
407
402
|
# https://github.com/wpilibsuite/sphinxext-opengraph
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
"""Configuration and execution of Doxygen at the stack level.
|
|
2
|
-
"""
|
|
1
|
+
"""Configuration and execution of Doxygen at the stack level."""
|
|
3
2
|
|
|
4
3
|
__all__ = [
|
|
5
4
|
"DoxygenConfiguration",
|
|
@@ -333,11 +332,7 @@ class DoxygenConfiguration:
|
|
|
333
332
|
self._render_path_list(lines, tag_name, value)
|
|
334
333
|
elif tag_field.type == List[str]:
|
|
335
334
|
self._render_str_list(lines, tag_name, value)
|
|
336
|
-
elif
|
|
337
|
-
tag_field.type == Path
|
|
338
|
-
or tag_field.type
|
|
339
|
-
== Optional[Path] # type: ignore[comparison-overlap]
|
|
340
|
-
):
|
|
335
|
+
elif tag_field.type == Path or tag_field.type == Optional[Path]:
|
|
341
336
|
self._render_path(lines, tag_name, value)
|
|
342
337
|
return "\n".join(lines) + "\n"
|
|
343
338
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: documenteer
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.2
|
|
4
4
|
Summary: Rubin Observatory / LSST Sphinx documentation tools, extensions, and configurations.
|
|
5
5
|
License: The MIT License (MIT)
|
|
6
6
|
|
|
@@ -43,7 +43,7 @@ Requires-Python: >=3.11
|
|
|
43
43
|
Description-Content-Type: text/markdown
|
|
44
44
|
License-File: LICENSE
|
|
45
45
|
Requires-Dist: docutils>=0.20
|
|
46
|
-
Requires-Dist: Sphinx
|
|
46
|
+
Requires-Dist: Sphinx>=7
|
|
47
47
|
Requires-Dist: PyYAML
|
|
48
48
|
Requires-Dist: GitPython
|
|
49
49
|
Requires-Dist: requests
|
|
@@ -80,7 +80,7 @@ Requires-Dist: sphinx-jinja>=2; extra == "guide"
|
|
|
80
80
|
Requires-Dist: myst-parser; extra == "guide"
|
|
81
81
|
Requires-Dist: myst-nb; extra == "guide"
|
|
82
82
|
Requires-Dist: markdown-it-py[linkify]; extra == "guide"
|
|
83
|
-
Requires-Dist: sphinxcontrib-mermaid; extra == "guide"
|
|
83
|
+
Requires-Dist: sphinxcontrib-mermaid>=1; extra == "guide"
|
|
84
84
|
Requires-Dist: sphinxext-opengraph; extra == "guide"
|
|
85
85
|
Requires-Dist: sphinxcontrib-redoc; extra == "guide"
|
|
86
86
|
Requires-Dist: sphinxcontrib-jquery; extra == "guide"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
docutils>=0.20
|
|
2
|
-
Sphinx
|
|
2
|
+
Sphinx>=7
|
|
3
3
|
PyYAML
|
|
4
4
|
GitPython
|
|
5
5
|
requests
|
|
@@ -38,7 +38,7 @@ sphinx-jinja>=2
|
|
|
38
38
|
myst-parser
|
|
39
39
|
myst-nb
|
|
40
40
|
markdown-it-py[linkify]
|
|
41
|
-
sphinxcontrib-mermaid
|
|
41
|
+
sphinxcontrib-mermaid>=1
|
|
42
42
|
sphinxext-opengraph
|
|
43
43
|
sphinxcontrib-redoc
|
|
44
44
|
sphinxcontrib-jquery
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_authors.scss
RENAMED
|
File without changes
|
|
File without changes
|
{documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/components/_index.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documenteer-1.4.1 → documenteer-1.4.2}/src/assets/rubin-technote/styles/rubin-technote.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-favicon-transparent-32px.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-titlebar-imagotype-dark.svg
RENAMED
|
File without changes
|
{documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/rubin-titlebar-imagotype-light.svg
RENAMED
|
File without changes
|
|
File without changes
|
{documenteer-1.4.1 → documenteer-1.4.2}/src/documenteer/assets/scripts/rubin-technote.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|