We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ae6dc commit 4e0f005Copy full SHA for 4e0f005
2 files changed
test/Project.toml
@@ -1,5 +1,6 @@
1
[deps]
2
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3
+Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
5
ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b"
6
ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
test/runtests.jl
@@ -18,6 +18,7 @@ using ProximalCore:
18
is_support
19
20
using Aqua
21
+using Documenter
22
23
function call_test(f, x::ArrayOrTuple{R}) where R <: Real
24
try
@@ -116,6 +117,10 @@ end
116
117
Aqua.test_all(ProximalOperators; ambiguities=false)
118
end
119
120
+@testset "Documentation" begin
121
+ doctest(ProximalOperators)
122
+end
123
+
124
@testset "Utilities" begin
125
include("test_symmetricpacked.jl")
126
0 commit comments