File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ open(outfile, "w") do out
250
250
package for both private and public symbols. See also the summary of the
251
251
[public API](@ref QuantumControlAPI).
252
252
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
256
256
[QuantumPropagators](@ref QuantumPropagatorsPackage) subpackage and some
257
257
of its submodules.
258
258
@@ -265,7 +265,7 @@ open(outfile, "w") do out
265
265
""" )
266
266
write (out, raw """
267
267
268
- ## [Local Exported Symbols](@id # quantumcontrol-local-symbols)
268
+ ## [Local Exported Symbols](@id quantumcontrol-local-symbols)
269
269
270
270
""" )
271
271
println (out, " ```@docs" )
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
43
43
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
44
44
TestingUtilities = " 40452611-1178-4e48-bdfc-3af4bebad9c9"
45
45
TwoQubitWeylChamber = " cad078a0-0012-46f4-b55e-a945d44e115b"
46
+ UnPack = " 3a884ed6-31ef-47d7-9d2a-63182c4928ed"
46
47
UnicodePlots = " b8865327-cd53-5732-bb35-84acbb429228"
47
48
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
48
49
You can’t perform that action at this time.
0 commit comments