summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-12-17 09:51:45 -0800
committerGitHub <noreply@github.com>2019-12-17 09:51:45 -0800
commite3da26bae0bf1b98b4a6c7faf45425ace964fb40 (patch)
tree8cc7860bba9e535492bd9fef15494fe49ab964ea /examples
parentd883a19b5278f4fb1013dd16bb178b9be5b7cc64 (diff)
downloadnetworkx-e3da26bae0bf1b98b4a6c7faf45425ace964fb40.tar.gz
Link to files needed for example (#3752)
Diffstat (limited to 'examples')
-rw-r--r--examples/javascript/force.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/javascript/force.py b/examples/javascript/force.py
index 06018406..db2f3670 100644
--- a/examples/javascript/force.py
+++ b/examples/javascript/force.py
@@ -5,6 +5,10 @@ Javascript
Example of writing JSON format graph data and using the D3 Javascript library
to produce an HTML/Javascript drawing.
+
+You will need to download the following directory:
+
+- https://github.com/networkx/networkx/tree/master/examples/javascript/force
"""
import json