forked from gap-packages/SimplicialSurfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
27 lines (19 loc) · 989 Bytes
/
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?
Modification (mid-term):
AddVertexIntoEdge etc.
evtl. Coloured labels in drawing method?? LabelColour?
Set up Travis/Codecov as soon as the repository turns public
-> codecov.yml from other packages
-> Together with directory "scripts"
Set up package website with GitHubPagesForGAP (script setup.sh)
https://github.com/gap-system/GitHubPagesForGAP