Skip to content

Commit d3682e2

Browse files
committed
Add a glossary
1 parent 8e35c5d commit d3682e2

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

doc/glossary.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _glossary:
2+
3+
Glossary
4+
========
5+
6+
.. glossary::
7+
8+
Cabal
9+
The Common Architecture for Building Applications and Libraries. Also a
10+
library of the same name.
11+
12+
cabal
13+
The command line tool, ``cabal-install:exe:cabal``, the executable named
14+
``cabal`` from the ``cabal-install`` package.
15+
16+
cabal-install:exe:cabal
17+
A more explicit way to refer to the ``cabal`` command line tool.
18+
19+
cabal-install
20+
The package that provides the ``cabal`` command line tool. Also,
21+
confusingly, people will say ``cabal-install`` when they want to
22+
disambiguate between ``cabal`` the tool and ``Cabal`` the library.

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ Welcome to the Cabal User Guide
4343
cabal-context
4444
package-concepts
4545
cabal-interface-stability
46+
glossary

0 commit comments

Comments
 (0)