mkdocstrings-github 0.2.5__tar.gz → 0.3.0__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.
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/workflows/qualify.yaml +27 -6
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/workflows/release.yaml +3 -3
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/PKG-INFO +1 -1
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/pyproject.toml +2 -2
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/handler.py +3 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/objects.py +8 -7
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/rendering.py +14 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/templates/material/inputs.html.jinja +14 -4
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/templates/material/outputs.html.jinja +4 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/templates/material/secrets.html.jinja +5 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/__init__.py +6 -6
- mkdocstrings_github-0.2.5/test/snapshots/external/a5c25b6859cc07004c872762d51e1c17d597a5d9cf4f325f0d876cafc3096d16.html → mkdocstrings_github-0.3.0/test/snapshots/external/459e6df9404add89f3e159d2b0fdfc81e7f0545da8efaa690de8c06aebd1d2bf.html +3 -0
- mkdocstrings_github-0.2.5/test/snapshots/external/b3235de10ed47f4d1a0d1d5fec8deb8323199b703201cc3a525950411079672b.html → mkdocstrings_github-0.3.0/test/snapshots/external/5a75c7bf0d0c9f0d6e193263fe59288ec69ef2d93ec6f8bab8e240b2b58b3dd3.html +0 -5
- mkdocstrings_github-0.2.5/test/snapshots/external/fab6f055074f9b57075eb9f63d7a2f6ce6eb7ae6c5289a675cb24e507f3f5fb5.html → mkdocstrings_github-0.3.0/test/snapshots/external/c3d75cc820623b26630624895fbc53ff7ea764ede141a2751387fca0bddb0c42.html +0 -5
- mkdocstrings_github-0.2.5/test/snapshots/external/c8601796046ec0837b1cc98f777d45532e7c2c36606b8682536e0aac3f678554.html → mkdocstrings_github-0.3.0/test/snapshots/external/de1ce14a6155d8b1e4185e0eed7490872ef3af13b459ce5430ee5fc070f549d5.html +3 -0
- mkdocstrings_github-0.2.5/test/snapshots/external/e5a8b4ccf8097faf7e34c1a90377932fad0277a6b89675ef7b9e05fa37fae38c.html → mkdocstrings_github-0.3.0/test/snapshots/external/df4a79ccbc4e4aa4c1a3135f1b42ce67cbebdf65acec195630d961605206c078.html +1 -1
- mkdocstrings_github-0.2.5/test/snapshots/external/62440ee595f9a66c9c38e2dd31dd0333a03332893c982993b48c6e8e9074b5be.html → mkdocstrings_github-0.3.0/test/snapshots/external/f64c666c9ace98f632d96aea732c4da55112d9c496baef00eb997c68c2c09264.html +1 -1
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/uv.lock +24 -24
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/CODEOWNERS +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/CONTRIBUTING.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/FUNDING.yml +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/renovate.json5 +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/workflows/docs.yaml +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/workflows/example_workflow.yml +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.gitignore +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.gitmodules +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.pre-commit-config.yaml +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/LICENSE +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/README.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/action.yaml +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/changelog.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/contributing.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/credits.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/favicon.png +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/index.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/license-page.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/logo.png +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/overrides/main.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/overrides/partials/toc-item.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/stylesheets/extra.css +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/usage/general.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/usage/headings.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/usage/index.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/usage/parameters.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/usage/signatures.md +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/logo.png +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/mkdocs.yml +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/__init__.py +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/config.py +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/py.typed +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/templates/material/action.html.jinja +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/templates/material/heading.html.jinja +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/templates/material/style.css +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/templates/material/workflow.html.jinja +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/__init__.py +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/conftest.py +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/docs/.gitkeep +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/helpers.py +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/.gitignore +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/0a37a4286738a72a224871dbd1bcd3c662e768f800a8e2b92c410d672c1d19fc.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/0c67cdd8572de4a97d061f099552f428affde9f418d962c119559531a92f57aa.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/0ef4f0725dafdff18802cd0dd8839c35562755c90458f0dd3ef7743e87efdd89.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/1322d6390dbc167e4d2734b6ff7ac30265a52feb242ece864fd08dd36a88214a.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/1bb484ae2f4d2bfc6473c265761d6ba4f76c5be5dbd3a9059758e67589f4b320.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/22929d6c2b70b481583d7b07fd7bff72dba985a465d42ad4ee5a7f557429102f.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/24dfcb59a486346316de8203f742d4f3dd9129f9a57252c37741ad27d0eaddd7.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/2500c66e16468b20050dd9b8b152a48644d008c0316e444f47afc7bc5117e004.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/27b0437dc257c9970044eb25da334453829a4ae0450e98cf7a965aff5ad7fcba.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/28df0ab9fe5662687b72cbb8b2c8e2e18b98beb5a114a505ad845c91b8955a2e.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/293f8ca976970a4fb9549b1bd3b6f6be8a13bd86d9c34bb98813def62a5777aa.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/2eb63f18b2d0aaf8000ffcc081c80067937fc7cacea496c2871198aa3bc12a14.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/36d5597971381260ce0cd98b6ba1c3973134add32288bf34f47290fdbe55b0ec.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/37c546e4aceaf4af0a681bdaa444b8be901c78713e762fd96d2237b8a78811c5.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/3cb099624d882a4cde3ef6fdbea56c9aced9331dca1e19c7bc311c2611782e0d.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/50af1499553795c8cd859a1c9aa5ba162ef1c3dd9fa466668fc2da5bb002a61c.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/572198cee6d40e3c875970ee6b4c654b3edae54c5a00ee4792df2b0d5a161796.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/5a2f11e94bc00c7a5122364dcffcdc9bd5c514a773fbf4d1b04fa7e96ba2cfa5.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/5f0693318b13614e630f852af6ad9165a3793e2e011d4de786b84e178eb411bc.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/757b79d7975f29e7b7eeda8c910578cb858a867dc4c647c4b5bc9a4c45dbf62e.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/78f74a133e98bd757a1bd1c4667dc3a5d7cc40cc78daf596187999cb083ec6c4.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/78feb92e4171bf067dd1615523e5c9cac0de998bb7102ee70da2e145d1262339.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/84f918940f7b729b21a97d971a27bf994b2deb8ee5d9909481d98f702dfec96a.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/856a4ff20ee15b09367d852d57cdb6a3376b799760365dbf7677c216156a7b4d.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/8df27f9a94e16efe5686ebeded8a93bd5b071f4d39fe47224ce218a6b1e58b90.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/93bf082d40ca4b6730a503aa4d265901a8cfed7ed1a6e9bb6e584c2c3ebd18af.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/98e4b6474a6f67576ae40a75e152e6bd8c3e743259ad7f1d08890def2ff858d1.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/98ed5c777c164326632ca657e3cb87ae3f9b75bf9793ab2db4ab90ee7874621c.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/ac47b3b933709154de762d06903d78925cea9f1ec93865386d669680cf17e4a8.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/b972a05ffc5672d471d5b1e84b01470a3363a25f9d9adbc8d82f4b9fd21a94a1.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/bbea0ecf08aec9444ed75cbffd5424aa19e285ac64a53d1bb50f6130230b3c97.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/c2181f9e06dd6b7437f14e815c4fd32ec304e4474c93e86c02b43f41367a79ff.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/c50b7f91aafff5caf0fe0ff96a922b499617966705cde0d3622191f51f523b38.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/c8c895c400f0532aa3afe641f79ed14bc399b504169242c0a9f77572c185def2.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/cdad9a8909ec6448ff4392f523d4c7d41dcba61fc635e7e744026f901df04913.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/cdf58c1c57a805ff06487f8361728c09ddf37f7ef3235ad26effab9f1f07f5a4.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/d0d656ae32436d7b190665f98f3fe2d7a6250ee7ff4e1fb1bcd9a1364d3da2cb.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/d2e25cb02f371db9bd247a36766f7887ef1d2adad97ba1102ab1d98cf3128dc3.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/dbb6b804e35c3cf48b6ea556486a82cf6f34af4d7cc455bfc02995969f45d09f.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/f0d6c0adbfcc02896663bc47e38910252279cabfe89c8c196c23f02b7d65d77d.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/f575eacc0b72560cfc4e759f838f4ba8fc6ad1ee88d56fa707a1a840baf3e679.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/snapshots/external/f90542b4e3cbaf7e9820cdad6bbe707e3210983c911f11584cfae580e5cf6a04.html +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/test_handler.py +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/test_render_action.py +0 -0
- {mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/test/test_render_workflow.py +0 -0
|
@@ -113,7 +113,9 @@ jobs:
|
|
|
113
113
|
|
|
114
114
|
- name: Run tests
|
|
115
115
|
run: |
|
|
116
|
-
if uv run pytest
|
|
116
|
+
if uv run pytest -v --tb=short --color=yes \
|
|
117
|
+
--cov mkdocstrings_handlers.github --cov-branch --cov-report=xml \
|
|
118
|
+
--junit-xml=pytest.xml; then
|
|
117
119
|
echo '# ✅ Tests passed' >> $GITHUB_STEP_SUMMARY
|
|
118
120
|
else
|
|
119
121
|
echo '# ❌ Tests failed' >> $GITHUB_STEP_SUMMARY
|
|
@@ -130,8 +132,8 @@ jobs:
|
|
|
130
132
|
if: (!cancelled())
|
|
131
133
|
uses: actions/upload-artifact@v4
|
|
132
134
|
with:
|
|
133
|
-
name:
|
|
134
|
-
path:
|
|
135
|
+
name: python${{ matrix.python-version }}
|
|
136
|
+
path: "*.xml"
|
|
135
137
|
|
|
136
138
|
summary:
|
|
137
139
|
runs-on: ubuntu-latest
|
|
@@ -139,18 +141,37 @@ jobs:
|
|
|
139
141
|
if: (!cancelled())
|
|
140
142
|
permissions:
|
|
141
143
|
contents: read
|
|
142
|
-
pull-requests: write
|
|
143
144
|
checks: write
|
|
145
|
+
id-token: write
|
|
146
|
+
pull-requests: write
|
|
144
147
|
steps:
|
|
148
|
+
- name: Checkout
|
|
149
|
+
uses: actions/checkout@v4
|
|
150
|
+
with:
|
|
151
|
+
fetch-depth: 2
|
|
152
|
+
|
|
145
153
|
- name: Download Artifacts
|
|
146
154
|
uses: actions/download-artifact@v5
|
|
147
155
|
with:
|
|
148
|
-
path:
|
|
156
|
+
path: results
|
|
149
157
|
|
|
150
158
|
- name: Publish Test Results
|
|
151
159
|
uses: EnricoMi/publish-unit-test-result-action@v2
|
|
152
160
|
with:
|
|
153
|
-
files: "
|
|
161
|
+
files: "results/**/pytest.xml"
|
|
162
|
+
|
|
163
|
+
- name: Upload coverage reports to Codecov
|
|
164
|
+
uses: codecov/codecov-action@v5
|
|
165
|
+
with:
|
|
166
|
+
use_oidc: true
|
|
167
|
+
directory: results
|
|
168
|
+
|
|
169
|
+
- name: Upload test results to Codecov
|
|
170
|
+
if: ${{ !cancelled() }}
|
|
171
|
+
uses: codecov/test-results-action@v1
|
|
172
|
+
with:
|
|
173
|
+
use_oidc: true
|
|
174
|
+
directory: results
|
|
154
175
|
|
|
155
176
|
- name: Check all jobs
|
|
156
177
|
run: |
|
|
@@ -78,7 +78,7 @@ jobs:
|
|
|
78
78
|
|
|
79
79
|
- name: Find Comment
|
|
80
80
|
id: fc
|
|
81
|
-
uses: peter-evans/find-comment@
|
|
81
|
+
uses: peter-evans/find-comment@v4
|
|
82
82
|
with:
|
|
83
83
|
issue-number: ${{ github.event.pull_request.number }}
|
|
84
84
|
comment-author: 'github-actions[bot]'
|
|
@@ -86,7 +86,7 @@ jobs:
|
|
|
86
86
|
|
|
87
87
|
- name: Create comment
|
|
88
88
|
if: steps.fc.outputs.comment-id == '' && steps.get-version.outputs.released == 'true'
|
|
89
|
-
uses: peter-evans/create-or-update-comment@
|
|
89
|
+
uses: peter-evans/create-or-update-comment@v5
|
|
90
90
|
with:
|
|
91
91
|
issue-number: ${{ github.event.pull_request.number }}
|
|
92
92
|
body: |
|
|
@@ -95,7 +95,7 @@ jobs:
|
|
|
95
95
|
|
|
96
96
|
- name: Update comment
|
|
97
97
|
if: steps.fc.outputs.comment-id != '' && steps.get-version.outputs.released == 'true'
|
|
98
|
-
uses: peter-evans/create-or-update-comment@
|
|
98
|
+
uses: peter-evans/create-or-update-comment@v5
|
|
99
99
|
with:
|
|
100
100
|
comment-id: ${{ steps.fc.outputs.comment-id }}
|
|
101
101
|
edit-mode: replace
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mkdocstrings-github"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.3.0"
|
|
4
4
|
description = "A GitHub Action handler for mkdocstrings"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Mark Hu", email = "watermarkhu@gmail.com" }
|
|
@@ -35,7 +35,7 @@ dependencies = [
|
|
|
35
35
|
[dependency-groups]
|
|
36
36
|
dev = [
|
|
37
37
|
"ty~=0.0.1a19",
|
|
38
|
-
"ruff~=0.
|
|
38
|
+
"ruff~=0.14.0",
|
|
39
39
|
"prek>=0.2.1",
|
|
40
40
|
"pydantic~=2.10",
|
|
41
41
|
"pytest~=8.4.1",
|
{mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/handler.py
RENAMED
|
@@ -180,8 +180,10 @@ class GitHubHandler(BaseHandler):
|
|
|
180
180
|
for release in releases:
|
|
181
181
|
tag = release.tag_name
|
|
182
182
|
if not self.semver and SEMVER_PATTERN.match(tag):
|
|
183
|
+
_logger.info(f"Using GitHub release tag '{tag}' for semver.")
|
|
183
184
|
self.semver = tag
|
|
184
185
|
if not self.major and MAJOR_PATTERN.match(tag):
|
|
186
|
+
_logger.info(f"Using GitHub release tag '{tag}' for major.")
|
|
185
187
|
self.major = tag
|
|
186
188
|
if self.semver and self.major:
|
|
187
189
|
break
|
|
@@ -223,6 +225,7 @@ class GitHubHandler(BaseHandler):
|
|
|
223
225
|
self.env.filters["order_parameters"] = rendering.order_parameters
|
|
224
226
|
self.env.filters["filter_parameters"] = rendering.filter_parameters
|
|
225
227
|
self.env.filters["anchor_id"] = rendering.anchor_id
|
|
228
|
+
self.env.filters["as_string"] = rendering.as_string
|
|
226
229
|
self.env.globals["semver_tag"] = self.semver
|
|
227
230
|
self.env.globals["major_tag"] = self.major
|
|
228
231
|
self.env.globals["git_repo"] = self.repo
|
{mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/objects.py
RENAMED
|
@@ -196,7 +196,6 @@ class Workflow:
|
|
|
196
196
|
|
|
197
197
|
if "on" not in data or "workflow_call" not in data["on"]:
|
|
198
198
|
return None
|
|
199
|
-
call = data["on"]["workflow_call"]
|
|
200
199
|
|
|
201
200
|
workflow = Workflow(
|
|
202
201
|
file=file,
|
|
@@ -205,13 +204,15 @@ class Workflow:
|
|
|
205
204
|
name=_get_member(data, "name", "Workflow must have a name"),
|
|
206
205
|
description=_get_member(data, "description", default=""),
|
|
207
206
|
)
|
|
208
|
-
for key, value in call.get("inputs", {}).items():
|
|
209
|
-
workflow.inputs.append(Input.from_data(key, **value))
|
|
210
|
-
for key, value in call.get("outputs", {}).items():
|
|
211
|
-
workflow.outputs.append(Output.from_data(key, **value))
|
|
212
|
-
for key, value in call.get("secrets", {}).items():
|
|
213
|
-
workflow.secrets.append(Secret.from_data(key, **value))
|
|
214
207
|
|
|
208
|
+
call = data["on"]["workflow_call"]
|
|
209
|
+
if call:
|
|
210
|
+
for key, value in call.get("inputs", {}).items():
|
|
211
|
+
workflow.inputs.append(Input.from_data(key, **value))
|
|
212
|
+
for key, value in call.get("outputs", {}).items():
|
|
213
|
+
workflow.outputs.append(Output.from_data(key, **value))
|
|
214
|
+
for key, value in call.get("secrets", {}).items():
|
|
215
|
+
workflow.secrets.append(Secret.from_data(key, **value))
|
|
215
216
|
for key, label in data.get("permissions", {}).items():
|
|
216
217
|
workflow.permissions[key] = PermissionLevel.from_label(label)
|
|
217
218
|
for job in data.get("jobs", {}).values():
|
|
@@ -72,3 +72,17 @@ def filter_parameters(
|
|
|
72
72
|
def anchor_id(name: str, prefix: str, parent_id: str) -> str:
|
|
73
73
|
anchor = f"{parent_id}--{prefix}.{name}"
|
|
74
74
|
return anchor.replace(" ", "-")
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
def as_string(value: bool | str | int | float | None) -> str:
|
|
78
|
+
match value:
|
|
79
|
+
case bool():
|
|
80
|
+
return "true" if value else "false"
|
|
81
|
+
case str():
|
|
82
|
+
return value
|
|
83
|
+
case int() | float():
|
|
84
|
+
return str(value)
|
|
85
|
+
case None:
|
|
86
|
+
return ""
|
|
87
|
+
case _:
|
|
88
|
+
raise TypeError(f"Unsupported type: {type(value)}")
|
|
@@ -11,10 +11,16 @@ Context:
|
|
|
11
11
|
{{ log.debug("Rendering inputs of " + data.id) }}
|
|
12
12
|
{% endblock logs %}
|
|
13
13
|
|
|
14
|
+
{# If there are no inputs, do not render anything. #}
|
|
15
|
+
{% if inputs | length > 0 %}
|
|
16
|
+
|
|
14
17
|
{% set header_id -%}
|
|
15
18
|
inputs-{{ data.id | replace('/', '-') | replace('.', '') | lower }}
|
|
16
19
|
{%- endset %}
|
|
17
20
|
|
|
21
|
+
{% set default_column = inputs | selectattr("default") | list | length > 0 %}
|
|
22
|
+
|
|
23
|
+
{# Render the inputs section #}
|
|
18
24
|
{% if options.parameters_section_style == "table" %}
|
|
19
25
|
{% block table_style scoped %}
|
|
20
26
|
<p>
|
|
@@ -26,7 +32,7 @@ Context:
|
|
|
26
32
|
<tr>
|
|
27
33
|
<th>Name</th>
|
|
28
34
|
<th>Description</th>
|
|
29
|
-
<th>Default</th>
|
|
35
|
+
{% if default_column %}<th>Default</th>{% endif %}
|
|
30
36
|
</tr>
|
|
31
37
|
</thead>
|
|
32
38
|
<tbody>
|
|
@@ -50,11 +56,13 @@ Context:
|
|
|
50
56
|
<td>
|
|
51
57
|
{{ input.description | convert_markdown(options.heading_level, data.id) }}
|
|
52
58
|
</td>
|
|
59
|
+
{% if default_column %}
|
|
53
60
|
<td>
|
|
54
|
-
{% if input.default %}
|
|
55
|
-
<code>{{ input.default }}</code>
|
|
61
|
+
{% if input.default is not none %}
|
|
62
|
+
<code>{{ input.default | as_string }}</code>
|
|
56
63
|
{% endif %}
|
|
57
64
|
</td>
|
|
65
|
+
{% endif %}
|
|
58
66
|
</tr>
|
|
59
67
|
{% endfor %}
|
|
60
68
|
</tbody>
|
|
@@ -80,7 +88,7 @@ Context:
|
|
|
80
88
|
</div>
|
|
81
89
|
{% if input.default is not none %}
|
|
82
90
|
<div class="doc-md-description">
|
|
83
|
-
Default: <code>{{ input.default }}</code>
|
|
91
|
+
Default: <code>{{ input.default | as_string }}</code>
|
|
84
92
|
</div>
|
|
85
93
|
{% endif %}
|
|
86
94
|
</li>
|
|
@@ -88,3 +96,5 @@ Context:
|
|
|
88
96
|
</ul>
|
|
89
97
|
{% endblock list_style %}
|
|
90
98
|
{% endif %}
|
|
99
|
+
|
|
100
|
+
{% endif %}
|
|
@@ -11,6 +11,9 @@ Context:
|
|
|
11
11
|
{{ log.debug("Rendering outputs of " + data.id) }}
|
|
12
12
|
{% endblock logs %}
|
|
13
13
|
|
|
14
|
+
{# If there are no outputs, do not render anything. #}
|
|
15
|
+
{% if outputs | length > 0 %}
|
|
16
|
+
|
|
14
17
|
{% set header_id -%}
|
|
15
18
|
outputs-{{ data.id | replace('/', '-') | replace('.', '') | lower }}
|
|
16
19
|
{%- endset %}
|
|
@@ -72,3 +75,4 @@ Context:
|
|
|
72
75
|
{% endblock list_style %}
|
|
73
76
|
{% endif %}
|
|
74
77
|
|
|
78
|
+
{% endif %}
|
|
@@ -11,6 +11,9 @@ Context:
|
|
|
11
11
|
{{ log.debug("Rendering secrets of " + data.id) }}
|
|
12
12
|
{% endblock logs %}
|
|
13
13
|
|
|
14
|
+
{# If there are no secrets, do not render anything. #}
|
|
15
|
+
{% if secrets | length > 0 %}
|
|
16
|
+
|
|
14
17
|
{% set header_id -%}
|
|
15
18
|
secrets-{{ data.id | replace('/', '-') | replace('.', '') | lower }}
|
|
16
19
|
{%- endset %}
|
|
@@ -76,3 +79,5 @@ Context:
|
|
|
76
79
|
</ul>
|
|
77
80
|
{% endblock list_style %}
|
|
78
81
|
{% endif %}
|
|
82
|
+
|
|
83
|
+
{% endif %}
|
|
@@ -71,7 +71,7 @@ workflow_show = snapshot(
|
|
|
71
71
|
("show_secrets", True),
|
|
72
72
|
("parameters_order", "alphabetical"),
|
|
73
73
|
("parameters_section_style", "table"),
|
|
74
|
-
): external("hash:
|
|
74
|
+
): external("hash:459e6df9404a*.html"),
|
|
75
75
|
(
|
|
76
76
|
("show_inputs", True),
|
|
77
77
|
("show_inputs_only_required", True),
|
|
@@ -79,7 +79,7 @@ workflow_show = snapshot(
|
|
|
79
79
|
("show_secrets", False),
|
|
80
80
|
("parameters_order", "alphabetical"),
|
|
81
81
|
("parameters_section_style", "table"),
|
|
82
|
-
): external("hash:
|
|
82
|
+
): external("hash:5a75c7bf0d0c*.html"),
|
|
83
83
|
(
|
|
84
84
|
("show_inputs", False),
|
|
85
85
|
("show_inputs_only_required", False),
|
|
@@ -95,7 +95,7 @@ workflow_show = snapshot(
|
|
|
95
95
|
("show_secrets", True),
|
|
96
96
|
("parameters_order", "source"),
|
|
97
97
|
("parameters_section_style", "table"),
|
|
98
|
-
): external("hash:
|
|
98
|
+
): external("hash:de1ce14a6155*.html"),
|
|
99
99
|
(
|
|
100
100
|
("show_inputs", True),
|
|
101
101
|
("show_inputs_only_required", True),
|
|
@@ -103,7 +103,7 @@ workflow_show = snapshot(
|
|
|
103
103
|
("show_secrets", False),
|
|
104
104
|
("parameters_order", "source"),
|
|
105
105
|
("parameters_section_style", "table"),
|
|
106
|
-
): external("hash:
|
|
106
|
+
): external("hash:c3d75cc82062*.html"),
|
|
107
107
|
(
|
|
108
108
|
("show_inputs", False),
|
|
109
109
|
("show_inputs_only_required", False),
|
|
@@ -119,7 +119,7 @@ workflow_show = snapshot(
|
|
|
119
119
|
("show_secrets", True),
|
|
120
120
|
("parameters_order", "alphabetical"),
|
|
121
121
|
("parameters_section_style", "list"),
|
|
122
|
-
): external("hash:
|
|
122
|
+
): external("hash:df4a79ccbc4e*.html"),
|
|
123
123
|
(
|
|
124
124
|
("show_inputs", True),
|
|
125
125
|
("show_inputs_only_required", True),
|
|
@@ -143,7 +143,7 @@ workflow_show = snapshot(
|
|
|
143
143
|
("show_secrets", True),
|
|
144
144
|
("parameters_order", "source"),
|
|
145
145
|
("parameters_section_style", "list"),
|
|
146
|
-
): external("hash:
|
|
146
|
+
): external("hash:f64c666c9ace*.html"),
|
|
147
147
|
(
|
|
148
148
|
("show_inputs", True),
|
|
149
149
|
("show_inputs_only_required", True),
|
|
@@ -788,7 +788,7 @@ wheels = [
|
|
|
788
788
|
|
|
789
789
|
[[package]]
|
|
790
790
|
name = "mkdocstrings-github"
|
|
791
|
-
version = "0.
|
|
791
|
+
version = "0.3.0"
|
|
792
792
|
source = { editable = "." }
|
|
793
793
|
dependencies = [
|
|
794
794
|
{ name = "gitpython" },
|
|
@@ -836,7 +836,7 @@ dev = [
|
|
|
836
836
|
{ name = "pytest", specifier = "~=8.4.1" },
|
|
837
837
|
{ name = "pytest-cov", specifier = "~=7.0.0" },
|
|
838
838
|
{ name = "python-semantic-release", specifier = "~=10.4.1" },
|
|
839
|
-
{ name = "ruff", specifier = "~=0.
|
|
839
|
+
{ name = "ruff", specifier = "~=0.14.0" },
|
|
840
840
|
{ name = "ty", specifier = "~=0.0.1a19" },
|
|
841
841
|
]
|
|
842
842
|
docs = [
|
|
@@ -1320,28 +1320,28 @@ wheels = [
|
|
|
1320
1320
|
|
|
1321
1321
|
[[package]]
|
|
1322
1322
|
name = "ruff"
|
|
1323
|
-
version = "0.
|
|
1324
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1325
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1326
|
-
wheels = [
|
|
1327
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1328
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1329
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1330
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1331
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1332
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1333
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1334
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1335
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1336
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1337
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1338
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1339
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1340
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1341
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1342
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1343
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1344
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1323
|
+
version = "0.14.0"
|
|
1324
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1325
|
+
sdist = { url = "https://files.pythonhosted.org/packages/41/b9/9bd84453ed6dd04688de9b3f3a4146a1698e8faae2ceeccce4e14c67ae17/ruff-0.14.0.tar.gz", hash = "sha256:62ec8969b7510f77945df916de15da55311fade8d6050995ff7f680afe582c57", size = 5452071, upload-time = "2025-10-07T18:21:55.763Z" }
|
|
1326
|
+
wheels = [
|
|
1327
|
+
{ url = "https://files.pythonhosted.org/packages/3a/4e/79d463a5f80654e93fa653ebfb98e0becc3f0e7cf6219c9ddedf1e197072/ruff-0.14.0-py3-none-linux_armv6l.whl", hash = "sha256:58e15bffa7054299becf4bab8a1187062c6f8cafbe9f6e39e0d5aface455d6b3", size = 12494532, upload-time = "2025-10-07T18:21:00.373Z" },
|
|
1328
|
+
{ url = "https://files.pythonhosted.org/packages/ee/40/e2392f445ed8e02aa6105d49db4bfff01957379064c30f4811c3bf38aece/ruff-0.14.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:838d1b065f4df676b7c9957992f2304e41ead7a50a568185efd404297d5701e8", size = 13160768, upload-time = "2025-10-07T18:21:04.73Z" },
|
|
1329
|
+
{ url = "https://files.pythonhosted.org/packages/75/da/2a656ea7c6b9bd14c7209918268dd40e1e6cea65f4bb9880eaaa43b055cd/ruff-0.14.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:703799d059ba50f745605b04638fa7e9682cc3da084b2092feee63500ff3d9b8", size = 12363376, upload-time = "2025-10-07T18:21:07.833Z" },
|
|
1330
|
+
{ url = "https://files.pythonhosted.org/packages/42/e2/1ffef5a1875add82416ff388fcb7ea8b22a53be67a638487937aea81af27/ruff-0.14.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ba9a8925e90f861502f7d974cc60e18ca29c72bb0ee8bfeabb6ade35a3abde7", size = 12608055, upload-time = "2025-10-07T18:21:10.72Z" },
|
|
1331
|
+
{ url = "https://files.pythonhosted.org/packages/4a/32/986725199d7cee510d9f1dfdf95bf1efc5fa9dd714d0d85c1fb1f6be3bc3/ruff-0.14.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e41f785498bd200ffc276eb9e1570c019c1d907b07cfb081092c8ad51975bbe7", size = 12318544, upload-time = "2025-10-07T18:21:13.741Z" },
|
|
1332
|
+
{ url = "https://files.pythonhosted.org/packages/9a/ed/4969cefd53315164c94eaf4da7cfba1f267dc275b0abdd593d11c90829a3/ruff-0.14.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:30a58c087aef4584c193aebf2700f0fbcfc1e77b89c7385e3139956fa90434e2", size = 14001280, upload-time = "2025-10-07T18:21:16.411Z" },
|
|
1333
|
+
{ url = "https://files.pythonhosted.org/packages/ab/ad/96c1fc9f8854c37681c9613d825925c7f24ca1acfc62a4eb3896b50bacd2/ruff-0.14.0-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:f8d07350bc7af0a5ce8812b7d5c1a7293cf02476752f23fdfc500d24b79b783c", size = 15027286, upload-time = "2025-10-07T18:21:19.577Z" },
|
|
1334
|
+
{ url = "https://files.pythonhosted.org/packages/b3/00/1426978f97df4fe331074baf69615f579dc4e7c37bb4c6f57c2aad80c87f/ruff-0.14.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eec3bbbf3a7d5482b5c1f42d5fc972774d71d107d447919fca620b0be3e3b75e", size = 14451506, upload-time = "2025-10-07T18:21:22.779Z" },
|
|
1335
|
+
{ url = "https://files.pythonhosted.org/packages/58/d5/9c1cea6e493c0cf0647674cca26b579ea9d2a213b74b5c195fbeb9678e15/ruff-0.14.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:16b68e183a0e28e5c176d51004aaa40559e8f90065a10a559176713fcf435206", size = 13437384, upload-time = "2025-10-07T18:21:25.758Z" },
|
|
1336
|
+
{ url = "https://files.pythonhosted.org/packages/29/b4/4cd6a4331e999fc05d9d77729c95503f99eae3ba1160469f2b64866964e3/ruff-0.14.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eb732d17db2e945cfcbbc52af0143eda1da36ca8ae25083dd4f66f1542fdf82e", size = 13447976, upload-time = "2025-10-07T18:21:28.83Z" },
|
|
1337
|
+
{ url = "https://files.pythonhosted.org/packages/3b/c0/ac42f546d07e4f49f62332576cb845d45c67cf5610d1851254e341d563b6/ruff-0.14.0-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:c958f66ab884b7873e72df38dcabee03d556a8f2ee1b8538ee1c2bbd619883dd", size = 13682850, upload-time = "2025-10-07T18:21:31.842Z" },
|
|
1338
|
+
{ url = "https://files.pythonhosted.org/packages/5f/c4/4b0c9bcadd45b4c29fe1af9c5d1dc0ca87b4021665dfbe1c4688d407aa20/ruff-0.14.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:7eb0499a2e01f6e0c285afc5bac43ab380cbfc17cd43a2e1dd10ec97d6f2c42d", size = 12449825, upload-time = "2025-10-07T18:21:35.074Z" },
|
|
1339
|
+
{ url = "https://files.pythonhosted.org/packages/4b/a8/e2e76288e6c16540fa820d148d83e55f15e994d852485f221b9524514730/ruff-0.14.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:4c63b2d99fafa05efca0ab198fd48fa6030d57e4423df3f18e03aa62518c565f", size = 12272599, upload-time = "2025-10-07T18:21:38.08Z" },
|
|
1340
|
+
{ url = "https://files.pythonhosted.org/packages/18/14/e2815d8eff847391af632b22422b8207704222ff575dec8d044f9ab779b2/ruff-0.14.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:668fce701b7a222f3f5327f86909db2bbe99c30877c8001ff934c5413812ac02", size = 13193828, upload-time = "2025-10-07T18:21:41.216Z" },
|
|
1341
|
+
{ url = "https://files.pythonhosted.org/packages/44/c6/61ccc2987cf0aecc588ff8f3212dea64840770e60d78f5606cd7dc34de32/ruff-0.14.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a86bf575e05cb68dcb34e4c7dfe1064d44d3f0c04bbc0491949092192b515296", size = 13628617, upload-time = "2025-10-07T18:21:44.04Z" },
|
|
1342
|
+
{ url = "https://files.pythonhosted.org/packages/73/e6/03b882225a1b0627e75339b420883dc3c90707a8917d2284abef7a58d317/ruff-0.14.0-py3-none-win32.whl", hash = "sha256:7450a243d7125d1c032cb4b93d9625dea46c8c42b4f06c6b709baac168e10543", size = 12367872, upload-time = "2025-10-07T18:21:46.67Z" },
|
|
1343
|
+
{ url = "https://files.pythonhosted.org/packages/41/77/56cf9cf01ea0bfcc662de72540812e5ba8e9563f33ef3d37ab2174892c47/ruff-0.14.0-py3-none-win_amd64.whl", hash = "sha256:ea95da28cd874c4d9c922b39381cbd69cb7e7b49c21b8152b014bd4f52acddc2", size = 13464628, upload-time = "2025-10-07T18:21:50.318Z" },
|
|
1344
|
+
{ url = "https://files.pythonhosted.org/packages/c6/2a/65880dfd0e13f7f13a775998f34703674a4554906167dce02daf7865b954/ruff-0.14.0-py3-none-win_arm64.whl", hash = "sha256:f42c9495f5c13ff841b1da4cb3c2a42075409592825dada7c5885c2c844ac730", size = 12565142, upload-time = "2025-10-07T18:21:53.577Z" },
|
|
1345
1345
|
]
|
|
1346
1346
|
|
|
1347
1347
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/.github/workflows/example_workflow.yml
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
|
{mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/docs/overrides/partials/toc-item.html
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
|
{mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/__init__.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/config.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.2.5 → mkdocstrings_github-0.3.0}/src/mkdocstrings_handlers/github/py.typed
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|