Skip to content

Commit dc399ca

Browse files
deleted "Skeletal" from section names
1 parent 7fb12a7 commit dc399ca

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

doc/Doc.autodoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070

7171
@Chapter The category of skeletal finite sets
7272

73-
@Section Skeletal GAP Categories
74-
@Section Skeletal Attributes
75-
@Section Skeletal Constructors
76-
@Section Skeletal Tools
77-
@Section Skeletal Examples
73+
@Section GAP Categories
74+
@Section Attributes
75+
@Section Constructors
76+
@Section Tools
77+
@Section Examples
7878

7979
@Subsection SkeletalIsHomSetInhabited
8080
@InsertChunk SkeletalIsHomSetInhabited

gap/SkeletalFinSets.gd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#! @Chapter The category of skeletal finite sets
88

9-
#! @Section Skeletal GAP Categories
9+
#! @Section GAP Categories
1010

1111
#! @Description
1212
#! The GAP category of categories
@@ -29,7 +29,7 @@ DeclareCategory( "IsSkeletalFiniteSet",
2929
DeclareCategory( "IsSkeletalFiniteSetMap",
3030
IsCapCategoryMorphism );
3131

32-
#! @Section Skeletal Attributes
32+
#! @Section Attributes
3333

3434
#! @Description
3535
#! The integer defining the skeletal finite set <A>M</A>, i.e.,
@@ -57,7 +57,7 @@ DeclareAttribute( "AsList",
5757
IsSkeletalFiniteSetMap );
5858
CapJitAddTypeSignature( "AsList", [ IsSkeletalFiniteSetMap ], rec( filter := IsList, element_type := rec( filter := IsBigInt ) ) );
5959

60-
#! @Section Skeletal Constructors
60+
#! @Section Constructors
6161

6262
#! @Description
6363
#! Construct a category of skeletal finite sets.
@@ -97,7 +97,7 @@ DeclareOperation( "MapOfFinSets",
9797
[ IsSkeletalFiniteSet, IsList, IsSkeletalFiniteSet ] );
9898
#! @InsertChunk SkeletalMapOfFinSets
9999

100-
#! @Section Skeletal Tools
100+
#! @Section Tools
101101

102102
#! @Description
103103
#! Returns <C>List( AsList( <A>s</A> ), <A>f</A> )</C>.

gap/Tools.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#! @Chapter The category of skeletal finite sets
88

9-
#! @Section Skeletal Tools
9+
#! @Section Tools
1010

1111
#! @Description
1212
#! Returns $(q^n-1)/(q-1)$ = <C>Sum</C>( [ 0 .. <A>n</A> - 1 ], i -> <A>q</A>^i ),

0 commit comments

Comments
 (0)