Skip to content
Snippets Groups Projects
Commit 8e3e0c5d authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[doc] All catalog urls already in auto-intersphinx

parent 5aae977e
No related branches found
No related tags found
1 merge request!45Switch to the new package structure using citools
Pipeline #66618 failed
{
"numpy": {
"version": {
"latest": "https://numpy.org/doc/stable/"
},
"sources": {
"readthedocs": "numpy"
}
},
"matplotlib": {
"version": {
"latest": "https://matplotlib.org/stable/"
},
"sources": {
"readthedocs": "matplotlib"
}
},
"PIL": {
"version": {
"latest": "https://pillow.readthedocs.io/en/latest/"
},
"sources": {
"readthedocs": "pillow"
}
}
}
...@@ -110,6 +110,6 @@ auto_intersphinx_packages = [ ...@@ -110,6 +110,6 @@ auto_intersphinx_packages = [
("python", "3"), ("python", "3"),
"numpy", "numpy",
"matplotlib", "matplotlib",
"PIL", "pillow",
] ]
auto_intersphinx_catalog = "catalog.json" auto_intersphinx_catalog = "catalog.json"
...@@ -57,8 +57,8 @@ def bob_to_pillow(img): ...@@ -57,8 +57,8 @@ def bob_to_pillow(img):
Returns Returns
------- -------
PIL.Image.Image pillow.Image.Image
An object of pillow.Image. An Image object of pillow.
""" """
# first convert to matplotlib format # first convert to matplotlib format
img = to_matplotlib(img) img = to_matplotlib(img)
...@@ -78,7 +78,7 @@ def pillow_to_bob(img): ...@@ -78,7 +78,7 @@ def pillow_to_bob(img):
Parameters Parameters
---------- ----------
img: PIL.Image.Image img: pillow.Image.Image
A Pillow Image A Pillow Image
Returns Returns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment