Skip to content

Commit a1e5bfa

Browse files
authored
don't attempt to save graph (documenter cannot handle)
1 parent c426429 commit a1e5bfa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/model_creation/model_visualisation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ nothing # hide
6363
!["Repressilator Graph"](../assets/network_graphs/repressilator_graph.png)
6464

6565
A generated graph can be saved using the `savegraph` function:
66-
```@example visualisation_graphs
66+
```julia
6767
repressilator_graph = Graph(repressilator)
6868
savegraph(repressilator_graph, "repressilator_graph.png")
69-
rm("repressilator_graph.png") # hide
7069
```
7170

7271
Finally, a [network's reaction complexes](@ref network_analysis_reaction_complexes) (and the reactions in between these) can be displayed using the `complexgraph(brusselator)` function:
@@ -75,4 +74,4 @@ complexgraph(brusselator)
7574
nothing # hide
7675
```
7776
!["Repressilator Complex Graph"](../assets/network_graphs/repressilator_complex_graph.png)
78-
Here, reaction complexes are displayed as blue nodes, and reactions in between these as black arrows.
77+
Here, reaction complexes are displayed as blue nodes, and reactions in between these as black arrows.

0 commit comments

Comments
 (0)