diff options
| author | Zeimer | 2018-08-31 09:39:17 +0200 |
|---|---|---|
| committer | Zeimer | 2018-08-31 09:45:17 +0200 |
| commit | d7094a827db14523efe05a1a71cd18f4eb6637ea (patch) | |
| tree | a3185dcbc44a3956b7fc182e14eb3433fd12ddea /doc/sphinx/proof-engine/tactics.rst | |
| parent | a67fa614450467afbd56233f489b2105dc655a58 (diff) | |
Fixed the seealso directive in a few places.
Diffstat (limited to 'doc/sphinx/proof-engine/tactics.rst')
| -rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index 854c3c919c..241cdf5eea 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -3291,7 +3291,7 @@ command. Performs all the rewriting in the clause :n:`@clause`. The clause argument must not contain any ``type of`` nor ``value of``. -.. seealso: +.. seealso:: :ref:`Hint-Rewrite <hintrewrite>` for feeding the database of lemmas used by :tacn:`autorewrite` and :tacn:`autorewrite` for examples showing the use of this tactic. @@ -3729,7 +3729,7 @@ Setting implicit automation tactics In this case the tactic command typed by the user is equivalent to ``tactic``:sub:`1` ``;tactic``. - .. seealso:: ``Proof`` in :ref:`proof-editing-mode`. + .. seealso:: :cmd:`Proof` in :ref:`proof-editing-mode`. .. cmdv:: Proof with tactic using {+ @ident} |
