1 parent 2aae3f8 commit d85495cCopy full SHA for d85495c
2 files changed
build_gh_pages.sh
@@ -9,7 +9,7 @@
9
# -- to be nicely served by gh-pages
10
11
12
-GHPAGESDIR=../Python210CourseMaterials.gh-pages
+GHPAGESDIR=../IntroToPython.gh-pages
13
14
# make sure gh-pages dir is there -- exit if not
15
if [ ! -d $GHPAGESDIR ]; then
source/index.rst
@@ -3,9 +3,9 @@
3
You can adapt this file completely to your liking, but it should at least
4
contain the root `toctree` directive.
5
6
-################################
7
-UWCE Python 210 Course Materials
8
+#####################
+Programming in Python
This site holds many of the materials for the
`University of Washington Professional and Continuing Education Python Certificate <https://www.pce.uw.edu/certificates/python-programming>`_
0 commit comments