Skip to content

Commit

Permalink
[DOC] Remove glossary (#2271)
Browse files Browse the repository at this point in the history
* remove glossary

* remove :term:
  • Loading branch information
TonyBagnall authored Oct 30, 2024
1 parent b76073e commit f48769d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 194 deletions.
2 changes: 1 addition & 1 deletion aeon/classification/distance_based/_proximity_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ProximityForest(BaseClassifier):
n_jobs : int, default = 1
The number of parallel jobs to run for neighbors search.
``None`` means 1 unless in a :obj:`joblib.parallel_backend` context.
``-1`` means using all processors. See :term:`Glossary <n_jobs>`
``-1`` means using all processors.
for more details. Parameter for compatibility purposes, still unimplemented.
parallel_backend : str, ParallelBackendBase instance or None, default=None
Specify the parallelisation backend implementation in joblib, if None a 'prefer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class KNeighborsTimeSeriesClassifier(BaseClassifier):
n_jobs : int, default = None
The number of parallel jobs to run for neighbors search.
``None`` means 1 unless in a :obj:`joblib.parallel_backend` context.
``-1`` means using all processors. See :term:`Glossary <n_jobs>`
``-1`` means using all processors.
for more details. Parameter for compatibility purposes, still unimplemented.
Examples
Expand Down
2 changes: 1 addition & 1 deletion aeon/regression/distance_based/_time_series_neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class KNeighborsTimeSeriesRegressor(BaseRegressor):
n_jobs : int, default = None
The number of parallel jobs to run for neighbors search.
``None`` means 1 unless in a :obj:`joblib.parallel_backend` context.
``-1`` means using all processors. See :term:`Glossary <n_jobs>`
``-1`` means using all processors.
for more details. Parameter for compatibility purposes, still unimplemented.
Examples
Expand Down
191 changes: 0 additions & 191 deletions docs/glossary.md

This file was deleted.

0 comments on commit f48769d

Please sign in to comment.