[Python-checkins] CVS: python/dist/src/Doc/lib libarray.tex,1.25,1.26

Fred L. Drake python-dev@python.org
Mon, 16 Oct 2000 21:58:04 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20934/lib

Modified Files:
	libarray.tex 
Log Message:

Update the links to the NumPy website and documentation, based on a
comment from Janko Hauser <jhauser@ifm.uni-kiel.de>.


Index: libarray.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libarray.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** libarray.tex	2000/07/31 20:52:21	1.25
--- libarray.tex	2000/10/17 04:58:01	1.26
***************
*** 188,196 ****
    \seemodule{struct}{packing and unpacking of heterogeneous binary data}
    \seemodule{xdrlib}{packing and unpacking of XDR data}
!   \seetext{The Numeric Python extension (NumPy) defines another array
!            type; see \emph{The Numerical Python Manual} for additional 
!            information (available online at
!            \url{ftp://ftp-icf.llnl.gov/pub/python/numericalpython.pdf}). 
!            Further information about NumPy is available at
!            \url{http://www.python.org/topics/scicomp/numpy.html}.}
  \end{seealso}
--- 188,195 ----
    \seemodule{struct}{packing and unpacking of heterogeneous binary data}
    \seemodule{xdrlib}{packing and unpacking of XDR data}
!   \seetitle[http://numpy.sourceforge.net/numdoc/numdoc.pdf]{The
!            Numerical Python Manual}{The Numeric Python extension
!            (NumPy) defines another array type; see
!            \url{http://numpy.sourceforge.net/} for further information
!            about Numerical Python.}
  \end{seealso}