File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[deps ]
2- RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd "
2+ SymbolicIndexingInterface = " 2efcf032-c050-4f8e-a9bb-153293bab1f5 "
33Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
55[compat ]
66Documenter = " 0.27"
7- RecursiveArrayTools = " 0.1"
7+ SymbolicIndexingInterface = " 0.1"
Original file line number Diff line number Diff line change 1- using Documenter, RecursiveArrayTools
1+ using Documenter, SymbolicIndexingInterface
22
33cp (" ./docs/Manifest.toml" , " ./docs/src/assets/Manifest.toml" , force = true )
44cp (" ./docs/Project.toml" , " ./docs/src/assets/Project.toml" , force = true )
@@ -8,7 +8,7 @@ include("pages.jl")
88makedocs (
99 sitename= " SymbolicIndexingInterface.jl" ,
1010 authors= " Chris Rackauckas" ,
11- modules= [RecursiveArrayTools ],
11+ modules= [SymbolicIndexingInterface ],
1212 clean= true ,doctest= false ,
1313 format = Documenter. HTML (analytics = " UA-90474609-3" ,
1414 assets = [" assets/favicon.ico" ],
You can’t perform that action at this time.
0 commit comments