DOC: Generate correct link to gallery and build javascript before gh-pages upload.

This commit is contained in:
Stefan van der Walt
2012-01-26 17:49:57 -08:00
parent 945f85cf64
commit b3cc37ce6b
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ examples = glob.glob(os.path.join(example_dir, 'plot_*.py'))
images, links = [], []
image_url = 'http://scikits-image.org/docs/dev/_images/%s.png'
link_url = 'http://scikits-image.org/docs/dev/auto_examples/plot_%s.html'
link_url = 'http://scikits-image.org/docs/dev/auto_examples/%s.html'
for e in examples:
e = os.path.basename(e)