Skip to content

Commit 536a16a

Browse files
committed
Add links to anchors
1 parent 72a4039 commit 536a16a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/corelib/index-list.html.template

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ through the <tt>Require Import</tt> command.</p>
3131
(theories/Init/Prelude.v)
3232
</dd>
3333

34-
<dt id="Binary-numbers"> <b>Binary numbers</b>:
34+
<dt id="Binary-numbers"> <a href="#Binary-numbers">Binary numbers</b></a>:
3535
Basic definitions of binary arithmetic
3636
</dt>
3737
<dd>
@@ -41,7 +41,7 @@ through the <tt>Require Import</tt> command.</p>
4141
theories/BinNums/IntDef.v
4242
</dd>
4343

44-
<dt id="Cyclic"> <b>Cyclic</b>:
44+
<dt id="Cyclic"> <a href="#Cyclic"><b>Cyclic</b></a>:
4545
63-bits-based cyclic arithmetic
4646
</dt>
4747
<dd>
@@ -51,7 +51,7 @@ through the <tt>Require Import</tt> command.</p>
5151
theories/Numbers/Cyclic/Int63/Sint63Axioms.v
5252
</dd>
5353

54-
<dt id="Floats"> <b>Floats</b>:
54+
<dt id="Floats"> <a href="#Floats"><b>Floats</b></a>:
5555
Floating-point arithmetic
5656
</dt>
5757
<dd>
@@ -62,14 +62,14 @@ through the <tt>Require Import</tt> command.</p>
6262
theories/Floats/FloatAxioms.v
6363
</dd>
6464

65-
<dt id="Relations"> <b>Relations</b>:
65+
<dt id="Relations"> <a href="#Relations"><b>Relations</b></a>:
6666
Relations (definitions)
6767
</dt>
6868
<dd>
6969
theories/Relations/Relation_Definitions.v
7070
</dd>
7171

72-
<dt id="Classes"> <b>Classes</b>:
72+
<dt id="Classes"> <a href="#Classes"><b>Classes</b></a>:
7373
</dt>
7474
<dd>
7575
theories/Classes/Init.v
@@ -82,20 +82,20 @@ through the <tt>Require Import</tt> command.</p>
8282
theories/Classes/SetoidTactics.v
8383
</dd>
8484

85-
<dt id="Setoids"> <b>Setoids</b>:
85+
<dt id="Setoids"> <a href="#Setoids"><b>Setoids</b></a>:
8686
</dt>
8787
<dd>
8888
theories/Setoids/Setoid.v
8989
</dd>
9090

91-
<dt id="Lists"> <b>Lists</b>:
91+
<dt id="Lists"> <a href="#Lists"><b>Lists</b></a>:
9292
Polymorphic lists
9393
</dt>
9494
<dd>
9595
theories/Lists/ListDef.v
9696
</dd>
9797

98-
<dt id="Program"> <b>Program</b>:
98+
<dt id="Program"> <a href="#Program"><b>Program</b></a>:
9999
Support for dependently-typed programming
100100
</dt>
101101
<dd>
@@ -105,7 +105,7 @@ through the <tt>Require Import</tt> command.</p>
105105
theories/Program/Utils.v
106106
</dd>
107107

108-
<dt id="SSReflect"> <b>SSReflect</b>:
108+
<dt id="SSReflect"> <a href="#SSReflect"><b>SSReflect</b></a>:
109109
Base libraries for the SSReflect proof language and the
110110
small scale reflection formalization technique
111111
</dt>
@@ -117,7 +117,7 @@ through the <tt>Require Import</tt> command.</p>
117117
theories/ssr/ssrfun.v
118118
</dd>
119119

120-
<dt id="Ltac2"> <b>Ltac2</b>:
120+
<dt id="Ltac2"> <a href="#Ltac2"><b>Ltac2</b></a>:
121121
The Ltac2 tactic programming language
122122
</dt>
123123
<dd>
@@ -159,7 +159,7 @@ through the <tt>Require Import</tt> command.</p>
159159
user-contrib/Ltac2/Unification.v
160160
</dd>
161161

162-
<dt id="Compat"> <b>Compat</b>:
162+
<dt id="Compat"> <a href="#Compat"><b>Compat</b></a>:
163163
Compatibility wrappers for previous versions of Coq
164164
</dt>
165165
<dd>
@@ -171,15 +171,15 @@ through the <tt>Require Import</tt> command.</p>
171171
user-contrib/Ltac2/Compat/Coq819.v
172172
</dd>
173173

174-
<dt id="Array"> <b>Array</b>:
174+
<dt id="Array"> <a href="#Array"><b>Array</b></a>:
175175
Persistent native arrays
176176
</dt>
177177
<dd>
178178
theories/Array/PrimArray.v
179179
theories/Array/ArrayAxioms.v
180180
</dd>
181181

182-
<dt id="Primitive-strings> <b>Primitive strings</b>:
182+
<dt id="Primitive-strings"> <a href="#Primitive-strings"><b>Primitive strings</b></a>:
183183
Native string type
184184
</dt>
185185
<dd>

0 commit comments

Comments
 (0)