diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-05-08 11:14:47 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-05-08 11:14:47 +0000 |
commit | 217a7b2459186dff21b73a239c0daaec1ee35b44 (patch) | |
tree | 0de5d55c52a4060c237b69a31a1885e8a0224aeb /doc | |
parent | d4563b05529709c3a65d311afce85774470460c3 (diff) | |
download | numpy-217a7b2459186dff21b73a239c0daaec1ee35b44.tar.gz |
DOC: fix ReST warning.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.txt b/doc/HOWTO_RELEASE.txt index 5b753c316..89cb0eb15 100644 --- a/doc/HOWTO_RELEASE.txt +++ b/doc/HOWTO_RELEASE.txt @@ -218,7 +218,8 @@ Make the release The tar-files and binary releases for distribution should be uploaded to SourceForge, together with the Release Notes and the Changelog. Uploading can be done through a web interface or, more efficiently, through scp/sftp/rsync as -described `here <https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download>`_. +described in the SourceForge +`upload guide <https://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download>`_. For example:: scp <filename> <username>,numpy@frs.sourceforge.net:/home/frs/project/n/nu/numpy/NumPy/<releasedir>/ |