GraphΒΆ

Documentation of the module-level functions that implement the Graph class behaviour. These functions take an nx.Graph instance as their first argument and are called by the corresponding Graph methods via @copy_doc. Examples shown here are in function-call style. See these instructions on how to write the examples in function docstrings so that they are correctly transformed to method-style when wrapped.