mkdocstrings-python-xref 1.14.0__tar.gz → 1.14.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_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/PKG-INFO +2 -2
- mkdocstrings_python_xref-1.14.1/mkdocstrings_handlers/python_xref/VERSION +1 -0
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/mkdocstrings_handlers/python_xref/crossref.py +1 -1
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/pyproject.toml +1 -1
- mkdocstrings_python_xref-1.14.0/mkdocstrings_handlers/python_xref/VERSION +0 -1
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/.gitignore +0 -0
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/LICENSE.md +0 -0
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/README.md +0 -0
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/mkdocstrings_handlers/python_xref/__init__.py +0 -0
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/mkdocstrings_handlers/python_xref/handler.py +0 -0
- {mkdocstrings_python_xref-1.14.0 → mkdocstrings_python_xref-1.14.1}/mkdocstrings_handlers/python_xref/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mkdocstrings-python-xref
|
|
3
|
-
Version: 1.14.
|
|
3
|
+
Version: 1.14.1
|
|
4
4
|
Summary: Enhanced mkdocstrings python handler
|
|
5
5
|
Project-URL: Repository, https://github.com/analog-garage/mkdocstrings-python-xref
|
|
6
6
|
Project-URL: Documentation, https://analog-garage.github.io/mkdocstrings-python-xref/
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
17
17
|
Classifier: Topic :: Software Development :: Documentation
|
|
18
18
|
Requires-Python: >=3.9
|
|
19
19
|
Requires-Dist: griffe>=1.0
|
|
20
|
-
Requires-Dist: mkdocstrings-python<
|
|
20
|
+
Requires-Dist: mkdocstrings-python<1.16,>=1.14
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
|
|
23
23
|
# mkdocstrings-python-xref
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.14.1
|
|
@@ -322,7 +322,7 @@ def substitute_relative_crossrefs(obj: Object, checkref: Optional[Callable[[str]
|
|
|
322
322
|
"""Recursively expand relative cross-references in all docstrings in tree.
|
|
323
323
|
|
|
324
324
|
Arguments:
|
|
325
|
-
obj: a Griffe [Object][griffe.
|
|
325
|
+
obj: a Griffe [Object][griffe.] whose docstrings should be modified
|
|
326
326
|
checkref: optional function to check whether computed cross-reference is valid.
|
|
327
327
|
Should return True if valid, False if not valid.
|
|
328
328
|
"""
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.14.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|