Fix token in docs gen #451
Annotations
2 warnings
Documentation (1.9, ubuntu-latest, x64):
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
failed to run `@example` block in src/examples/google-rqc.md:65-70
```@example circuit
using EinExprs # hide
using NetworkLayout # hide
path = einexpr(tn, optimizer = Greedy) # hide
plot(path, layout=Stress()) # hide
```
value = KeyError: key :colorscale not found
|
Documentation (1.9, ubuntu-latest, x64):
../../../.julia/packages/Documenter/bYYzK/src/Utilities/Utilities.jl#L34
8 docstrings not included in the manual:
Base.in :: Tuple{Tensor, TensorNetwork}
Tenet.Composite
Tenet.ansatz :: Union{Tuple{Type{<:TensorNetwork{A}}}, Tuple{A}} where A
Tenet.marginal :: Tuple{Any, Any}
Tenet.Ansatz
Tenet.layers :: Union{Tuple{As}, Tuple{TensorNetwork{As}, Any}} where As<:Tenet.Composite
Tenet.Arbitrary
Tenet.letter :: Tuple{Any}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in @docs or @autodocs blocks.
|