Skip to content

Commit a236436

Browse files
TMP
1 parent 20f6ef9 commit a236436

File tree

4 files changed

+58
-554
lines changed

4 files changed

+58
-554
lines changed

doc/main.xml

Lines changed: 21 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,27 @@
1-
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
2-
[ <!ENTITY Digraphs "<Package>Digraphs</Package>">
3-
<!ENTITY Grape "<Alt Not='Text'><URL
4-
Text='Grape'>https://gap-packages.github.io/grape</URL></Alt><Alt
5-
Only='Text'><Package>Grape</Package></Alt>">
6-
<!ENTITY graphviz "<Alt Not='Text'><URL
7-
Text='Graphviz'>https://digraphs.github.io/graphviz</URL></Alt><Alt
8-
Only='Text'><Package>Graphviz</Package></Alt>">
9-
<!ENTITY bliss "<Alt Not='Text'><URL
10-
Text='bliss'>http://www.tcs.tkk.fi/Software/bliss/</URL></Alt><Alt
11-
Only='Text'><Package>bliss</Package></Alt>">
12-
<!ENTITY edge-addition-planarity-suite "<Alt Not='Text'><URL
13-
Text='edge-addition-planarity-suite'>https://github.com/graph-algorithms/edge-addition-planarity-suite</URL></Alt><Alt
14-
Only='Text'><Package>edge-addition-planarity-suite</Package></Alt>">
15-
<!ENTITY nauty "<Alt Not='Text'><URL
16-
Text='nauty'>https://pallini.di.uniroma1.it/</URL></Alt><Alt
17-
Only='Text'><Package>nauty</Package></Alt>">
18-
<!ENTITY NautyTracesInterface "<Alt Not='Text'><URL
19-
Text='NautyTracesInterface'>https://github.com/gap-packages/NautyTracesInterface</URL></Alt><Alt
20-
Only='Text'><Package>NautyTracesInterface</Package></Alt>">
21-
<!ENTITY IO "<Alt Not='Text'><URL Text='IO'>
22-
https://gap-packages.github.io/io/
23-
</URL></Alt><Alt Only='Text'><Package>IO</Package></Alt>">
24-
<!ENTITY Orb "<Alt Not='Text'><URL Text='Orb'>
25-
https://gap-packages.github.io/orb/</URL>
26-
</Alt><Alt Only='Text'><Package>Orb</Package></Alt>">
27-
<!ENTITY datastructures "<Alt Not='Text'><URL
28-
Text='datastructures'>https://github.com/gap-packages/datastructures</URL></Alt><Alt
29-
Only='Text'><Package>datastructures</Package></Alt>">
30-
<!ENTITY STANDARD_FILT_TEXT "If the optional first argument <A>filt</A> is present, then this should specify the category or representation the digraph being created will belong to. For example, if <A>filt</A> is <Ref Filt='IsMutableDigraph'/>, then the digraph being created will be mutable, if <A>filt</A> is <Ref Filt='IsImmutableDigraph'/>, then the digraph will be immutable. If the optional first argument <A>filt</A> is not present, then <Ref Filt='IsImmutableDigraph'/> is used by default.<P/>">
31-
<!ENTITY MUTABLE_RECOMPUTED_PROP "If the argument <A>digraph</A> is mutable, then the return value of this property is recomputed every time it is called.<P/>">
32-
<!ENTITY MUTABLE_RECOMPUTED_ATTR "If the argument <A>digraph</A> is mutable, then the return value of this attribute is recomputed every time it is called.<P/>">
33-
<!ENTITY CHESSBOARD_LABELS "The chosen correspondence between vertices and chess squares is given by <Ref Oper='DigraphVertexLabels'/>. In more detail, the vertices of the digraph are labelled by elements of the Cartesian product <C>[1..<A>m</A>] x [1..<A>n</A>]</C>, where the first entry indexes the column (file) of the square in the chessboard, and the second entry indexes the row (rank) of the square. (Note that the files are traditionally indexed by the lowercase letters of the alphabet). The vertices are sorted in ascending order, first by row (second component) and then column (first component).<P/>">
34-
<!ENTITY CHESSBOARD_DEFN "An <A>m</A> by <A>n</A> chessboard is a grid of <A>m</A> columns (‘files’) and <A>n</A> rows (‘ranks’) that intersect in squares. Orthogonally adjacent squares are alternately colored light and dark, with the square in the first rank and file being dark.<P/>">
35-
<#Include Label="PKGVERSIONDATA">
36-
]>
37-
38-
<Book Name="digraphs">
39-
<#Include SYSTEM="z-title.xml">
1+
<?xml version="1.0" encoding="UTF-8"?>
402

3+
<!-- This is an automatically generated file. -->
4+
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
5+
[
6+
[<#Include SYSTEM "_entities.xml">
7+
]
8+
>
9+
<Book Name="Digraphs">
10+
<#Include SYSTEM "title.xml">
4111
<TableOfContents/>
42-
4312
<Body>
44-
<#Include SYSTEM="z-chap0.xml"> <!-- intro -->
45-
<#Include SYSTEM="z-chap1.xml"> <!-- installing -->
46-
<#Include SYSTEM="z-chap2.xml"> <!-- creating -->
47-
<#Include SYSTEM="z-chap3.xml"> <!-- operators/hashes -->
48-
<#Include SYSTEM="z-chap4.xml"> <!-- attributes, operations -->
49-
<#Include SYSTEM="z-chap5.xml"> <!-- properties -->
50-
<#Include SYSTEM="z-chap6.xml"> <!-- homomorphisms -->
51-
<#Include SYSTEM="z-chap8.xml"> <!-- cliques -->
52-
<#Include SYSTEM="z-chap9.xml"> <!-- visualising, io -->
13+
<#Include SYSTEM "z-chap0.xml">
14+
<#Include SYSTEM "z-chap1.xml">
15+
<#Include SYSTEM "z-chap2.xml">
16+
<#Include SYSTEM "z-chap3.xml">
17+
<#Include SYSTEM "z-chap4.xml">
18+
<#Include SYSTEM "z-chap5.xml">
19+
<#Include SYSTEM "z-chap6.xml">
20+
<#Include SYSTEM "z-chap8.xml">
21+
<#Include SYSTEM "z-chap9.xml">
22+
<#Include SYSTEM "_AutoDocMainFile.xml">
5323
</Body>
54-
55-
<#Include SYSTEM="z-appA.xml"> <!-- Grape to Digraphs command map -->
56-
57-
<Bibliography Databases="digraphs" />
24+
<#Include SYSTEM "z-appA.xml">
25+
<Bibliography Databases="digraphs.bib"/>
5826
<TheIndex/>
59-
6027
</Book>

0 commit comments

Comments
 (0)