@@ -94,7 +94,7 @@ using Documenter
9494using DocumenterCitations, DocumenterInterLinks
9595using LinearAlgebra
9696using LieGroups
97- using RecursiveArrayTools
97+ using RecursiveArrayTools, Test
9898
9999# (e) add contributing.md and changelog.md to the docs – and link to releases and issues
100100
@@ -150,7 +150,7 @@ makedocs(;
150150 size_threshold_warn = 200 * 2 ^ 10 , # raise slightly from 100 to 200 KiB
151151 size_threshold = 300 * 2 ^ 10 , # raise slightly 200 to to 300 KiB
152152 ),
153- modules = [LieGroups, Base. get_extension (LieGroups, :LieGroupsRecursiveArrayToolsExt )],
153+ modules = [LieGroups, Base. get_extension (LieGroups, :LieGroupsRecursiveArrayToolsExt ), Base . get_extension (LieGroups, :LieGroupsTestExt ) ],
154154 authors = " Seth Axen, Mateusz Baran, Ronny Bergmann, Olivier Verdier, and contributors" ,
155155 sitename = " LieGroups.jl" ,
156156 pages = [
@@ -180,6 +180,7 @@ makedocs(;
180180 " Lie algebra" => " interface/algebra.md" ,
181181 " Group operation" => " interface/operations.md" ,
182182 " Group action" => " interface/actions.md" ,
183+ " A test suite" => " test_suite.md" ,
183184 ],
184185 " Contributing to LieGroups.jl" => " contributing.md" ,
185186 " Notation" => " notation.md" ,
0 commit comments