Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.io.base
Commits
8e3e0c5d
Commit
8e3e0c5d
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
[doc] All catalog urls already in auto-intersphinx
parent
5aae977e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!45
Switch to the new package structure using citools
Pipeline
#66618
failed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/catalog.json
+0
-26
0 additions, 26 deletions
doc/catalog.json
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
src/bob/io/image.py
+3
-3
3 additions, 3 deletions
src/bob/io/image.py
with
4 additions
and
30 deletions
doc/catalog.json
deleted
100644 → 0
+
0
−
26
View file @
5aae977e
{
"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"
}
}
}
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
1
View file @
8e3e0c5d
...
@@ -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
"
This diff is collapsed.
Click to expand it.
src/bob/io/image.py
+
3
−
3
View file @
8e3e0c5d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment