File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11[deps ]
22Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
3+ Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
34LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
45Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
56SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ using ProximalOperators:
1919 is_support
2020
2121using Aqua
22+ using Documenter
2223
2324function call_test (f, x:: ArrayOrTuple{R} ) where R <: Real
2425 try
117118 Aqua. test_all (ProximalOperators; ambiguities= false )
118119end
119120
121+ @testset " Documentation" begin
122+ doctest (ProximalOperators)
123+ end
124+
120125@testset " Utilities" begin
121126 include (" test_symmetricpacked.jl" )
122127end
You can’t perform that action at this time.
0 commit comments