Skip to content

Commit ed46b0a

Browse files
committed
updated Readme
1 parent 380ac70 commit ed46b0a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ PythonTopics
44

55
Presentations/notes on various Python topics
66

7-
Included in the repo are assorted notes and presentationa about selected Python topics.
7+
Included in the repo are assorted notes and presentationa about selected Python topics.
8+
9+
A rendered version is available on gitHub pages at:
10+
11+
http://pythonchb.github.io/PythonTopics/
12+
13+

Sources/build_gh_pages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
make html
88

99
# copy to other repo (on the gh-pages branch)
10-
cp -R build/html/ ../../IntroToPython.gh-pages
10+
cp -R build/html/ ../../PythonTopics_gh_pages/
1111

12-
cd ../../IntroToPython.gh-pages
12+
cd ../../PythonTopics_gh_pages
1313
git add * # in case there are new files added
1414
git commit -a
1515
git push

0 commit comments

Comments
 (0)