Skip to content

Commit 2329970

Browse files
change images path
1 parent 615de58 commit 2329970

25 files changed

+41
-165
lines changed

.github/workflows/check-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
sudo rm -r -f docs/*
3232
make html
3333
sudo rm -r -f docs/doctrees
34+
sudo rm -r -f docs/html/_sources
35+
sudo rm -r -f docs/html/examples/*.ipynb
3436
mv -v docs/html/* docs/
3537
sudo rm -r -f docs/html
3638
touch .nojekyll

.github/workflows/publish-doc-to-remote.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
sudo rm -r -f docs/*
3131
make html
3232
sudo rm -r -f docs/doctrees
33+
sudo rm -r -f docs/html/_sources
34+
sudo rm -r -f docs/html/examples/*.ipynb
3335
mv -v docs/html/* docs/
3436
sudo rm -r -f docs/html
3537
touch .nojekyll
-384 KB
Binary file not shown.
-534 KB
Binary file not shown.
-489 KB
Binary file not shown.
-4.53 MB
Binary file not shown.

src_docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
'js/custom.js',
8484
]
8585

86+
html_show_sourcelink = False
87+
8688

8789
#sphinx_gallery_conf = {
8890
# 'reference_url': {"adapt": None},

src_docs/contents.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ projecting application :math:`\phi` which aims to correct the difference between
3737
and **target** distributions. The **task** is then learned in this **encoded feature space**.
3838

3939

40-
.. figure:: _static/images/feature_based.png
40+
.. figure:: images/feature_based.png
4141
:align: center
4242
:alt: alternate text
4343
:figclass: align-center
@@ -78,7 +78,7 @@ This **reweighting** consists in multiplying, during the training process, the i
7878
The **reweighted** training instances are then directly used to learn the task.
7979

8080

81-
.. figure:: _static/images/instance_based.png
81+
.. figure:: images/instance_based.png
8282
:align: center
8383
:alt: alternate text
8484
:figclass: align-center
@@ -111,7 +111,7 @@ In parameter-based methods, the **parameters** of one or few pre-trained models
111111
the **source** data are adapted to build a suited model for the **task** on the **target** domain.
112112

113113

114-
.. figure:: _static/images/parameter_based.png
114+
.. figure:: images/parameter_based.png
115115
:align: center
116116
:alt: alternate text
117117
:figclass: align-center

src_docs/examples/Classification.ipynb

Lines changed: 13 additions & 65 deletions
Large diffs are not rendered by default.

src_docs/examples/Regression.ipynb

Lines changed: 19 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)