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