Added resources to comments

This commit is contained in:
Lauri Koskenniemi 2025-05-25 22:41:18 +03:00
parent 9328fe3388
commit cdbc932809

View File

@ -17,7 +17,9 @@ FOOTER = """
# TODO:
# Add hidden nodes in each cluster above visible nodes connected by hidden edges and attach visible edges to them
# - also see: https://stackoverflow.com/questions/53862417/how-to-set-head-and-tail-position-in-nodes-graphviz
# Solve layering of clusters
# - https://observablehq.com/@gordonsmith/church
class Graph:
def __init__(self):