Skip to content

Commit a748f97

Browse files
deleted "Skeletal" from section names
1 parent 83e7da4 commit a748f97

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.,
@@ -60,7 +60,7 @@ DeclareAttribute( "AsList",
6060

6161
CapJitAddTypeSignature( "AsList", [ IsSkeletalFiniteSetMap ], rec( filter := IsList, element_type := rec( filter := IsBigInt ) ) );
6262

63-
#! @Section Skeletal Constructors
63+
#! @Section Constructors
6464

6565
#! @Description
6666
#! Construct a category of skeletal finite sets.
@@ -100,7 +100,7 @@ DeclareOperation( "MapOfFinSets",
100100
[ IsSkeletalFiniteSet, IsList, IsSkeletalFiniteSet ] );
101101
#! @InsertChunk SkeletalMapOfFinSets
102102

103-
#! @Section Skeletal Tools
103+
#! @Section Tools
104104

105105
#! @Description
106106
#! 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)