documenteer 0.7.1__tar.gz → 0.7.3__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-0.7.1 → documenteer-0.7.3}/CHANGELOG.md +12 -0
- {documenteer-0.7.1/src/documenteer.egg-info → documenteer-0.7.3}/PKG-INFO +1 -1
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/changelog.md +12 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/toml-reference.rst +1 -1
- {documenteer-0.7.1 → documenteer-0.7.3}/pyproject.toml +2 -1
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/conf/guide.py +10 -1
- {documenteer-0.7.1 → documenteer-0.7.3/src/documenteer.egg-info}/PKG-INFO +1 -1
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer.egg-info/requires.txt +1 -1
- {documenteer-0.7.1 → documenteer-0.7.3}/.flake8 +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.github/CODE_OF_CONDUCT.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.github/CONTRIBUTING.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.github/SUPPORT.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.github/dependabot.yml +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.github/workflows/ci-cron.yaml +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.github/workflows/ci.yaml +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.gitignore +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/.pre-commit-config.yaml +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/LICENSE +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/MANIFEST.in +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/Makefile +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/README.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/.gitignore +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/Makefile +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/_rst_epilog.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/conf.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/documenteer.conf.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/documenteer.ext.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/documenteer.requestsutils.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/documenteer.sphinxconfig.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/documenteer.sphinxext.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/documenteer.sphinxrunner.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/documenteer.stackdocs.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/api/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/development.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/dev/release.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/documenteer.toml +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/badges.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/configuration-preset.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/configuration.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/diagrams.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/extend-conf-py.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/organization.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/overview.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/pyproject-configuration.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/rst-epilog.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/guides/tabsets.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/pipelines/build-overview.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/pipelines/configuration.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/pipelines/cpp-api-linking.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/pipelines/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/pipelines/install.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/pipelines/package-docs-cli.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/pipelines/stack-docs-cli.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/autocppapi.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/autodocreset.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/docushare-reference.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/jira-reference.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/lsst-pybtex-style.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/lssttasks.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/package-toctree.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/sphinx-extensions/remote-code-block.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/technotes/configuration.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/technotes/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/docs/technotes/refresh-lsst-bib.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/licenses/README.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/licenses/astropy-helpers.txt +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/licenses/sphinx-issue.txt +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/licenses/sphinx.txt +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/setup.cfg +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/favicon.ico +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-favicon-transparent-32px.png +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-favicon.svg +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-pydata-theme.css +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-titlebar-imagotype-dark.svg +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-titlebar-imagotype-light.svg +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/bin/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/bin/buildstackdocs.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/bin/refreshlsstbib.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/conf/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/conf/_toml.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/conf/_utils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/conf/pipelines.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/conf/pipelinespkg.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/conf/technote.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/ext/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/ext/autocppapi.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/ext/autodocreset.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/packagemetadata.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/py.typed +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/requestsutils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxconfig/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxconfig/stackconf.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxconfig/technoteconf.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxconfig/utils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/bibtex.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/jira.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lsstdocushare.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/configfieldlists.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/crossrefs.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/pyapisummary.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/taskutils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/topiclists.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/topics.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/mockcoderefs.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/packagetoctree.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/remotecodeblock.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/utils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxrunner.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/__init__.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/build.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/data/cppreference-doxygen-web.tag.xml +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/data/doxygen.defaults.conf +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/data/mainpage.dox +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/doxygen.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/doxygentag.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/packagecli.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/pkgdiscovery.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/rootdiscovery.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/stackcli.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/templates/pydata/layout.html +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/utils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/version.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer.egg-info/SOURCES.txt +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer.egg-info/dependency_links.txt +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer.egg-info/entry_points.txt +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer.egg-info/top_level.txt +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/conftest.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/afw.doxygen.conf +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/doxygen.tag.zip +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/_static/package_alpha/README.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/doxygen.conf.in +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/manifest.yaml +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/package.alpha/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/package_alpha/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/include/README.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/src/README.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_beta/doc/README.md +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/roots/test-autocppapi/conf.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/roots/test-autocppapi/doxygen.tag.zip +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/roots/test-autocppapi/index.rst +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_conf_toml.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_conf_utils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_ext_autocppapi.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_packagemetadata.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_refreshlsstbib.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxconfig_stackconf.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxconfig_utils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxext_jira.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxext_lsstdocushare.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxext_lssttasks_taskutils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxext_mockcoderefs.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxext_packagetoctree.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_sphinxext_utils.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_stackdocs_build.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_stackdocs_doxygen.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_stackdocs_doxygentag.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_stackdocs_pkgdiscovery.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_stackdocs_rootdiscovery.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tests/test_technoteconf.py +0 -0
- {documenteer-0.7.1 → documenteer-0.7.3}/tox.ini +0 -0
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.7.3 (2023-03-20)
|
|
4
|
+
|
|
5
|
+
Fixes:
|
|
6
|
+
|
|
7
|
+
- Add `requirements.txt` and `.venv`/`venv` to the default `exclude_patterns` for User Guides.
|
|
8
|
+
|
|
9
|
+
## 0.7.2 (2023-03-01)
|
|
10
|
+
|
|
11
|
+
Fixes:
|
|
12
|
+
|
|
13
|
+
- Temporarily pin pydata-sphinx-theme to <0.13. The new version changed how it treats light/dark logos.
|
|
14
|
+
|
|
3
15
|
## 0.7.1 (2023-02-23)
|
|
4
16
|
|
|
5
17
|
Fixes:
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.7.3 (2023-03-20)
|
|
4
|
+
|
|
5
|
+
Fixes:
|
|
6
|
+
|
|
7
|
+
- Add `requirements.txt` and `.venv`/`venv` to the default `exclude_patterns` for User Guides.
|
|
8
|
+
|
|
9
|
+
## 0.7.2 (2023-03-01)
|
|
10
|
+
|
|
11
|
+
Fixes:
|
|
12
|
+
|
|
13
|
+
- Temporarily pin pydata-sphinx-theme to <0.13. The new version changed how it treats light/dark logos.
|
|
14
|
+
|
|
3
15
|
## 0.7.1 (2023-02-23)
|
|
4
16
|
|
|
5
17
|
Fixes:
|
|
@@ -33,7 +33,7 @@ base\_url
|
|
|
33
33
|
|
|
34
34
|
|optional| |py-auto|
|
|
35
35
|
|
|
36
|
-
The root URL of the documentation project, used to set the `canonical URL link rel <https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel
|
|
36
|
+
The root URL of the documentation project, used to set the `canonical URL link rel <https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel>`__, which is valuable for search engines.
|
|
37
37
|
|
|
38
38
|
.. code-block:: toml
|
|
39
39
|
|
|
@@ -63,7 +63,7 @@ dev = [
|
|
|
63
63
|
guide = [
|
|
64
64
|
# Theme and extensions for Rubin user guide projects
|
|
65
65
|
"sphinx_design",
|
|
66
|
-
"pydata-sphinx-theme>=0.10.0",
|
|
66
|
+
"pydata-sphinx-theme>=0.10.0,<0.13.0",
|
|
67
67
|
"sphinx-autodoc-typehints",
|
|
68
68
|
"sphinx-automodapi",
|
|
69
69
|
"sphinx-copybutton",
|
|
@@ -176,3 +176,4 @@ strict_equality = true
|
|
|
176
176
|
warn_redundant_casts = true
|
|
177
177
|
warn_unreachable = true
|
|
178
178
|
warn_unused_ignores = true
|
|
179
|
+
plugins = ["pydantic.mypy"]
|
|
@@ -156,7 +156,16 @@ language = "en"
|
|
|
156
156
|
|
|
157
157
|
# List of patterns, relative to source directory, that match files and
|
|
158
158
|
# directories to ignore when looking for source files.
|
|
159
|
-
exclude_patterns = [
|
|
159
|
+
exclude_patterns = [
|
|
160
|
+
"_build",
|
|
161
|
+
"README.rst",
|
|
162
|
+
"README.md",
|
|
163
|
+
".venv",
|
|
164
|
+
"venv",
|
|
165
|
+
"requirements.txt",
|
|
166
|
+
".github",
|
|
167
|
+
".tox",
|
|
168
|
+
]
|
|
160
169
|
|
|
161
170
|
if _conf.rst_epilog_path:
|
|
162
171
|
exclude_patterns.append(str(_conf.rst_epilog_path))
|
|
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-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-favicon-transparent-32px.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-titlebar-imagotype-dark.svg
RENAMED
|
File without changes
|
{documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/assets/rubin-titlebar-imagotype-light.svg
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
|
{documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/sphinxext/lssttasks/configfieldlists.py
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
|
{documenteer-0.7.1 → documenteer-0.7.3}/src/documenteer/stackdocs/data/doxygen.defaults.conf
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
|
{documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/_static/package_alpha/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/package.alpha/index.rst
RENAMED
|
File without changes
|
{documenteer-0.7.1 → documenteer-0.7.3}/tests/data/package_alpha/doc/package_alpha/index.rst
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
|