Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80c33ab

Browse files
committed
new site is live!
svn path=/trunk/matplotlib/; revision=6216
1 parent a73a025 commit 80c33ab

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

doc/make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def check_build():
1616

1717
def sf():
1818
'push a copy to the sf site'
19-
os.system('cd build; rsync -avz html [email protected]:/home/groups/m/ma/matplotlib/htdocs/doc/ -essh')
19+
os.system('cd build/html; rsync -avz . jdh2358,matplotlib@web.sf.net:/home/groups/m/ma/matplotlib/htdocs/ -essh')
2020

2121
def sfpdf():
2222
'push a copy to the sf site'
23-
os.system('cd build/latex; scp Matplotlib.pdf [email protected]:/home/groups/m/ma/matplotlib/htdocs/doc/')
23+
os.system('cd build/latex; scp Matplotlib.pdf [email protected]:/home/groups/m/ma/matplotlib/htdocs/')
2424

2525
def figs():
2626
os.system('cd users/figures/ && python make.py')

doc/users/toolkits.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Basemap
1212
=======
1313

1414
Plots data on map projections, with continental and political
15-
boundaries, `see <http://matplotlib.sf.net/basemap/doc/html>`_
15+
boundaries, see `basemap <http://matplotlib.sf.net/basemap/doc/html>`_
16+
docs.
1617

1718
.. _toolkit_gtk:
1819

0 commit comments

Comments
 (0)