Skip to content

Commit 952a665

Browse files
authored
Add ids to some more field page headers (#2163)
1 parent 28e0e5a commit 952a665

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/src/acb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CollapsedDocStrings = true
44
DocTestSetup = Nemo.doctestsetup()
55
```
66

7-
# Fixed precision complex balls
7+
# [Fixed precision complex balls](@id acb_field_section)
88

99
Arbitrary precision complex ball arithmetic is supplied by Arb which provides a
1010
ball representation which tracks error bounds rigorously. Complex numbers are

docs/src/algebraic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CollapsedDocStrings = true
44
DocTestSetup = Nemo.doctestsetup()
55
```
66

7-
# Algebraic closure of the rational numbers
7+
# [Algebraic closure of the rational numbers](@id qqbar_section)
88

99
An implementation of the field of all algebraic numbers, that is, an algebraic closure of the field of rational numbers, is provided through the type `QQBarField` and the corresponding element type `QQBarFieldElem`.
1010

docs/src/arb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CollapsedDocStrings = true
44
DocTestSetup = Nemo.doctestsetup()
55
```
66

7-
# Fixed precision real balls
7+
# [Fixed precision real balls](@id arb_field_section)
88

99
Fixed precision real ball arithmetic is supplied by Arb which provides a
1010
ball representation which tracks error bounds rigorously. Real numbers are

docs/src/complex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CollapsedDocStrings = true
44
DocTestSetup = Nemo.doctestsetup()
55
```
66

7-
# Arbitrary precision complex balls
7+
# [Arbitrary precision complex balls](@id complex_field_section)
88

99
Arbitrary precision complex ball arithmetic is supplied by Arb which provides a
1010
ball representation which tracks error bounds rigorously. Complex numbers are

docs/src/finitefield.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CollapsedDocStrings = true
44
DocTestSetup = Nemo.doctestsetup()
55
```
66

7-
# Finite fields
7+
# [Finite fields](@id finite_fields_section)
88

99
A finite field $K$ is represented as simple extension $K = k(\alpha) = k[x]/(f)$, where $k$ can
1010
be

docs/src/real.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CollapsedDocStrings = true
44
DocTestSetup = Nemo.doctestsetup()
55
```
66

7-
# Arbitrary precision real balls
7+
# [Arbitrary precision real balls](@id real_field_section)
88

99
Arbitrary precision real ball arithmetic is supplied by Arb which provides a
1010
ball representation which tracks error bounds rigorously. Real numbers are

0 commit comments

Comments
 (0)