From 8742aa839961b462798c2d385527d59b4a9cddbe Mon Sep 17 00:00:00 2001 From: sronilsson Date: Thu, 5 Sep 2024 09:16:30 -0400 Subject: [PATCH] cuda docs --- simba/mixins/network_mixin.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/simba/mixins/network_mixin.py b/simba/mixins/network_mixin.py index 4d9cc1c5a..6710d14d2 100644 --- a/simba/mixins/network_mixin.py +++ b/simba/mixins/network_mixin.py @@ -335,10 +335,15 @@ def visualize(graph: Union[nx.Graph, nx.MultiGraph], Visualizes a network graph using the vis.js library and saves the result as an HTML file. .. raw:: html - :file: ../docs/_static/img/network_ex.html + :file: ../../docs/_static/img/network_ex.html + .. raw:: html - :file: _static/img/network_ex.html + + + + + .. note:: Multi-networks created by ``simba.mixins.network_mixin.create_multigraph`` can be a little messy to look at. Instead,