From 64dc21848345a02b94eec617065746bf24523409 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 18 Jul 2011 19:11:44 -0700 Subject: [PATCH] DOC: Deploy current docs to scikits-image.org/docs/dev. --- TASKS.txt | 2 +- doc/gh-pages.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/TASKS.txt b/TASKS.txt index 7166ee9a..ae50450a 100644 --- a/TASKS.txt +++ b/TASKS.txt @@ -105,7 +105,7 @@ io docs ```` * Write topics for the `user guide - `_: + `_: - Introduction to I/O and image processing with examples diff --git a/doc/gh-pages.py b/doc/gh-pages.py index ddd9d2bb..356f6dca 100644 --- a/doc/gh-pages.py +++ b/doc/gh-pages.py @@ -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