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

docs: remove refs to bob.extension and clean deps.

parent 010dc728
No related branches found
No related tags found
1 merge request!323docs: remove refs to bob.extension and clean deps.
Pipeline #79912 passed
{
"bob.extension": {
"versions": {
"latest": "https://www.idiap.ch/software/bob/docs/bob/bob.extension/master"
},
"sources": {}
}
}
...@@ -234,13 +234,9 @@ autodoc_default_options = { ...@@ -234,13 +234,9 @@ autodoc_default_options = {
auto_intersphinx_packages = [ auto_intersphinx_packages = [
("python", "3"), ("python", "3"),
"clapper",
"numpy", "numpy",
"scikit-learn", "scikit-learn",
"bob.bio.face",
"bob.extension",
"bob.bio.video",
"bob.bio.spear",
"bob.bio.vein",
"bob.pipelines", "bob.pipelines",
"dask", "dask",
] ]
......
python
scikit-learn
bob.bio.face
bob.bio.video
bob.bio.spear
bob.bio.vein
bob.pipelines
dask
py:class bob.bio.video.preprocessor.Video
py:exc ValueError py:exc ValueError
...@@ -242,7 +242,7 @@ files. To do so for e.g. the MOBIO database (no need for ATNT database), run the ...@@ -242,7 +242,7 @@ files. To do so for e.g. the MOBIO database (no need for ATNT database), run the
.. note:: .. note::
Since the original files of the ATNT database is included in this package, you can skip the step above. Since the original files of the ATNT database is included in this package, you can skip the step above.
For more information, see :ref:`bob.extension.rc`. For more information, see :ref:`clapper.rc`.
Find below a complete file containing a Transformer, a Biometric Algorithm, and the construction of the pipeline: Find below a complete file containing a Transformer, a Biometric Algorithm, and the construction of the pipeline:
...@@ -301,7 +301,7 @@ relevant pacakge or using the following code snippet: ...@@ -301,7 +301,7 @@ relevant pacakge or using the following code snippet:
continue continue
print(entry_point) print(entry_point)
See :ref:`bob.extension.framework` for more information. .. See :ref:`bob.extension.framework` for more information.
.. note:: .. note::
......
...@@ -56,10 +56,6 @@ ...@@ -56,10 +56,6 @@
"sphinxcontrib-programoutput", "sphinxcontrib-programoutput",
"matplotlib", "matplotlib",
"dask-ml", "dask-ml",
"bob.bio.face",
"bob.bio.vein",
"bob.bio.spear",
"bob.bio.video",
] ]
test = [ test = [
"pytest", "pytest",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment