forked from gap-packages/SimplicialSurfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
27 lines (20 loc) · 1.03 KB
/
TODO
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
Coloured output:
-> Change implementation in GAP (FormatOutput in
https://github.com/gap-system/gap/blob/master/src/io.c )
-> Maybe switch to a different hack: open stdout in IO and turn off formatting
-> In long term split chapter "Paths and Orientations"
-> One chapter for vertex-edge-paths
-> One chapter for edge-face-paths (maybe even one for geodesics if geodesic duality is concerned)
-> Unclear where connectivity and orientability should end up
Better inclusion of covers:
-> maybe by map cover->surface ?
-> where are vertices, edges, faces represented?
-> could become its own chapter (or just its own section in the homomorphism-chapter?)
Modification (mid-term):
AddVertexIntoEdge etc.
Drawing:
maybe Coloured labels in drawing method?? LabelColour?
Properties:
-> in long term remove face-colouring from here (needs more method for its own chapter)
Set up package website with GitHubPagesForGAP (script setup.sh)
https://github.com/gap-system/GitHubPagesForGAP