summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-04-04 12:49:24 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2019-04-04 12:49:24 -0700
commitae7a5bd05eaf9e9acf0b2ef5ae30179cd7522a1f (patch)
treeb9a57d49a96b496e661ee52e743fe60a8d7b61e0
parentbae9b8a554d486d75fc1989aac498c89e361a847 (diff)
downloadnetworkx-ae7a5bd05eaf9e9acf0b2ef5ae30179cd7522a1f.tar.gz
Ensure sphinx-gallery tries running all the examples
It only runs scripts starting w/ plot_ by default.
-rw-r--r--examples/advanced/plot_iterated_dynamical_systems.py (renamed from examples/advanced/iterated_dynamical_systems.py)0
-rw-r--r--examples/algorithms/plot_beam_search.py (renamed from examples/algorithms/beam_search.py)0
-rw-r--r--examples/algorithms/plot_rcm.py (renamed from examples/algorithms/rcm.py)0
-rw-r--r--examples/applications/plot_circuits.py (renamed from examples/applications/circuits.py)0
-rw-r--r--examples/graph/plot_atlas.py (renamed from examples/graph/atlas2.py)0
-rw-r--r--examples/graph/plot_expected_degree_sequence.py (renamed from examples/graph/expected_degree_sequence.py)0
-rw-r--r--examples/graph/plot_words.py (renamed from examples/graph/words.py)0
-rw-r--r--examples/pygraphviz/plot_pygraphviz_attributes.py (renamed from examples/pygraphviz/pygraphviz_attributes.py)0
-rw-r--r--examples/pygraphviz/plot_pygraphviz_draw.py (renamed from examples/pygraphviz/pygraphviz_draw.py)0
-rw-r--r--examples/pygraphviz/plot_pygraphviz_simple.py (renamed from examples/pygraphviz/pygraphviz_simple.py)0
-rw-r--r--examples/pygraphviz/plot_write_dotfile.py (renamed from examples/pygraphviz/write_dotfile.py)0
11 files changed, 0 insertions, 0 deletions
diff --git a/examples/advanced/iterated_dynamical_systems.py b/examples/advanced/plot_iterated_dynamical_systems.py
index 6d47f333..6d47f333 100644
--- a/examples/advanced/iterated_dynamical_systems.py
+++ b/examples/advanced/plot_iterated_dynamical_systems.py
diff --git a/examples/algorithms/beam_search.py b/examples/algorithms/plot_beam_search.py
index 10ed8364..10ed8364 100644
--- a/examples/algorithms/beam_search.py
+++ b/examples/algorithms/plot_beam_search.py
diff --git a/examples/algorithms/rcm.py b/examples/algorithms/plot_rcm.py
index 3b342a13..3b342a13 100644
--- a/examples/algorithms/rcm.py
+++ b/examples/algorithms/plot_rcm.py
diff --git a/examples/applications/circuits.py b/examples/applications/plot_circuits.py
index 455c68af..455c68af 100644
--- a/examples/applications/circuits.py
+++ b/examples/applications/plot_circuits.py
diff --git a/examples/graph/atlas2.py b/examples/graph/plot_atlas.py
index f791aed7..f791aed7 100644
--- a/examples/graph/atlas2.py
+++ b/examples/graph/plot_atlas.py
diff --git a/examples/graph/expected_degree_sequence.py b/examples/graph/plot_expected_degree_sequence.py
index 78b5bf90..78b5bf90 100644
--- a/examples/graph/expected_degree_sequence.py
+++ b/examples/graph/plot_expected_degree_sequence.py
diff --git a/examples/graph/words.py b/examples/graph/plot_words.py
index 61846624..61846624 100644
--- a/examples/graph/words.py
+++ b/examples/graph/plot_words.py
diff --git a/examples/pygraphviz/pygraphviz_attributes.py b/examples/pygraphviz/plot_pygraphviz_attributes.py
index e1ad924f..e1ad924f 100644
--- a/examples/pygraphviz/pygraphviz_attributes.py
+++ b/examples/pygraphviz/plot_pygraphviz_attributes.py
diff --git a/examples/pygraphviz/pygraphviz_draw.py b/examples/pygraphviz/plot_pygraphviz_draw.py
index cd8021e2..cd8021e2 100644
--- a/examples/pygraphviz/pygraphviz_draw.py
+++ b/examples/pygraphviz/plot_pygraphviz_draw.py
diff --git a/examples/pygraphviz/pygraphviz_simple.py b/examples/pygraphviz/plot_pygraphviz_simple.py
index 7e0a93e8..7e0a93e8 100644
--- a/examples/pygraphviz/pygraphviz_simple.py
+++ b/examples/pygraphviz/plot_pygraphviz_simple.py
diff --git a/examples/pygraphviz/write_dotfile.py b/examples/pygraphviz/plot_write_dotfile.py
index 85b4fb23..85b4fb23 100644
--- a/examples/pygraphviz/write_dotfile.py
+++ b/examples/pygraphviz/plot_write_dotfile.py