Skip to content

Commit d85495c

Browse files
changed title
1 parent 2aae3f8 commit d85495c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build_gh_pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -- to be nicely served by gh-pages
1010

1111

12-
GHPAGESDIR=../Python210CourseMaterials.gh-pages
12+
GHPAGESDIR=../IntroToPython.gh-pages
1313

1414
# make sure gh-pages dir is there -- exit if not
1515
if [ ! -d $GHPAGESDIR ]; then

source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
################################
7-
UWCE Python 210 Course Materials
8-
################################
6+
#####################
7+
Programming in Python
8+
#####################
99

1010
This site holds many of the materials for the
1111
`University of Washington Professional and Continuing Education Python Certificate <https://www.pce.uw.edu/certificates/python-programming>`_

0 commit comments

Comments
 (0)