Skip to content

Commit 3f7ceb6

Browse files
authored
Fix some doc cross-refs (#5503)
1 parent 7b1f7bb commit 3f7ceb6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ JSON3 = "1.13.2"
4242
LazyArtifacts = "1.6"
4343
Markdown = "1.6"
4444
Mongoc = "0.9.2, 0.10"
45-
Nemo = "0.52.1"
45+
Nemo = "0.52.3"
4646
NetworkOptions = "1.2.0"
4747
Pkg = "1.6"
4848
Polymake = "0.13.1"

docs/src/Fields/intro.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Here is a list of the fields available in OSCAR:
1717
| Field | How to create | Remark | Reference |
1818
| ------------ | ----------- | --------- |------|
1919
| $\mathbb{Q}$ | `rational_field()` | Also available as `QQ` | [Rationals](@ref rationals_section) |
20-
| $\mathbb{F}_q$ | `GF(q)` | See also `finite_field` | [Finite fields](@ref) |
21-
| $\mathbb{F}_q[X]/(f)$ | `finite_field(f)` | | [Finite fields](@ref)|
22-
| $\overline{\mathbb{Q}}$ | `algebraic_closure(QQ)` | | [Algebraic closure of the rational numbers](@ref) |
20+
| $\mathbb{F}_q$ | `GF(q)` | See also `finite_field` | [Finite fields](@ref finite_fields_section) |
21+
| $\mathbb{F}_q[X]/(f)$ | `finite_field(f)` | | [Finite fields](@ref finite_fields_section)|
22+
| $\overline{\mathbb{Q}}$ | `algebraic_closure(QQ)` | | [Algebraic closure of the rational numbers](@ref qqbar_section) |
2323
| $\overline{\mathbb{F}}_q$ | `algebraic_closure(F)` | | [Algebraic closure of finite prime fields](@ref)
2424
| $\mathbb{Q}^{\mathrm{ab}}$ | `abelian_closure(QQ)` | | [Abelian closure of the rationals](@ref)
2525
| $\mathbb{Q}[X]/(f)$ | `number_field(f)` |
2626
| $\mathbb{Q}(\alpha) \subseteq \R$ | `embedded_number_field` | Ordered field
27-
| $\mathbb{R}$ | `real_field()` | Ball arithmetic | [Arbitrary precision real balls](@ref)
28-
| $\mathbb{C}$ | `complex_field()` | Ball arithmetic | [Arbitrary precision complex balls](@ref)
27+
| $\mathbb{R}$ | `real_field()` | Ball arithmetic | [Arbitrary precision real balls](@ref real_field_section)
28+
| $\mathbb{C}$ | `complex_field()` | Ball arithmetic | [Arbitrary precision complex balls](@ref complex_field_section)
2929
| $\mathbb{Q}_p$ | `padic_field(p)` | | [Padics](@ref)
3030
| $\mathbb{Q}_{p^n}$ | `qadic_field(p, n)` | Unramified extensions of $\mathbb{Q}_p$ | [Qadics](@ref)
3131
| $R/(f)$ | `residue_field(R, f)` | $R$ must be a principal ideal domain

0 commit comments

Comments
 (0)