File tree 2 files changed +6
-4
lines changed
2 files changed +6
-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 @@ -40,9 +40,11 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
40
40
SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
41
41
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
42
42
StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
43
+ StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
43
44
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
44
45
TestingUtilities = " 40452611-1178-4e48-bdfc-3af4bebad9c9"
45
46
TwoQubitWeylChamber = " cad078a0-0012-46f4-b55e-a945d44e115b"
47
+ UnPack = " 3a884ed6-31ef-47d7-9d2a-63182c4928ed"
46
48
UnicodePlots = " b8865327-cd53-5732-bb35-84acbb429228"
47
49
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
48
50
You can’t perform that action at this time.
0 commit comments