Skip to content

Commit

Permalink
doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelDavidMohr committed Oct 4, 2024
1 parent fd5321e commit 22efe68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ makedocs(
"types.md",
"Algorithms" => ["groebner-bases.md",
"normal-forms.md",
"solvers.md"],
"solvers.md",
"decomposition.md"],
"Examples" => "katsura.md"
]
)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/groebner-bases.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ for this call:
To compute signature Gröbner bases use

```@docs
sig_groebner_basis(sys::Vector{T}; info_level::Int = 0, degbound::Int = 0) where {T <: MPolyRingElem}
sig_groebner_basis(sys::Vector{T}; info_level::Int = 0, degbound::Int = 0, mod_ord::Symbol=:POT) where {T <: MPolyRingElem}
```

0 comments on commit 22efe68

Please sign in to comment.