Skip to content

Commit 9464b48

Browse files
committed
Remove "See also" references to DrWatson functions
Since we generalized `run_or_load` to not require dict data, the DrWatson routines mentioned in "See also" are not really relevant anymore.
1 parent 81a45cd commit 9464b48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/workflows.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ for details. A common examples would be a
4949
* [`@optimize_or_load`](@ref) — for wrapping around [`optimize`](@ref)
5050
* [`DrWatson.@produce_or_load`](https://juliadynamics.github.io/DrWatson.jl/stable/save/#DrWatson.@produce_or_load)
5151
— a similar but more opinionated function with automatic naming
52-
* [`DrWatson.@tag!`](https://juliadynamics.github.io/DrWatson.jl/stable/save/#DrWatson.@tag!)
53-
— extend the `data` dict with information about the current file and the
54-
status of the current git repo
55-
* [`DrWatson.@strdict`](https://juliadynamics.github.io/DrWatson.jl/stable/name/#DrWatson.@strdict)
56-
— convert multiple values into a `Dict{String,Any}`. This is required for
57-
JLD2 and other formats.
5852
"""
5953
function run_or_load(
6054
f::Function,

0 commit comments

Comments
 (0)