Skip to content

Commit f3350d0

Browse files
Markus Pfeiffermarkuspf
authored andcommitted
Add some "overview".
1 parent b7e88d5 commit f3350d0

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

PackageInfo.g

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Datastructures: GAP package providing common datastructures.
33
##
4-
## Copyright (C) 2015-2017 The datastructures team.
4+
## Copyright (C) 2015-2018 The datastructures team.
55
## For list of the team members, please refer to the COPYRIGHT file.
66
##
77
## This package is licensed under the GPL 2 or later, please refer
@@ -84,8 +84,8 @@ Persons := [
8484

8585
Status := "dev",
8686

87-
SourceRepository := rec(
88-
Type := "git",
87+
SourceRepository := rec(
88+
Type := "git",
8989
URL := "https://github.com/gap-packages/datastructures"
9090
),
9191
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
@@ -137,15 +137,15 @@ Keywords := ["data structures", "algorithms"],
137137
AutoDoc := rec(
138138
TitlePage := rec(
139139
Copyright :=
140-
"""&copyright; 2015-17 by Chris Jefferson, Markus Pfeiffer, Max Horn, Reimer Behrends and others<P/>
141-
&datastructures; package is free software;
142-
you can redistribute it and/or modify it under the terms of the
143-
<URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL>
144-
as published by the Free Software Foundation; either version 2 of the License,
140+
"""&copyright; 2015-18 by Chris Jefferson, Steve Linton, Markus Pfeiffer, Max Horn, Reimer Behrends and others<P/>
141+
&datastructures; package is free software;
142+
you can redistribute it and/or modify it under the terms of the
143+
<URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL>
144+
as published by the Free Software Foundation; either version 2 of the License,
145145
or (at your option) any later version.""",
146146
Acknowledgements :=
147-
"""We appreciate very much all past and future comments, suggestions and
148-
contributions to this package and its documentation provided by &GAP;
147+
"""We appreciate very much all past and future comments, suggestions and
148+
contributions to this package and its documentation provided by &GAP;
149149
users and developers.""",
150150
),
151151
),

doc/intro.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The <Package>datastructures</Package> package for &GAP; has two main goals:
1313
<Item>Provide good low-level implementations for these datastructures</Item>
1414
</List>
1515

16-
The package <Package>datastructures</Package> requires building of a kernel
16+
<Package>datastructures</Package> requires building of a kernel
1717
module for &GAP; to function, please refer to Chapter <Ref Label="install"/> for
1818
details; the package is not automatically loaded by &GAP; after it has been installed.
1919

@@ -26,6 +26,8 @@ before its functions become available.<P/>
2626
<Heading>Overview over this manual</Heading>
2727

2828
Chapter <Ref Chap="install"/> describes the installation of this package.
29+
The remaining chapters describe the available datastructures in this package with
30+
a definition of the supported API and details about provided implementations.
2931
</Section>
3032

3133

0 commit comments

Comments
 (0)