mkdocstrings-github 0.5.0__tar.gz → 0.5.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.
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/CONTRIBUTING.md +15 -4
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/PKG-INFO +1 -1
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/changelog.md +9 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/usage/signatures.md +1 -1
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/pyproject.toml +1 -1
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/config.py +0 -2
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/CODEOWNERS +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/FUNDING.yml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/renovate.json5 +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/workflows/docs.yaml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/workflows/example_workflow.yml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/workflows/qualify.yaml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.github/workflows/release.yaml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.gitignore +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.gitmodules +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.pre-commit-config.yaml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/LICENSE +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/README.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/action.yaml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/contributing.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/credits.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/favicon.png +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/img/example_dark.png +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/img/example_light.png +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/img/logo.png +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/index.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/license-page.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/overrides/main.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/overrides/partials/toc-item.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/stylesheets/extra.css +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/usage/general.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/usage/headings.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/usage/index.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/docs/usage/parameters.md +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/mkdocs.yml +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/__init__.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/handler.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/objects.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/py.typed +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/rendering.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/templates/material/action.html.jinja +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/templates/material/heading.html.jinja +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/templates/material/inputs.html.jinja +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/templates/material/outputs.html.jinja +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/templates/material/secrets.html.jinja +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/templates/material/style.css +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/templates/material/workflow.html.jinja +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/__init__.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/conftest.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/docs/.gitkeep +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/helpers.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/__init__.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/.gitignore +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/06f909d26ca3c2008ca57aeae14dc63fb04ade05997b8aed6ae1573bf42b5841.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/0a37a4286738a72a224871dbd1bcd3c662e768f800a8e2b92c410d672c1d19fc.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/0ef4f0725dafdff18802cd0dd8839c35562755c90458f0dd3ef7743e87efdd89.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/1322d6390dbc167e4d2734b6ff7ac30265a52feb242ece864fd08dd36a88214a.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/22929d6c2b70b481583d7b07fd7bff72dba985a465d42ad4ee5a7f557429102f.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/23cc1367f9dd06c1d51e4b1c8a5a2ea807f32a78de9c061438f4d2315bcc3d0e.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/24dfcb59a486346316de8203f742d4f3dd9129f9a57252c37741ad27d0eaddd7.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/2500c66e16468b20050dd9b8b152a48644d008c0316e444f47afc7bc5117e004.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/27b0437dc257c9970044eb25da334453829a4ae0450e98cf7a965aff5ad7fcba.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/28df0ab9fe5662687b72cbb8b2c8e2e18b98beb5a114a505ad845c91b8955a2e.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/293f8ca976970a4fb9549b1bd3b6f6be8a13bd86d9c34bb98813def62a5777aa.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/2eb63f18b2d0aaf8000ffcc081c80067937fc7cacea496c2871198aa3bc12a14.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/36d5597971381260ce0cd98b6ba1c3973134add32288bf34f47290fdbe55b0ec.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/3cb099624d882a4cde3ef6fdbea56c9aced9331dca1e19c7bc311c2611782e0d.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/459e6df9404add89f3e159d2b0fdfc81e7f0545da8efaa690de8c06aebd1d2bf.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/50af1499553795c8cd859a1c9aa5ba162ef1c3dd9fa466668fc2da5bb002a61c.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/572198cee6d40e3c875970ee6b4c654b3edae54c5a00ee4792df2b0d5a161796.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/5a2f11e94bc00c7a5122364dcffcdc9bd5c514a773fbf4d1b04fa7e96ba2cfa5.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/5a75c7bf0d0c9f0d6e193263fe59288ec69ef2d93ec6f8bab8e240b2b58b3dd3.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/5f0693318b13614e630f852af6ad9165a3793e2e011d4de786b84e178eb411bc.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/6d20fba34c55a0c3c25d29a29470de573812305d70dabac3104a7d18d92b2b86.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/757b79d7975f29e7b7eeda8c910578cb858a867dc4c647c4b5bc9a4c45dbf62e.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/78f74a133e98bd757a1bd1c4667dc3a5d7cc40cc78daf596187999cb083ec6c4.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/78feb92e4171bf067dd1615523e5c9cac0de998bb7102ee70da2e145d1262339.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/84f918940f7b729b21a97d971a27bf994b2deb8ee5d9909481d98f702dfec96a.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/856a4ff20ee15b09367d852d57cdb6a3376b799760365dbf7677c216156a7b4d.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/8bacb89d75273f2bfee27f0d86fd49def327fd3e33ba7595aac8058ab214181d.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/93bf082d40ca4b6730a503aa4d265901a8cfed7ed1a6e9bb6e584c2c3ebd18af.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/94b8c0c6610d32e8a877cb18b47ff8b072203c6a1e8fddc67be1d7e5b963c385.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/98e4b6474a6f67576ae40a75e152e6bd8c3e743259ad7f1d08890def2ff858d1.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/98ed5c777c164326632ca657e3cb87ae3f9b75bf9793ab2db4ab90ee7874621c.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/9cc6f18114bfd48128d8cc74d40d4f19911408af280ba1866f07209ae80d5e42.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/ac47b3b933709154de762d06903d78925cea9f1ec93865386d669680cf17e4a8.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/ace14d7e4e53515a281c109aca1d7b5bccb1259ff0c3e0c28a8e09908e4f2f26.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/b6163f7b64f009d0f8992a0ccb4da0af6b02b5411dceb42cb0816b5721ebade0.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/b972a05ffc5672d471d5b1e84b01470a3363a25f9d9adbc8d82f4b9fd21a94a1.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/bbea0ecf08aec9444ed75cbffd5424aa19e285ac64a53d1bb50f6130230b3c97.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/c2181f9e06dd6b7437f14e815c4fd32ec304e4474c93e86c02b43f41367a79ff.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/c3d75cc820623b26630624895fbc53ff7ea764ede141a2751387fca0bddb0c42.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/c50b7f91aafff5caf0fe0ff96a922b499617966705cde0d3622191f51f523b38.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/c8c895c400f0532aa3afe641f79ed14bc399b504169242c0a9f77572c185def2.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/cdad9a8909ec6448ff4392f523d4c7d41dcba61fc635e7e744026f901df04913.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/d0d656ae32436d7b190665f98f3fe2d7a6250ee7ff4e1fb1bcd9a1364d3da2cb.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/dbb6b804e35c3cf48b6ea556486a82cf6f34af4d7cc455bfc02995969f45d09f.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/de1ce14a6155d8b1e4185e0eed7490872ef3af13b459ce5430ee5fc070f549d5.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/df4a79ccbc4e4aa4c1a3135f1b42ce67cbebdf65acec195630d961605206c078.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/e567efbdae19280c4c56a70a27de39e0efdc422d99c9d497629128fd3ec553d5.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/f0d6c0adbfcc02896663bc47e38910252279cabfe89c8c196c23f02b7d65d77d.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/f575eacc0b72560cfc4e759f838f4ba8fc6ad1ee88d56fa707a1a840baf3e679.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/f64c666c9ace98f632d96aea732c4da55112d9c496baef00eb997c68c2c09264.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/snapshots/external/f90542b4e3cbaf7e9820cdad6bbe707e3210983c911f11584cfae580e5cf6a04.html +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/test_handler.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/test_render_action.py +0 -0
- {mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/test/test_render_workflow.py +0 -0
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Thank you for considering contributing! Please follow these steps to get started:
|
|
4
4
|
|
|
5
|
-
## 1.
|
|
5
|
+
## 1. Clone repository
|
|
6
|
+
|
|
7
|
+
Clone the repository and setup its submodules. The [watermarkhu/mkdocstrings-github-fixture](https://github.com/watermarkhu/mkdocstrings-github-fixture) repository is used as a fixture repository.
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
git clone https://github.com/watermarkhu/mkdocstrings-github
|
|
11
|
+
cd mkdocstrings-github
|
|
12
|
+
git submodule init
|
|
13
|
+
git submodule update
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## 2. Environment Setup
|
|
6
17
|
|
|
7
18
|
Install all dependencies using [uv](https://github.com/astral-sh/uv):
|
|
8
19
|
|
|
@@ -12,7 +23,7 @@ uv sync --all-groups
|
|
|
12
23
|
|
|
13
24
|
Learn more about uv: [uv documentation](https://github.com/astral-sh/uv)
|
|
14
25
|
|
|
15
|
-
##
|
|
26
|
+
## 3. Pre-commit Hooks using prek
|
|
16
27
|
|
|
17
28
|
Set up [prek](https://github.com/j178/prek) hooks to ensure code quality:
|
|
18
29
|
|
|
@@ -22,7 +33,7 @@ uv run prek install
|
|
|
22
33
|
|
|
23
34
|
See: [prek documentation](https://prek.j178.dev/)
|
|
24
35
|
|
|
25
|
-
##
|
|
36
|
+
## 4. Running Tests
|
|
26
37
|
|
|
27
38
|
Run tests with [pytest](https://docs.pytest.org/en/stable/):
|
|
28
39
|
|
|
@@ -32,7 +43,7 @@ uv run pytest
|
|
|
32
43
|
|
|
33
44
|
See: [pytest documentation](https://docs.pytest.org/en/stable/)
|
|
34
45
|
|
|
35
|
-
##
|
|
46
|
+
## 5. Pull Request Guidelines
|
|
36
47
|
|
|
37
48
|
- Pull requests should target the `main` branch.
|
|
38
49
|
- Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit messages.
|
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v0.5.1 (2025-10-14)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Do not validate signature_repository
|
|
10
|
+
([#34](https://github.com/watermarkhu/mkdocstrings-github/pull/34),
|
|
11
|
+
[`3ead525`](https://github.com/watermarkhu/mkdocstrings-github/commit/3ead5253eb68e9a5fb5def55e807801afc1ef106))
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
## v0.5.0 (2025-10-13)
|
|
6
15
|
|
|
7
16
|
### Bug Fixes
|
{mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/config.py
RENAMED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
-
import re
|
|
6
5
|
import sys
|
|
7
6
|
from typing import Literal
|
|
8
7
|
|
|
@@ -99,7 +98,6 @@ class GitHubOptions(BaseModel):
|
|
|
99
98
|
By default, the repository is inferred from the current git repository using the default origin remote.
|
|
100
99
|
If it cannot be inferred, it must be set manually.
|
|
101
100
|
""",
|
|
102
|
-
pattern=re.compile(r"^[\w.-]+/[\w.-]+$"),
|
|
103
101
|
)
|
|
104
102
|
|
|
105
103
|
signature_show_secrets: bool = Field(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/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
|
{mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/__init__.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/handler.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/src/mkdocstrings_handlers/github/objects.py
RENAMED
|
File without changes
|
{mkdocstrings_github-0.5.0 → mkdocstrings_github-0.5.1}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|