Skip to content

Commit d47da02

Browse files
remove broken link to legacy_load_model
1 parent 891d584 commit d47da02

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"sphinx.ext.intersphinx",
3737
"sphinx.ext.linkcode",
3838
"sphinx.ext.mathjax",
39-
"sphinx_design",
39+
"sphinx_design",
4040
"sphinxcontrib.programoutput",
4141
"myst_parser",
4242
]

src/capymoa/misc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ def save_model(model: object, file: BinaryIO) -> None:
3232
def load_model(file: BinaryIO) -> object:
3333
"""Load a model from a jpype pickle file.
3434
35-
If you are trying to load a model saved with a version of CapyMOA < 0.8.2,
36-
use :func:`legacy_load_model` and :func:`save_model` to reformat the model.
37-
3835
See also: :func:`save_model`.
3936
4037
:param file: The file-like object to load the model from.

0 commit comments

Comments
 (0)