documenteer 1.2.0__tar.gz → 1.2.1__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.2.0 → documenteer-1.2.1}/.github/workflows/ci-cron.yaml +6 -1
- {documenteer-1.2.0 → documenteer-1.2.1}/.github/workflows/ci.yaml +6 -1
- {documenteer-1.2.0 → documenteer-1.2.1}/CHANGELOG.md +7 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/PKG-INFO +1 -1
- documenteer-1.2.1/demo/md-technote/index.md +73 -0
- documenteer-1.2.1/demo/rst-technote/.gitignore +2 -0
- documenteer-1.2.1/demo/rst-technote/Makefile +3 -0
- documenteer-1.2.1/demo/rst-technote/conf.py +1 -0
- documenteer-1.2.1/demo/rst-technote/diagram.py +14 -0
- documenteer-1.2.1/demo/rst-technote/technote.toml +25 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/changelog.md +7 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/conf/technote.py +6 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer.egg-info/PKG-INFO +1 -1
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer.egg-info/SOURCES.txt +6 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tox.ini +2 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.flake8 +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.github/CODE_OF_CONDUCT.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.github/CONTRIBUTING.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.github/SUPPORT.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.github/dependabot.yml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.github/workflows/dependencies.yaml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.gitignore +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.npmrc +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.nvmrc +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.pre-commit-config.yaml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.prettierignore +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.prettierrc.yaml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.vscode/settings.json +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/.vscode/tasks.json +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/LICENSE +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/MANIFEST.in +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/Makefile +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/README.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/changelog.d/_template.md.jinja +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/demo/ipynb-technote/.gitignore +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/demo/ipynb-technote/Makefile +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/demo/ipynb-technote/conf.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/demo/ipynb-technote/diagram.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/demo/ipynb-technote/index.ipynb +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/demo/ipynb-technote/technote.toml +0 -0
- {documenteer-1.2.0/demo/rst-technote → documenteer-1.2.1/demo/md-technote}/.gitignore +0 -0
- {documenteer-1.2.0/demo/rst-technote → documenteer-1.2.1/demo/md-technote}/Makefile +0 -0
- {documenteer-1.2.0/demo/rst-technote → documenteer-1.2.1/demo/md-technote}/conf.py +0 -0
- {documenteer-1.2.0/demo/rst-technote → documenteer-1.2.1/demo/md-technote}/diagram.py +0 -0
- {documenteer-1.2.0/demo/rst-technote → documenteer-1.2.1/demo/md-technote}/technote.toml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/demo/rst-technote/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/.gitignore +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/Makefile +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/_rst_epilog.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/conf.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/api/documenteer.conf.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/api/documenteer.ext.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/api/documenteer.requestsutils.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/api/documenteer.sphinxrunner.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/api/documenteer.stackdocs.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/api/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/development.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/html-templates.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/release.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/theme-assets.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/dev/theme.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/documenteer.toml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/badges.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/configuration-preset.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/configuration.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/diagrams.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/extend-conf-py.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/including-notebooks.ipynb +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/markdown-primer.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/openapi.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/organization.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/overview.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pipelines/build-overview.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pipelines/configuration.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pipelines/cpp-api-linking.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pipelines/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pipelines/install.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pipelines/package-docs-cli.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pipelines/stack-docs-cli.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/pyproject-configuration.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/rst-epilog.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/tabsets.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/guides/toml-reference.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/autocppapi.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/autodocreset.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/docushare-reference.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/githubbibcache.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/jira-reference.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/lsst-pybtex-style.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/lssttasks.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/openapi.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/package-toctree.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/sphinx-extensions/remote-code-block.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/_templates/README.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/_templates/README.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/author-metadata.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/configuration.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/document-status.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/edit-locally.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/edit-on-github.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/extensions.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/how-your-technote-gets-published.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/migrate.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/docs/technotes/start-a-technote.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/licenses/README.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/licenses/astropy-helpers.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/licenses/sphinx-issue.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/licenses/sphinx.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/package-lock.json +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/package.json +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/postcss.config.js +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/pyproject.toml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/setup.cfg +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/SourceSans3VF-Italic.ttf.woff2 +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/SourceSans3VF-Upright.ttf.woff2 +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/_hacks.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/_properties.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_article-header.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_authors.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_global-breadcrumbs.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_index.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_sidebar-section.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_version-info.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/rubin-technote.scss +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/.gitignore +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/731c8feefe13e72a8691.woff2 +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/b8bc3440ba2145e132f5.woff2 +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/favicon.ico +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rsd-assets/rubin-imagotype-color-on-black-crop.svg +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rsd-assets/rubin-imagotype-color-on-white-crop.svg +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-favicon-transparent-32px.png +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-favicon.svg +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-pydata-theme.css +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-technote.css +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-technote.css.map +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-titlebar-imagotype-dark.svg +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-titlebar-imagotype-light.svg +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/scripts/rubin-technote.js +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/scripts/rubin-technote.js.map +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/cli.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/conf/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/conf/_toml.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/conf/_utils.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/conf/guide.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/conf/pipelines.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/conf/pipelinespkg.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/_utils.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/autocppapi.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/autodocreset.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/bibtex.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/githubbibcache.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/jira.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lsstdocushare.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lssttasks/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lssttasks/configfieldlists.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lssttasks/crossrefs.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lssttasks/pyapisummary.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lssttasks/taskutils.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lssttasks/topiclists.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/lssttasks/topics.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/mockcoderefs.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/openapi.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/packagetoctree.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/ext/remotecodeblock.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/packagemetadata.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/py.typed +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/requestsutils.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/services/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/services/technoteauthor.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/services/technotemigration.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/sphinxrunner.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/build.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/data/cppreference-doxygen-web.tag.xml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/data/doxygen.defaults.conf +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/data/mainpage.dox +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/doxygen.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/doxygentag.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/packagecli.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/pkgdiscovery.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/rootdiscovery.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/stackdocs/stackcli.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/authordb.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/latex.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/Makefile +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/README.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/ci.yaml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/conf.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/dependabot.yml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/gitignore +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/pre-commit-config.yaml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/requirements.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates/technote/tox.ini +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/localtemplates.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/storage/technotetoml.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/templates/pydata/layout.html +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/templates/technote/.gitkeep +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/templates/technote/components/.gitkeep +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/templates/technote/components/sidebar-source.html +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/templates/technote/sections/.gitkeep +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/templates/technote/sections/header-article.html +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/templates/technote/sections/sidebar-primary.html +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/utils.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/version.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer.egg-info/dependency_links.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer.egg-info/entry_points.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer.egg-info/requires.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer.egg-info/top_level.txt +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/conftest.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/afw.doxygen.conf +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/authordb.yaml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/doxygen.tag.zip +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_alpha/doc/_static/package_alpha/README.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_alpha/doc/doxygen.conf.in +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_alpha/doc/manifest.yaml +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_alpha/doc/package.alpha/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_alpha/doc/package_alpha/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_alpha/include/README.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_alpha/src/README.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/data/package_beta/doc/README.md +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/autocppapi_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/jira_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/lsstdocushare_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/lssttasks/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/lssttasks/taskutils_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/mockcoderefs_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/packagetoctree_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/ext/utils_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/packagemetadata_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/roots/test-autocppapi/conf.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/roots/test-autocppapi/doxygen.tag.zip +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/roots/test-autocppapi/index.rst +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/services/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/services/technotemigration_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/storage/__init__.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/storage/authordb_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/storage/technotetoml_test.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/test_conf_toml.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/test_conf_utils.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/test_stackdocs_build.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/test_stackdocs_doxygen.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/test_stackdocs_doxygentag.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/test_stackdocs_pkgdiscovery.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/tests/test_stackdocs_rootdiscovery.py +0 -0
- {documenteer-1.2.0 → documenteer-1.2.1}/webpack.config.js +0 -0
|
@@ -41,11 +41,16 @@ jobs:
|
|
|
41
41
|
npm install
|
|
42
42
|
npm run build
|
|
43
43
|
|
|
44
|
+
- name: Install graphviz
|
|
45
|
+
run: |
|
|
46
|
+
sudo apt-get update
|
|
47
|
+
sudo apt-get install graphviz
|
|
48
|
+
|
|
44
49
|
- name: Run tests in tox
|
|
45
50
|
uses: lsst-sqre/run-tox@v1
|
|
46
51
|
with:
|
|
47
52
|
python-version: ${{ matrix.python-version }}
|
|
48
|
-
tox-envs: "lint,typing-sphinx${{ matrix.sphinx-version }},py-test-sphinx${{ matrix.sphinx-version }}"
|
|
53
|
+
tox-envs: "lint,typing-sphinx${{ matrix.sphinx-version }},py-test-sphinx${{ matrix.sphinx-version }},demo"
|
|
49
54
|
use-cache: false
|
|
50
55
|
|
|
51
56
|
docs:
|
|
@@ -61,11 +61,16 @@ jobs:
|
|
|
61
61
|
npm install
|
|
62
62
|
npm run build
|
|
63
63
|
|
|
64
|
+
- name: Install graphviz
|
|
65
|
+
run: |
|
|
66
|
+
sudo apt-get update
|
|
67
|
+
sudo apt-get install graphviz
|
|
68
|
+
|
|
64
69
|
- name: Run tox
|
|
65
70
|
uses: lsst-sqre/run-tox@v1
|
|
66
71
|
with:
|
|
67
72
|
python-version: ${{ matrix.python-version }}
|
|
68
|
-
tox-envs: 'py-test-sphinx${{ matrix.sphinx-version }},typing-sphinx${{ matrix.sphinx-version }}'
|
|
73
|
+
tox-envs: 'py-test-sphinx${{ matrix.sphinx-version }},typing-sphinx${{ matrix.sphinx-version }},demo'
|
|
69
74
|
|
|
70
75
|
docs:
|
|
71
76
|
runs-on: ubuntu-latest
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- scriv-insert-here -->
|
|
4
4
|
|
|
5
|
+
<a id='changelog-1.2.1'></a>
|
|
6
|
+
## 1.2.1 (2024-04-02)
|
|
7
|
+
|
|
8
|
+
### Bug fixes
|
|
9
|
+
|
|
10
|
+
- Fix the "Source parser for markdown not registered" error for Markdown-based technotes. With the MyST-NB extension the Markdown parser is automatically registered, so the `documenteer.conf.technote` configuration now resets the `source_suffix` configuration originally created by the Technote package.
|
|
11
|
+
|
|
5
12
|
<a id='changelog-1.2.0'></a>
|
|
6
13
|
## 1.2.0 (2024-03-26)
|
|
7
14
|
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# Demo technote
|
|
2
|
+
|
|
3
|
+
```{abstract}
|
|
4
|
+
A *technote* is a web-native single page document that enables rapid technical communication within and across teams.
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
## Introduction
|
|
8
|
+
|
|
9
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
10
|
+
|
|
11
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
12
|
+
|
|
13
|
+
A parenthetical citation {cite:p}`2017arXiv170309824V`. And a textual citation {cite:t}`2017arXiv170309824V`.
|
|
14
|
+
|
|
15
|
+
## Method
|
|
16
|
+
|
|
17
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
18
|
+
|
|
19
|
+
A list:
|
|
20
|
+
|
|
21
|
+
- First item
|
|
22
|
+
- Second item
|
|
23
|
+
- Third item
|
|
24
|
+
|
|
25
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
26
|
+
|
|
27
|
+
```{code-block} python
|
|
28
|
+
:caption: hello.py
|
|
29
|
+
|
|
30
|
+
print("Hello world")
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Results
|
|
34
|
+
|
|
35
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
36
|
+
|
|
37
|
+
### Subsection
|
|
38
|
+
|
|
39
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
40
|
+
|
|
41
|
+
#### Subsubsection
|
|
42
|
+
|
|
43
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
44
|
+
|
|
45
|
+
## Analysis
|
|
46
|
+
|
|
47
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
48
|
+
|
|
49
|
+
```{prompt} bash
|
|
50
|
+
git add index.rst
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Some following text.
|
|
54
|
+
|
|
55
|
+
```{mermaid}
|
|
56
|
+
graph TD
|
|
57
|
+
A[Square Rect] -- Link text --> B((Circle))
|
|
58
|
+
A --> C(Round Rect)
|
|
59
|
+
B --> D{Rhombus}
|
|
60
|
+
C --> D
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
```{diagrams} diagram.py
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## Conclusion
|
|
67
|
+
|
|
68
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin facilisis pharetra neque, at semper nulla mattis auctor. Proin semper mollis enim eget interdum. Mauris eleifend eget diam vitae bibendum. Praesent ut aliquet odio, sodales imperdiet nisi. Nam interdum imperdiet tortor sed fringilla. Maecenas efficitur mi sodales nulla commodo rutrum. Ut ornare diam quam, sed commodo turpis aliquam et. In nec enim consequat, suscipit tortor sit amet, luctus ante. Integer dictum augue diam, non pulvinar massa euismod in. Morbi viverra condimentum auctor. Nullam et metus mauris. Cras risus ex, porta sit amet nibh et, dapibus auctor leo.
|
|
69
|
+
|
|
70
|
+
## References
|
|
71
|
+
|
|
72
|
+
```{bibliography}
|
|
73
|
+
```
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from documenteer.conf.technote import * # noqa F401 F403
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
from diagrams.k8s.clusterconfig import HPA
|
|
2
|
+
from diagrams.k8s.compute import Deployment, Pod, ReplicaSet
|
|
3
|
+
from diagrams.k8s.network import Ingress, Service
|
|
4
|
+
from sphinx_diagrams import SphinxDiagram
|
|
5
|
+
|
|
6
|
+
with SphinxDiagram(title="GKE"):
|
|
7
|
+
net = Ingress("domain.com") >> Service("svc")
|
|
8
|
+
(
|
|
9
|
+
net
|
|
10
|
+
>> [Pod("pod1"), Pod("pod2"), Pod("pod3")]
|
|
11
|
+
<< ReplicaSet("rs")
|
|
12
|
+
<< Deployment("dp")
|
|
13
|
+
<< HPA("hpa")
|
|
14
|
+
)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[technote]
|
|
2
|
+
id = "SQR-000"
|
|
3
|
+
series_id = "SQR"
|
|
4
|
+
canonical_url = "https://sqr-000.lsst.io"
|
|
5
|
+
github_url = "https://github.com/lsst-sqre/sqr-000"
|
|
6
|
+
github_default_branch = "master"
|
|
7
|
+
date_created = 2015-11-18
|
|
8
|
+
date_updated = 2015-11-23
|
|
9
|
+
version = "1.0.0"
|
|
10
|
+
|
|
11
|
+
[[technote.authors]]
|
|
12
|
+
name.given = "Jonathan"
|
|
13
|
+
name.family = "Sick"
|
|
14
|
+
orcid = "https://orcid.org/0000-0003-3001-676X"
|
|
15
|
+
affiliations = [
|
|
16
|
+
{ name = "Rubin Observatory", ror = "https://ror.org/048g3cy84" }
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
[[technote.authors]]
|
|
20
|
+
name.given = "Frossie"
|
|
21
|
+
name.family = "Economou"
|
|
22
|
+
|
|
23
|
+
[[technote.authors]]
|
|
24
|
+
name.given = "Russ"
|
|
25
|
+
name.family = "Allbery"
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- scriv-insert-here -->
|
|
4
4
|
|
|
5
|
+
<a id='changelog-1.2.1'></a>
|
|
6
|
+
## 1.2.1 (2024-04-02)
|
|
7
|
+
|
|
8
|
+
### Bug fixes
|
|
9
|
+
|
|
10
|
+
- Fix the "Source parser for markdown not registered" error for Markdown-based technotes. With the MyST-NB extension the Markdown parser is automatically registered, so the `documenteer.conf.technote` configuration now resets the `source_suffix` configuration originally created by the Technote package.
|
|
11
|
+
|
|
5
12
|
<a id='changelog-1.2.0'></a>
|
|
6
13
|
## 1.2.0 (2024-03-26)
|
|
7
14
|
|
|
@@ -43,6 +43,12 @@ extensions.extend( # noqa: F405
|
|
|
43
43
|
]
|
|
44
44
|
)
|
|
45
45
|
|
|
46
|
+
# The source file suffixes for .md and .ipynb are automatically managed by
|
|
47
|
+
# myst-nb.
|
|
48
|
+
source_suffix = {
|
|
49
|
+
".rst": "restructuredtext",
|
|
50
|
+
}
|
|
51
|
+
|
|
46
52
|
html_static_path: list[str] = [
|
|
47
53
|
get_asset_path("rubin-favicon-transparent-32px.png"),
|
|
48
54
|
get_asset_path("rubin-favicon.svg"),
|
|
@@ -32,6 +32,12 @@ demo/ipynb-technote/conf.py
|
|
|
32
32
|
demo/ipynb-technote/diagram.py
|
|
33
33
|
demo/ipynb-technote/index.ipynb
|
|
34
34
|
demo/ipynb-technote/technote.toml
|
|
35
|
+
demo/md-technote/.gitignore
|
|
36
|
+
demo/md-technote/Makefile
|
|
37
|
+
demo/md-technote/conf.py
|
|
38
|
+
demo/md-technote/diagram.py
|
|
39
|
+
demo/md-technote/index.md
|
|
40
|
+
demo/md-technote/technote.toml
|
|
35
41
|
demo/rst-technote/.gitignore
|
|
36
42
|
demo/rst-technote/Makefile
|
|
37
43
|
demo/rst-technote/conf.py
|
|
@@ -84,5 +84,7 @@ allowlist_externals =
|
|
|
84
84
|
commands =
|
|
85
85
|
rm -rf demo/rst-technote/_build
|
|
86
86
|
sphinx-build --keep-going -n -W -T -b html -d {envtmpdir}/doctrees demo/rst-technote demo/rst-technote/_build/html
|
|
87
|
+
rm -rf demo/md-technote/_build
|
|
88
|
+
sphinx-build --keep-going -n -W -T -b html -d {envtmpdir}/doctrees demo/md-technote demo/md-technote/_build/html
|
|
87
89
|
rm -rf demo/ipynb-technote/_build
|
|
88
90
|
sphinx-build --keep-going -n -W -T -b html -d {envtmpdir}/doctrees demo/ipynb-technote demo/ipynb-technote/_build/html
|
|
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.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_authors.scss
RENAMED
|
File without changes
|
|
File without changes
|
{documenteer-1.2.0 → documenteer-1.2.1}/src/assets/rubin-technote/styles/components/_index.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documenteer-1.2.0 → documenteer-1.2.1}/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.2.0 → documenteer-1.2.1}/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.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-titlebar-imagotype-dark.svg
RENAMED
|
File without changes
|
{documenteer-1.2.0 → documenteer-1.2.1}/src/documenteer/assets/rubin-titlebar-imagotype-light.svg
RENAMED
|
File without changes
|
|
File without changes
|
{documenteer-1.2.0 → documenteer-1.2.1}/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
|