diff options
| author | Mridul Seth <seth.mridul@gmail.com> | 2022-07-05 19:18:18 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 11:18:18 -0400 |
| commit | b25c68151ca7fd5ba2d1432f017463500dafe11d (patch) | |
| tree | d200ddafb6d02d50e1055db40f587ecbc4cfae08 /doc/reference | |
| parent | db35812af218482b0ddf9ca47e4792e47e4d4666 (diff) | |
| download | networkx-b25c68151ca7fd5ba2d1432f017463500dafe11d.tar.gz | |
Fix docbuild warnings: is_string_like is removed and identation in corona product (#5845)
Fix docbuild warnings
Diffstat (limited to 'doc/reference')
| -rw-r--r-- | doc/reference/utils.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/utils.rst b/doc/reference/utils.rst index d554a2f2..8da9906f 100644 --- a/doc/reference/utils.rst +++ b/doc/reference/utils.rst @@ -12,12 +12,13 @@ Helper Functions :toctree: generated/ arbitrary_element - is_string_like flatten make_list_of_ints + dict_to_numpy_array pairwise groups create_random_state + create_py_random_state nodes_equal edges_equal graphs_equal |
