Skip to content

Commit c922a87

Browse files
update docs
1 parent da4df56 commit c922a87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+790
-316
lines changed

docs/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

docs/_sources/contents.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,6 @@ This module contains utility functions used in the previous modules.
160160
utils.GradientHandler
161161
utils.make_classification_da
162162
utils.make_regression_da
163+
164+
165+
.. include:: examples_gallery.rst

docs/_sources/examples/Rotation.ipynb.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
{
3232
"cell_type": "code",
3333
"execution_count": 173,
34-
"metadata": {},
34+
"metadata": {
35+
"tags": [
36+
"nbsphinx-thumbnail"
37+
]
38+
},
3539
"outputs": [
3640
{
3741
"data": {
@@ -121,7 +125,7 @@
121125
"cell_type": "markdown",
122126
"metadata": {},
123127
"source": [
124-
"## CORAL"
128+
"## [CORAL](../generated/adapt.instance_based.CORAL.html)"
125129
]
126130
},
127131
{
@@ -178,7 +182,7 @@
178182
"cell_type": "markdown",
179183
"metadata": {},
180184
"source": [
181-
"## DANN"
185+
"## [DANN](../generated/adapt.instance_based.DANN.html)"
182186
]
183187
},
184188
{
@@ -269,7 +273,7 @@
269273
"cell_type": "markdown",
270274
"metadata": {},
271275
"source": [
272-
"## ADDA"
276+
"## [ADDA](../generated/adapt.instance_based.ADDA.html)"
273277
]
274278
},
275279
{
@@ -343,7 +347,7 @@
343347
"cell_type": "markdown",
344348
"metadata": {},
345349
"source": [
346-
"## mSDA"
350+
"## [mSDA](../generated/adapt.instance_based.mSDA.html)"
347351
]
348352
},
349353
{
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _gallery:
2+
3+
Examples Gallery
4+
----------------
5+
6+
.. nbgallery::
7+
8+
examples/Classification
9+
examples/Two_moons
10+
examples/Rotation
11+
examples/Regression
12+
examples/samples_bias_1d
13+
examples/samples_bias_2d
14+
examples/Multi_fidelity

docs/_sources/gallery/ADDA.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. nbgallery::
22
:caption: Examples
33

4-
../examples/Two_moons
4+
../examples/Two_moons
5+
../examples/Rotation

docs/_sources/gallery/CORAL.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
:caption: Examples
33

44
../examples/Two_moons
5-
../examples/Two_moons
5+
../examples/Rotation
6+
../examples/Regression

docs/_sources/gallery/DANN.rst.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.. nbgallery::
22
:caption: Examples
33

4-
../examples/Two_moons
4+
../examples/Two_moons
5+
../examples/Classification
6+
../examples/Rotation

docs/_sources/gallery/KMM.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
:caption: Examples
33

44
../examples/sample_bias
5-
../examples/sample_bias_2d
5+
../examples/sample_bias_2d
6+
../examples/Regression
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
.. nbgallery::
2-
:caption: Examples
3-
4-
../examples/Two_moons
5-
../examples/Two_moons
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
.. nbgallery::
2-
:caption: Examples
3-
4-
../examples/Two_moons
5-
../examples/Two_moons

0 commit comments

Comments
 (0)