diff options
author | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2018-11-08 12:16:16 +0100 |
---|---|---|
committer | Ulli Kehrle <ulli.kehrle@rwth-aachen.de> | 2018-11-08 12:16:16 +0100 |
commit | 4275f6e55ea417336f3dec53848d5bbca812f409 (patch) | |
tree | c98d52e2c48e601d750f7fb5dfba6105c156459b /gap | |
parent | 0c4d02becb4ac545b66be8a1b0fbb6ced7ceae42 (diff) | |
download | subgroup-ladders-4275f6e55ea417336f3dec53848d5bbca812f409.tar.gz subgroup-ladders-4275f6e55ea417336f3dec53848d5bbca812f409.tar.xz |
change chapter and section name in documentation
Diffstat (limited to 'gap')
-rw-r--r-- | gap/subgroupladders.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gap/subgroupladders.gd b/gap/subgroupladders.gd index 0ba67e9..17637c9 100644 --- a/gap/subgroupladders.gd +++ b/gap/subgroupladders.gd @@ -4,6 +4,9 @@ # Declarations # +#! @Chapter subgroup-ladders +#! @Section subgroup-ladders + #! @Description #! Given a list of lists <A>part</A> of positive integers, this will compute #! the Young #! subgroup corresponding to this partition. |