File: makedocreldata.g

package info (click to toggle)
gap 4.15.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 110,212 kB
  • sloc: ansic: 97,261; xml: 48,343; cpp: 13,946; sh: 4,900; perl: 1,650; javascript: 255; makefile: 252; ruby: 9
file content (224 lines) | stat: -rw-r--r-- 6,053 bytes parent folder | download | duplicates (2)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
#############################################################################
##
##  values for the `MakeGAPDocDoc' call that builds the Reference Manual
##

GAPInfo.ManualDataRef:= rec(
  pathtodoc:= ".",
  main:= "main.xml",
  bookname:= "ref",
  pathtoroot:= "../..",

  files:= [
    "../../src/sysfiles.c",
    "../../grp/basic.gd",
    "../../grp/classic.gd",
    "../../grp/perf.gd",
    "../../grp/ree.gd",
    "../../grp/suzuki.gd",
    "../../lib/addmagma.gd",
    "../../lib/algebra.gd",
    "../../lib/algfld.gd",
    "../../lib/algfp.gd",
    "../../lib/alghom.gd",
    "../../lib/alghom.gi",
    "../../lib/alglie.gd",
    "../../lib/algrep.gd",
    "../../lib/arith.gd",
    "../../lib/attr.gd",
    "../../lib/basis.gd",
    "../../lib/basismut.gd",
    "../../lib/bitfields.gd",
    "../../lib/boolean.g",
    "../../lib/clas.gd",
    "../../lib/cache.gd",
    "../../lib/cmdledit.g",
    "../../lib/coll.gd",
    "../../lib/colorprompt.g",
    "../../lib/combinat.gd",
    "../../lib/contfrac.gd",
    "../../lib/csetgrp.gd",
    "../../lib/ctbl.gd",
    "../../lib/ctbl.gi",
    "../../lib/ctblauto.gd",
    "../../lib/ctblfuns.gd",
    "../../lib/ctblgrp.gd",
    "../../lib/ctbllatt.gd",
    "../../lib/ctblmaps.gd",
    "../../lib/ctblmoli.gd",
    "../../lib/ctblmono.gd",
    "../../lib/ctblpope.gd",
    "../../lib/ctblsolv.gd",
    "../../lib/ctblsymm.gd",
    "../../lib/cyclotom.g",
    "../../lib/cyclotom.gd",
    "../../lib/cyclotom.gi",
    "../../lib/dlog.gd",
    "../../lib/dict.gd",
    "../../lib/domain.gd",
    "../../lib/extlset.gd",
    "../../lib/factgrp.gd",
    "../../lib/ffe.gd",
    "../../lib/field.gd",
    "../../lib/files.gd",
    "../../lib/filter.g",
    "../../lib/filter.gi",
    "../../lib/fitfree.gd",
    "../../lib/fldabnum.gd",
    "../../lib/float.gd",
    "../../lib/fpmon.gd",
    "../../lib/fpsemi.gd",
    "../../lib/function.g",
    "../../lib/galois.gd",
    "../../lib/gasman.gd",
    "../../lib/gaussian.gd",
    "../../lib/ghom.gd",
    "../../lib/ghomfp.gd",
    "../../lib/ghompcgs.gd",
    "../../lib/ghomperm.gd",
    "../../lib/global.gd",
    "../../lib/gpprmsya.gd",
    "../../lib/gprd.gd",
    "../../lib/groebner.gd",
    "../../lib/grp.gd",
    "../../lib/grpffmat.gd",
    "../../lib/grpfp.gd",
    "../../lib/grpfree.gd",
    "../../lib/grplatt.gd",
    "../../lib/grpmat.gd",
    "../../lib/grpnames.gd",
    "../../lib/grpnice.gd",
    "../../lib/grppc.gd",
    "../../lib/grppccom.gd",
    "../../lib/grppcext.gd",
    "../../lib/grppcfp.gd",
    "../../lib/grppclat.gd",
    "../../lib/grpperm.gd",
    "../../lib/grpramat.gd",
    "../../lib/grpreps.gd",
    "../../lib/grptbl.gd",
    "../../lib/helpview.gd",
    "../../lib/ideal.gd",
    "../../lib/integer.gd",
    "../../lib/kbsemi.gd",
    "../../lib/kernel.g",
    "../../lib/liefam.gd",
    "../../lib/lierep.gd",
    "../../lib/list.g",
    "../../lib/list.gd",
    "../../lib/listcoef.gd",
    "../../lib/magma.gd",
    "../../lib/mapphomo.gd",
    "../../lib/mapping.gd",
    "../../lib/mat8bit.gd",
    "../../lib/matblock.gd",
    "../../lib/matint.gd",
    "../../lib/matobj.gi",
    "../../lib/matobj1.gd",
    "../../lib/matobj2.gd",
    "../../lib/matobjnz.gd",
    "../../lib/matobjplist.gd",
    "../../lib/matrix.gd",
    "../../lib/meataxe.gi",
    "../../lib/memusage.gd",
    "../../lib/methsel.g",
    "../../lib/methsel2.g",
    "../../lib/methwhy.g",
    "../../lib/mgmadj.gd",
    "../../lib/mgmhom.gd",
    "../../lib/mgmring.gd",
    "../../lib/mgmring.gi",
    "../../lib/module.gd",
    "../../lib/monoid.gd",
    "../../lib/morpheus.gd",
    "../../lib/numtheor.gd",
    "../../lib/newprofile.g",
    "../../lib/object.gd",
    "../../lib/object.gi",
    "../../lib/obsolete.gd",
    "../../lib/onecohom.gd",
    "../../lib/oper.g",
    "../../lib/oper1.g",
    "../../lib/oprt.gd",
    "../../lib/options.gd",
    "../../lib/orders.gd",
    "../../lib/package.gd",
    "../../lib/padics.gd",
    "../../lib/pager.gd",
    "../../lib/pcgs.gd",
    "../../lib/pcgsind.gd",
    "../../lib/pcgsmodu.gd",
    "../../lib/pcgspcg.gd",
    "../../lib/pcgsspec.gd",
    "../../lib/permutat.g",
    "../../lib/polyconw.gd",
    "../../lib/polyrat.gd",
    "../../lib/pquot.gd",
    "../../lib/primality.gd",
    "../../lib/process.gd",
    "../../lib/profile.g",
    "../../lib/proto.gd",
    "../../lib/randiso.gd",
    "../../lib/random.gd",
    "../../lib/ratfun.gd",
    "../../lib/record.gd",
    "../../lib/reesmat.gd",
    "../../lib/relation.gd",
    "../../lib/reread.g",
    "../../lib/ring.gd",
    "../../lib/ringhom.gd",
    "../../lib/ringpoly.gd",
    "../../lib/ringsc.gd",
    "../../lib/rws.gd",
    "../../lib/rwsgrp.gd",
    "../../lib/rwspcclt.gd",
    "../../lib/rwspcgrp.gd",
    "../../lib/rwssmg.gd",
    "../../lib/schur.gd",
    "../../lib/schursym.gd",
    "../../lib/semicong.gd",
    "../../lib/semigrp.gd",
    "../../lib/semiquo.gd",
    "../../lib/semirel.gd",
    "../../lib/semiring.gd",
    "../../lib/semitran.gd",
    "../../lib/set.gd",
    "../../lib/sgpres.gd",
    "../../lib/smgideal.gd",
    "../../lib/stbc.gd",
    "../../lib/stbcbckt.gd",
    "../../lib/straight.gd",
    "../../lib/streams.gd",
    "../../lib/string.g",
    "../../lib/string.gd",
    "../../lib/system.g",
    "../../lib/syntaxtree.gd",
    "../../lib/teaching.g",
    "../../lib/tcsemi.gd",
    "../../lib/test.gi",
    "../../lib/tietze.gd",
    "../../lib/tom.gd",
    "../../lib/trans.gd",
    "../../lib/tuples.gd",
    "../../lib/twocohom.gd",
    "../../lib/type.g",
    "../../lib/type.gd",
    "../../lib/type.gi",
    "../../lib/type1.g",
    "../../lib/unknown.gd",
    "../../lib/upoly.gd",
    "../../lib/userpref.g",
    "../../lib/variable.g",
    "../../lib/vec8bit.gd",
    "../../lib/vecmat.gd",
    "../../lib/vspc.gd",
    "../../lib/vspchom.gd",
    "../../lib/word.gd",
    "../../lib/wordass.gd",
    "../../lib/zlattice.gd",
    "../../lib/zmodnz.gd",
    "../../grp/simple.gd",
    "../../tst/teststandard.g",
    "../../tst/testinstall.g",
  ],
 );;