Skip to content

Commit 79b2333

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

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/generate_api.jl

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
4343
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4444
TestingUtilities = "40452611-1178-4e48-bdfc-3af4bebad9c9"
4545
TwoQubitWeylChamber = "cad078a0-0012-46f4-b55e-a945d44e115b"
46+
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
4647
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
4748
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4849

0 commit comments

Comments
 (0)