diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-05 18:51:34 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-05 18:51:34 -0500 |
commit | 069ecc888e7fb826296a976b21615afe7bb95b89 (patch) | |
tree | c42ba08794f7be9ebfb0cc70d11dcdeabac51198 /docs | |
parent | b06790af5621fc8771ef1dba1961f69386318690 (diff) | |
download | cmd2-git-069ecc888e7fb826296a976b21615afe7bb95b89.tar.gz |
Removed some unused bash scripts which were for uploading stuff to PyCon 2010
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/pycon2010/refresh.bash | 1 | ||||
-rwxr-xr-x | docs/refresh.bash | 8 | ||||
-rwxr-xr-x | docs/upload_pycon.bash | 2 |
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 |