summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocs/pycon2010/refresh.bash1
-rwxr-xr-xdocs/refresh.bash8
-rwxr-xr-xdocs/upload_pycon.bash2
3 files changed, 0 insertions, 11 deletions
diff --git a/docs/pycon2010/refresh.bash b/docs/pycon2010/refresh.bash
deleted file mode 100755
index 26827b5d..00000000
--- a/docs/pycon2010/refresh.bash
+++ /dev/null
@@ -1 +0,0 @@
-rst2s5.py --theme-url ui/pycon pycon2010.rst pycon2010.html
diff --git a/docs/refresh.bash b/docs/refresh.bash
deleted file mode 100755
index d0b86518..00000000
--- a/docs/refresh.bash
+++ /dev/null
@@ -1,8 +0,0 @@
-make html
-#scp -r build catherine@$tummy:/var/www/sqlpython
-cd _build/html
-zip -r cmd2_docs *
-mv cmd2_docs.zip ../..
-cd ..
-echo "Upload cmd2_docs.zip to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=cmd2"
-scp -r _build/html www-data@$tummy:/var/www/cmd2
diff --git a/docs/upload_pycon.bash b/docs/upload_pycon.bash
deleted file mode 100755
index 4f351880..00000000
--- a/docs/upload_pycon.bash
+++ /dev/null
@@ -1,2 +0,0 @@
-rst2s5.py --theme-url=pycon2010/ui/pycon pycon2010/pycon2010.rst pycon2010/pycon2010.html
-scp -r pycon2010/ www-data@$tummy:/var/www/presentations/cmd_cmd2