Skip to content

Commit 20349a0

Browse files
Merge pull request #101 from antoinedemathelin/master
docs: fix typos
2 parents e241abd + 6d2ace2 commit 20349a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapt/feature_based/_fa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class FA(BaseAdaptEstimator):
9494
-----
9595
FA can be used for multi-source DA by using the ``domains`` argument
9696
in the ``fit`` or ``fit_transform`` method. An example is given
97-
`[here] <https://github.com/adapt-python/adapt/issues/86>`
97+
`[here] <https://github.com/adapt-python/adapt/issues/86>`_
9898
"""
9999
def __init__(self,
100100
estimator=None,

src_docs/_templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2> Modules </h2>
3131
<p class="card-text">Feature-based methods are based on the research of common features which have similar
3232
behaviour with respect to the task on source and target domain. </p>
3333
<p class="card-text"><strong>Algorithms:</strong>
34-
<a href="{{ pathto("generated/adapt.feature_based.FE") }}">FE</a>,
34+
<a href="{{ pathto("generated/adapt.feature_based.FA") }}">FA</a>,
3535
<a href="{{ pathto("generated/adapt.feature_based.CORAL") }}">CORAL</a>,
3636
<a href="{{ pathto("generated/adapt.feature_based.DANN") }}">DANN</a>, ...
3737
</p>

0 commit comments

Comments
 (0)