Skip to content

Commit

Permalink
doc: minor fixes (thofma#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored Jul 26, 2024
1 parent 9241534 commit 48dbf93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/manual/orders/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Usually, to create an order, one starts with a field (or a polynomial):
using Hecke; # hide
Qx, x = polynomial_ring(QQ, "x");
K, a = number_field(x^2 - 10, "a");
E = EquationOrder(K)
Z_K = MaximalOrder(K)
E = equation_order(K)
Z_K = maximal_order(K)
conductor(E)
E == Z_K
```
Expand Down
1 change: 0 additions & 1 deletion docs/src/manual/orders/orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ ring_of_multipliers(::AbsNumFieldOrderIdeal)
## Invariants

```@docs
discriminant(::AbsSimpleNumFieldOrder)
discriminant(::AbsNumFieldOrder)
reduced_discriminant(::AbsSimpleNumFieldOrder)
degree(::AbsSimpleNumFieldOrder)
Expand Down

0 comments on commit 48dbf93

Please sign in to comment.