summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2018-07-27 22:47:44 -0400
committerGitHub <noreply@github.com>2018-07-27 22:47:44 -0400
commit97b1f07dfc14f59b65df6f6578f1809d912dd86b (patch)
tree7ccd5bb0cbc1b106ce99b3472a8469bf150eecb5 /INSTALL.rst
parent39047d3e65e6bc69d08494d9b9fa5b7d8b08c400 (diff)
downloadnetworkx-97b1f07dfc14f59b65df6f6578f1809d912dd86b.tar.gz
Update docs with all functions left out of rst files (#3091)
* Update docs with all functions not added to rst files Also add script to find these functions * put back removed periods after references
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 697e96c9..ee28deee 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -142,6 +142,8 @@ or::
python -c "import networkx as nx; nx.test()"
+.. autofunction:: networkx.test
+
Testing for developers
^^^^^^^^^^^^^^^^^^^^^^