File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,10 @@ PythonTopics
44
55Presentations/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+
Original file line number Diff line number Diff line change 77make 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
1313git add * # in case there are new files added
1414git commit -a
1515git push
You can’t perform that action at this time.
0 commit comments