Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs problem #590

Merged
merged 3 commits into from
Dec 2, 2021
Merged

Fix docs problem #590

merged 3 commits into from
Dec 2, 2021

Conversation

schillic
Copy link
Member

The first commit has a change that was automatically applied when I built the docs.

For the second commit, I got the following errors:

┌ Warning: failed to run `@example` block in src/tutorials/set_representations/zonotopes.md:32-36```@example zonotope_definition
│ @show center(Z)

│ @show genmat(Z)
```
│   c.value = UndefVarError: center not defined
└ @ Documenter.Expanders ~/.julia/packages/Documenter/qdbx6/src/Expanders.jl:591
┌ Warning: failed to run `@example` block in src/tutorials/set_representations/zonotopes.md:40-42```@example
│ Z3 = Zonotope([1.0, 0.0], [0.1 0.0; 0.0 0.1])
```
│   c.value = UndefVarError: Zonotope not defined
└ @ Documenter.Expanders ~/.julia/packages/Documenter/qdbx6/src/Expanders.jl:591
┌ Warning: failed to run `@example` block in src/tutorials/set_representations/zonotopes.md:50-55```@example zonotope_example_1

│ Z = Zonotope([1, 1.], [-1 0.3 1.5 0.3; 0 0.1 -0.3 0.3])
│ plot(Z)
│ quiver!(fill(1., 4), fill(1., 4), quiver=(genmat(Z)[1, :], genmat(Z)[2, :]), color=:black)
```
│   c.value = UndefVarError: Zonotope not defined
``

@schillic schillic marked this pull request as ready for review November 30, 2021 15:30
@schillic schillic requested a review from mforets November 30, 2021 16:02
@mforets mforets merged commit 93aad2d into master Dec 2, 2021
@mforets mforets deleted the schillic/docs branch December 2, 2021 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants