aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sphinx/proof-engine/ltac.rst
Commit message (Collapse)AuthorAge
* Small improvements suggested in comments to PR #8086.Gravatar Zeimer2018-07-20
|
* Improved chapter 'The tactic language' of the Reference Manual.Gravatar Zeimer2018-07-20
|
* fixed typo for assert_suceedGravatar charguer2018-07-10
|
* [doc] Allow more than one signature and name per Sphinx objectGravatar Clément Pit-Claudel2018-05-25
| | | | As discussed in GH-7556.
* [sphinx] Fix new warnings related to tacn, cmd, opt...Gravatar Théo Zimmermann2018-05-09
|
* [sphinx] Add indices for only, all and par.Gravatar Théo Zimmermann2018-05-05
|
* Clean-up around cmd documentation.Gravatar Théo Zimmermann2018-05-05
| | | | In particular, remove trailing dots.
* [sphinx] Replace remaining `@natural` by `@num`.Gravatar Théo Zimmermann2018-05-05
|
* [sphinx] Use references for command Info.Gravatar Théo Zimmermann2018-05-05
|
* Fix error messages and make them consistent.Gravatar Théo Zimmermann2018-05-05
| | | | All the error messages start with a capitalized letter and end with a dot.
* Clean-up around options.Gravatar Théo Zimmermann2018-05-05
| | | | | | - Remove all trailing dots. - There is only one Bullet Behavior option. - Replaces `@natural` and `@integer` by `@num`.
* [sphinx] Fix some references.Gravatar Théo Zimmermann2018-05-05
|
* Strict focusing using Default Goal Selector.Gravatar Gaëtan Gilbert2018-04-29
| | | | | | | | | | | | We add a [SelectAlreadyFocused] constructor to [goal_selector] (read "!") which causes a failure when there's not exactly 1 goal and otherwise is a noop. Then [Set Default Goal Selector "!".] puts us in "strict focusing" mode where we can only run tactics if we have only one goal or use a selector. Closes #6689.
* [Sphinx] Clean-up indicesGravatar Maxime Dénès2018-04-16
|
* [Sphinx] Fix all remaining warnings.Gravatar Maxime Dénès2018-04-14
|
* [Sphinx] Add chapter 9.Gravatar Théo Zimmermann2018-04-14
| | | | Chapter ported by Théo Zimmermann and Maxime Dénès.
* [Sphinx] Move chapter 9 to new infrastructure.Gravatar Théo Zimmermann2018-04-14