Skip to content

Commit 8d553f4

Browse files
committed
another doc string improvement
1 parent 19af491 commit 8d553f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/MLJModelRegistryTools.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
44
Module providing tools for managing the MLJ Model Registry. To modify the registry:
55
6+
- Make sure the MLJModelRegistryTools.jl `[compat]` entry for MLJModels is up to date. If
7+
not you will need to update it. (Generally you cannot update the model registry and make
8+
breaking releases of MLJModels at the same time. If this is absolutely necessary, you
9+
will need to locally `dev` both packages.)
10+
611
- Create a local clone of [MLJModels.jl](https://github.com/JuliaAI/MLJModels.jl), which
712
hosts the registry. After making changes, you will be making a MLJModels.jl pull
813
request.

0 commit comments

Comments
 (0)