Fix documentation formatting
Compare changes
+ 72
− 55
@@ -34,9 +34,9 @@ def draw_exclusion_graph_coloring(
@@ -34,9 +34,9 @@ def draw_exclusion_graph_coloring(
@@ -51,12 +51,19 @@ def draw_exclusion_graph_coloring(
@@ -51,12 +51,19 @@ def draw_exclusion_graph_coloring(
A color dictionary where keys are Process objects and where values are integers representing colors. These
@@ -126,7 +133,7 @@ class ProcessCollection:
@@ -126,7 +133,7 @@ class ProcessCollection:
@@ -141,13 +148,14 @@ class ProcessCollection:
@@ -141,13 +148,14 @@ class ProcessCollection:
@@ -176,7 +184,8 @@ class ProcessCollection:
@@ -176,7 +184,8 @@ class ProcessCollection:
@@ -247,16 +256,19 @@ class ProcessCollection:
@@ -247,16 +256,19 @@ class ProcessCollection:
@@ -348,29 +360,28 @@ class ProcessCollection:
@@ -348,29 +360,28 @@ class ProcessCollection:
Node ordering strategy passed to nx.coloring.greedy_color() if the heuristic is set to 'graph_color'. This
@@ -402,14 +413,17 @@ class ProcessCollection:
@@ -402,14 +413,17 @@ class ProcessCollection:
@@ -436,29 +450,30 @@ class ProcessCollection:
@@ -436,29 +450,30 @@ class ProcessCollection:
@@ -475,11 +490,13 @@ class ProcessCollection:
@@ -475,11 +490,13 @@ class ProcessCollection:
Split :class:`Process` objects into a set of :class:`ProcessesCollection` objects based on a provided graph coloring.
@@ -496,8 +513,8 @@ class ProcessCollection:
@@ -496,8 +513,8 @@ class ProcessCollection: