aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-07-07 17:52:49 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-07-07 17:52:49 +0200
commitd651b97b23bb827aaaf109e9bf29da244cd41704 (patch)
treec624e597a954a40de3c9a2d4d90d24870d54913b /doc
parent625b08a93ffaa3d75d87861876a337666631f6e0 (diff)
parent6c4062ca13e6fb9e7d2dc93c70b545ccb22575de (diff)
Merge PR #7921: Archive the `gallina` tool
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/practical-tools/utilities.rst14
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/sphinx/practical-tools/utilities.rst b/doc/sphinx/practical-tools/utilities.rst
index 5dba92429..64d4773a2 100644
--- a/doc/sphinx/practical-tools/utilities.rst
+++ b/doc/sphinx/practical-tools/utilities.rst
@@ -1000,21 +1000,9 @@ Proof-General is developed and distributed independently of the system
|Coq|. It is freely available at `<https://proofgeneral.github.io/>`_.
-Module specification
---------------------
-
-Given a |Coq| vernacular file, the gallina filter extracts its
-specification (inductive types declarations, definitions, type of
-lemmas and theorems), removing the proofs parts of the file. The |Coq|
-file ``file.v`` gives birth to the specification file ``file.g`` (where
-the suffix ``.g`` stands for |Gallina|).
-
-See the man page of ``gallina`` for more details and options.
-
-
Man pages
---------
-There are man pages for the commands ``coqdep``, ``gallina`` and ``coq-tex``. Man
+There are man pages for the commands ``coqdep`` and ``coq-tex``. Man
pages are installed at installation time (see installation
instructions in file ``INSTALL``, step 6).