-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add blocks for the notes #769
Add blocks for the notes #769
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 100% sure all of these deserve the extra emphasis but we can also revisit later if needed
```{admonition} Note | ||
|
||
In this example the model for the statement `check_sat c2` is not a | ||
model for the statement `check_sat c1` since `check_sat` are independent in | ||
the native language. The same goes for `goals`. | ||
|
||
Using the SMT-LIB language in the input file `INPUT.smt2`: | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this one should be an admonition, it is more a remark that doesn't deserve specific emphasis imo; it would be fine to keep it in the main content.
```{admonition} Note | ||
|
||
There is no model printed after the second `(check-sat)` since we | ||
don't demand it with the statement `(get-model)`. | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto, I think having this one as an admonition is more distracting than anything
This PR uses the block of Sphinx to emphasize notes in the documentation.
It also includes minor fixes.