DOC: Deploy current docs to scikits-image.org/docs/dev.

This commit is contained in:
Stefan van der Walt
2011-07-18 19:11:44 -07:00
parent 07ef2056ba
commit 64dc218483
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ io
docs
````
* Write topics for the `user guide
<http://scikits-image.org/docs/0.3dev/user_guide.html>`_:
<http://scikits-image.org/docs/dev/user_guide.html>`_:
- Introduction to I/O and image processing with examples
+4 -1
View File
@@ -86,7 +86,10 @@ if __name__ == '__main__':
if l.startswith('VERSION'):
tag = l.split("'")[1]
break
if "dev" in tag:
tag = "dev"
startdir = os.getcwd()
if not os.path.exists(pages_dir):
# init the repo