Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f505f commit c851e6fCopy full SHA for c851e6f
1 file changed
doc/make.py
@@ -16,11 +16,11 @@ def check_build():
16
17
def sf():
18
'push a copy to the sf site'
19
- os.system('cd build; rsync -avz html jdh2358@matplotlib.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/ -essh')
+ os.system('cd build; rsync -avz html jdh2358@web.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/ -essh')
20
21
def sfpdf():
22
23
- os.system('cd build/latex; scp Matplotlib.pdf jdh2358@matplotlib.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/')
+ os.system('cd build/latex; scp Matplotlib.pdf jdh2358@web.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/')
24
25
def figs():
26
os.system('cd users/figures/ && python make.py')
0 commit comments