forked from gap-system/GapWWW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.html
84 lines (77 loc) · 2.69 KB
/
doc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
title: Documentation
layout: default
toc: Documentation
---
<p>
There is a lot of written material telling about the functionality
and use of GAP, providing information about algorithmic
background and giving hints for writing own GAP code.
</p>
<ul>
<li>
<h3>
Manuals
</h3>
<p>
For the users of GAP we provide a
<a href="{{ site.docsurl }}/doc/tut/chap0_mj.html">Tutorial</a>
giving a first introduction to the system and a
<a href="{{ site.docsurl }}/doc/ref/chap0_mj.html">
Reference Manual</a>
with complete descriptions of all library functions and examples of
their use. Most essential changes from previous GAP
releases are described in the
<a href="https://github.com/gap-system/gap/blob/master/CHANGES.md">CHANGES.md</a> file.
There is also an
<a href="{{ site.docsurl }}/doc/hpc/chap0_mj.html">HPC-GAP</a> version.
Each GAP package has its individual manual which you can
access through the list of <a href="{{ site.baseurl }}/Packages/packages.html">Packages</a>.
</p>
</li>
<li>
<h3>
<a href="{{ site.baseurl }}/Doc/Learning/learning.html">Learning GAP</a>
</h3>
<p>
In addition to the
<a href="{{ site.docsurl }}/doc/tut/chap0_mj.html">Tutorial</a>
mentioned above there is a variety of material intended to help people
to learn on their own the GAP language and the use of
the GAP system. We have tried to organize links to such
material somewhat according to the level and intended audience on the
page quoted in the heading.
</p>
</li>
<li>
<h3>
<a href="{{ site.baseurl }}/Doc/Teaching/teaching.html">Teaching Material</a>
</h3>
<p>
GAP has been used in several places to support the
teaching of a variety of courses. We are grateful to the colleagues
who allowed us to point to some course material of such courses and
we would appreciate to obtain access to further such material.
We hope that this can be helpful to colleagues intending a
similar use of GAP, but it may also be used by
students studying the topics of such courses.
</p>
</li>
<li>
<h3>
The GAP <a href="{{ site.baseurl }}/Doc/Bib/bib.html">Bibliography</a>
</h3>
<p>
We maintain a bibliography of papers citing GAP. Some of
these papers describe applications of GAP, others
algorithmic methods that are implemented in GAP. We hope
that looking at these papers will be helpful for users and we ask that
you help us to keep this bibliography up to date by sending us the
bibliographical data of your own publications citing GAP.
Please have a look at the page on
<a href="{{ site.baseurl }}/Contacts/publicationfeedback.html">feedback</a>.
Note that some of the listed papers may still refer to use of
GAP 3 rather than GAP 4.
</p>
</li>
</ul>