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

Merge branch 'rm-child-docs' into 'master'

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

See merge request !323
parents 010dc728 d0f9669f
Branches
Tags
1 merge request!323docs: remove refs to bob.extension and clean deps.
{
"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