mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-08 06:26:48 +08:00
DOC: Deploy current docs to scikits-image.org/docs/dev.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user