From 3aefe72493b16fa582fc3e0374328368f8c1d919 Mon Sep 17 00:00:00 2001 From: christytoes Date: Fri, 30 Dec 2016 12:41:26 -0800 Subject: [PATCH 1/2] Updating with latest course dates and myself as presenter --- source/conf.py | 10 +++++----- source/index.rst | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/conf.py b/source/conf.py index 444d7da7..70315021 100644 --- a/source/conf.py +++ b/source/conf.py @@ -276,11 +276,11 @@ # 'custom_js': 'custom.js', 'presenters': [ { - 'name': 'Cris Ewing', - 'twitter': '@crisewing', - 'www': 'http://crisewing.com', - 'github': 'http://github.com/cewing', - 'company': 'Cris Ewing, Developer LLC' + 'name': 'Christy Heaton', + 'twitter': '@christytoes', + 'www': 'http://christyheaton.github.io', + 'github': 'http://github.com/christyheaton', + 'company': 'Christy Heaton, University of Washington' }, ] } diff --git a/source/index.rst b/source/index.rst index 828e3a66..f85bcb62 100644 --- a/source/index.rst +++ b/source/index.rst @@ -28,9 +28,9 @@ Internet Programming with Python presentations/index readings -Winter Term, 2016 (10 sessions) +Winter Term, 2017 (10 sessions) -Tuesdays, 6-9 pm, January 5 - March 8 +Tuesdays, 6-9 pm, January 10 - March 14 Overview From e00da7a22edfb83d88485540dd3d153fc18fbbd9 Mon Sep 17 00:00:00 2001 From: christytoes Date: Fri, 30 Dec 2016 12:48:12 -0800 Subject: [PATCH 2/2] Modified my company --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 70315021..9609e03c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -280,7 +280,7 @@ 'twitter': '@christytoes', 'www': 'http://christyheaton.github.io', 'github': 'http://github.com/christyheaton', - 'company': 'Christy Heaton, University of Washington' + 'company': 'University of Washington' }, ] }