Skip to content

Missing docstrings for permutation_group, pc_group, fp_group #3228

Open
@fingolfin

Description

@fingolfin

Some time ago @joschmitt (IIRC) improved things by adding methods for permutation_group, pc_group, fp_group that take a group and return an isomorphic group but which is a permutation/pc/fp group -- before we did (and still do) the same with the types, i.e. PermGroup(G) does the same as permutation_group(G).

However, these seem to be no docstrings for either of these conversions (i.e. either using the snake_case function or the CamelCase type names).

These should be added, and also reference isomorphism ("if you also need the isomorphism, please use isomorphism" or so)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentationtopic: groups

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions