We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380ac70 commit ed46b0aCopy full SHA for ed46b0a
2 files changed
README.rst
@@ -4,4 +4,10 @@ PythonTopics
4
5
Presentations/notes on various Python topics
6
7
-Included in the repo are assorted notes and presentationa about selected Python topics.
+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
@@ -7,9 +7,9 @@
make html
# copy to other repo (on the gh-pages branch)
-cp -R build/html/ ../../IntroToPython.gh-pages
+cp -R build/html/ ../../PythonTopics_gh_pages/
-cd ../../IntroToPython.gh-pages
+cd ../../PythonTopics_gh_pages
git add * # in case there are new files added
14
git commit -a
15
git push
0 commit comments