File tree Expand file tree Collapse file tree
DifferentiationInterfaceTest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ In a Julia REPL, run
5757``` julia
5858julia> using Pkg
5959
60- julia> Pkg. add (url= " https://github.com/gdalle/DifferentiationInterface.jl" , subdir= " DifferentiationInterface" )
60+ julia> Pkg. add (
61+ url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
62+ subdir= " DifferentiationInterface"
63+ )
6164```
6265
6366## Example
Original file line number Diff line number Diff line change @@ -29,5 +29,13 @@ In a Julia REPL, run
2929``` julia
3030julia> using Pkg
3131
32- julia> Pkg. add (url= " https://github.com/gdalle/DifferentiationInterface.jl" , subdir= " DifferentiationInterfaceTest" )
32+ julia> Pkg. add (
33+ url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
34+ subdir= " DifferentiationInterface"
35+ )
36+
37+ julia> Pkg. add (
38+ url= " https://github.com/gdalle/DifferentiationInterface.jl" ,
39+ subdir= " DifferentiationInterfaceTest"
40+ )
3341```
You can’t perform that action at this time.
0 commit comments