diff --git a/src/stko/_internal/molecular/networkx/network.py b/src/stko/_internal/molecular/networkx/network.py index 7d357c0..fe41e58 100644 --- a/src/stko/_internal/molecular/networkx/network.py +++ b/src/stko/_internal/molecular/networkx/network.py @@ -13,6 +13,9 @@ class Network: """Definition of a :mod:`networkx` graph of an :class:`stk.Molecule`. + See Also: + https://networkx.org/documentation/stable/index.html + Parameters: graph: The NetworkX graph to initialise from.