From aa32054b1191264b3df030cb504c78a45007389d Mon Sep 17 00:00:00 2001 From: Pieter Holtzhausen Date: Fri, 15 Jul 2011 17:30:55 +0200 Subject: [PATCH] Updated the documentation repo location to the offical destination. --- doc/gh-pages.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/gh-pages.py b/doc/gh-pages.py index 815a466d253..83e70c1c395 100644 --- a/doc/gh-pages.py +++ b/doc/gh-pages.py @@ -9,7 +9,7 @@ that is how the resulting directory will be named. In practice, you should use either actual clean tags from a current build or -something like 'current' as a stable URL for the most current version of the """ +something like 'current' as a stable URL for the mest current version of the """ #----------------------------------------------------------------------------- # Imports @@ -30,7 +30,7 @@ pages_dir = 'gh-pages' html_dir = 'build/html' pdf_dir = 'build/latex' -pages_repo = 'git@github.com:holtzhau/scikits.image-doc.git' +pages_repo = 'git@github.com:scikits-image/docs.git' #----------------------------------------------------------------------------- # Functions @@ -121,7 +121,7 @@ def init_repo(path): sh('git add %s' % tag) sh2('git commit -m"Updated doc release: %s"' % tag) - print 'Most recent 3 commits:' + print 'Most recent commit:' sys.stdout.flush() sh('git --no-pager log --oneline HEAD~1..') finally: