Skip to content

Commit

Permalink
adjusted the syntax in a few places
Browse files Browse the repository at this point in the history
such that the documentation gets built without warnings

(I do not understand why Documenter.jl finds the docstring for
`nilpotency_class(G::GAPGroup)` but not the one for `fitting_subgroup(G::GAPGroup)`,
but this can be studied later.)
  • Loading branch information
ThomasBreuer authored and fingolfin committed Jul 30, 2021
1 parent 33dc88d commit 8b6cf6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/src/Groups/subgroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ centre
sylow_subgroup(G::GAPGroup, p::Int64)
hall_subgroup(G::GAPGroup, P::AbstractVector{<:Base.Integer})
derived_subgroup
fitting_subgroup(G::GAPGroup)
frattini_subgroup(G::GAPGroup)
radical_subgroup(G::GAPGroup)
socle(G::GAPGroup)
fitting_subgroup
frattini_subgroup
radical_subgroup
socle
pcore(G::GAPGroup, p::Int64)
intersect(V::T...) where T<:GAPGroup
```
Expand Down
2 changes: 1 addition & 1 deletion src/Groups/GAPGroups.jl
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ end
nilpotency_class(G::GAPGroup)
Return the nilpotency class of `G`, that is the smallest integer `d` such that `G` has a central series of length `n`.
""" nilpotency_class
""" nilpotency_class(G::GAPGroup)

#
describe(G::GAPGroup) = GAP.gap_to_julia(GAP.Globals.StructureDescription(G.X))

0 comments on commit 8b6cf6b

Please sign in to comment.