From e0d6d6201da0857fcd1f080bf3a45173abe34111 Mon Sep 17 00:00:00 2001 From: Dan Schult Date: Mon, 7 Mar 2016 23:18:36 -0500 Subject: Change sphinx config to improve parameters Now can use parameters ```x, y : nodes```. It used to convert to ```y(x,) : nodes``` That conf.py change caused blank lines to give a warning so removed them. Misc word changes. --- networkx/convert.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'networkx/convert.py') diff --git a/networkx/convert.py b/networkx/convert.py index 417b2ac0..48bb9627 100644 --- a/networkx/convert.py +++ b/networkx/convert.py @@ -62,7 +62,8 @@ def to_networkx_graph(data,create_using=None,multigraph_input=False): Parameters ---------- - data : a object to be converted + data : object to be converted + Current known types are: any NetworkX graph dict-of-dicts -- cgit v1.2.1