We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf66ad commit c289c2dCopy full SHA for c289c2d
docs/other/upload_future_docs.sh
@@ -4,13 +4,15 @@ On the local machine
4
git checkout v0.7.0
5
rm -Rf docs/build/
6
cd docs; make html
7
+cp cheatsheet.pdf /shared/
8
cd build
9
touch /shared/python-future-html-docs.zip
10
rm /shared/python-future-html-docs.zip
11
zip -r /shared/python-future-html-docs.zip *
12
13
cd /shared
14
scp python-future-html-docs.zip python-future.org:
15
+scp cheatsheet.pdf python-future.org:
16
ssh python-future.org
17
18
@@ -20,4 +22,6 @@ On the remote machine:
20
22
cd /var/www/python-future/
21
23
unzip -o ~/python-future-html-docs.zip
24
chmod a+r * html/* html/_static/*
25
+cp ~/cheatsheet.pdf ./html/compatible-idioms.pdf
26
+cp ~/cheatsheet.pdf ./html/cheatsheet.pdf
27
0 commit comments