DOC: Rename skimage.org to scikit-image.org.

This commit is contained in:
Stefan van der Walt
2012-10-08 09:37:49 -07:00
parent d43767bbba
commit fd07bd65ba
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ gallery_div = '''\
examples = glob.glob(os.path.join(example_dir, 'plot_*.py'))
images, links = [], []
image_url = 'http://skimage.org/docs/dev/_images/%s.png'
link_url = 'http://skimage.org/docs/dev/auto_examples/%s.html'
image_url = 'http://scikit-image.org/docs/dev/_images/%s.png'
link_url = 'http://scikit-image.org/docs/dev/auto_examples/%s.html'
for e in examples:
e = os.path.basename(e)