diff options
| author | Gaëtan Gilbert | 2019-05-31 13:09:23 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-05-31 19:11:18 +0200 |
| commit | 6a5dcbbfea1af0308a4d49e7c5bcea26d74a739d (patch) | |
| tree | 8c0940a07248cf3ac0d6a62c38b1a6eef28d5629 /doc | |
| parent | 04398c5fa519b742ff5b97b61bbfa0c9f9d1549c (diff) | |
Remove Show Script (deprecated in 8.10)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/07-commands-and-options/10277-no-show-script.rst | 2 | ||||
| -rw-r--r-- | doc/sphinx/proof-engine/proof-handling.rst | 13 |
2 files changed, 2 insertions, 13 deletions
diff --git a/doc/changelog/07-commands-and-options/10277-no-show-script.rst b/doc/changelog/07-commands-and-options/10277-no-show-script.rst new file mode 100644 index 0000000000..7fdeb632b4 --- /dev/null +++ b/doc/changelog/07-commands-and-options/10277-no-show-script.rst @@ -0,0 +1,2 @@ +- Remove ``Show Script`` command (deprecated since 8.10) + (`#10277 <https://github.com/coq/coq/pull/10277>`_, by Gaëtan Gilbert). diff --git a/doc/sphinx/proof-engine/proof-handling.rst b/doc/sphinx/proof-engine/proof-handling.rst index 3f966755ca..ca7f037815 100644 --- a/doc/sphinx/proof-engine/proof-handling.rst +++ b/doc/sphinx/proof-engine/proof-handling.rst @@ -535,19 +535,6 @@ Requesting information eexists ?[n]. Show n. - .. cmdv:: Show Script - :name: Show Script - - Displays the whole list of tactics applied from the - beginning of the current proof. This tactics script may contain some - holes (subgoals not yet proved). They are printed under the form - - ``<Your Tactic Text here>``. - - .. deprecated:: 8.10 - - Please use a text editor. - .. cmdv:: Show Proof :name: Show Proof |
