Skip to content

Commit c85edec

Browse files
committed
Fix documentation and tests
1 parent 499be65 commit c85edec

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/generate_api.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ open(outfile, "w") do out
250250
package for both private and public symbols. See also the summary of the
251251
[public API](@ref QuantumControlAPI).
252252
253-
`QuantumControl` exposes local [exported](#quantumcontrol-local-symbols)
254-
and [unexported](#quantumcontrol-local-unexported-symbols) local symbols as
255-
well as re-exporting symbols and sub-modules from the
253+
`QuantumControl` exposes local [exported](@ref quantumcontrol-local-symbols)
254+
and [unexported](@ref quantumcontrol-local-unexported-symbols) local
255+
symbols as well as re-exporting symbols and sub-modules from the
256256
[QuantumPropagators](@ref QuantumPropagatorsPackage) subpackage and some
257257
of its submodules.
258258
@@ -265,7 +265,7 @@ open(outfile, "w") do out
265265
""")
266266
write(out, raw"""
267267
268-
## [Local Exported Symbols](@id #quantumcontrol-local-symbols)
268+
## [Local Exported Symbols](@id quantumcontrol-local-symbols)
269269
270270
""")
271271
println(out, "```@docs")

test/Project.toml

+2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
4040
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
4141
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
4242
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
43+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
4344
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4445
TestingUtilities = "40452611-1178-4e48-bdfc-3af4bebad9c9"
4546
TwoQubitWeylChamber = "cad078a0-0012-46f4-b55e-a945d44e115b"
47+
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
4648
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
4749
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4850

0 commit comments

Comments
 (0)