[Python-checkins] distutils/doc README.txt,1.3,1.4

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 19 Nov 2002 06:37:47 -0800


Update of /cvsroot/python/distutils/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv14515

Modified Files:
	README.txt 
Log Message:
Update file  (sheesh, how many links to the docs *are* there?)

Index: README.txt
===================================================================
RCS file: /cvsroot/python/distutils/doc/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README.txt	3 Oct 2000 03:46:11 -0000	1.3
--- README.txt	19 Nov 2002 14:37:45 -0000	1.4
***************
*** 7,20 ****
       the rest of the world in the standard way)
  
! These manuals are a standard part of the Python 2.0 documentation set,
  and are tightly integrated with the standard Python documentation
  tools.  That means that you won't be able to process the LaTeX files
  here without downloading the latest Python documentation tools.
  
! Since these two manuals are now included with the Python documentation
! (CVS version as of 28 April 2000), there's really not much point in
! trying to process the manuals provided here.  You're better off checking
! out the latest Python documentation -- which is included in the Python
! source, when you access it via CVS -- and starting from there.
  
  For information on getting access to the Python source and documentation
--- 7,20 ----
       the rest of the world in the standard way)
  
! These manuals are a standard part of the Python documentation set,
  and are tightly integrated with the standard Python documentation
  tools.  That means that you won't be able to process the LaTeX files
  here without downloading the latest Python documentation tools.
  
! Since these two manuals are now included with the Python documentation,
! there's really not much point in trying to process the manuals provided
! here.  You're better off checking out the latest Python documentation --
! which is included in the Python source, when you access it via CVS -- and
! starting from there.
  
  For information on getting access to the Python source and documentation
***************
*** 24,28 ****
  If all you really want to do is *read* the documentation, you don't need 
  to process it yourself: see
!     http://www.python.org/sigs/distutils-sig/doc/
! for access to the (roughly) current Distutils documentation, in
! PDF, PostScript, and HTML.
--- 24,28 ----
  If all you really want to do is *read* the documentation, you don't need 
  to process it yourself: see
!     http://www.python.org/doc/current/
! for access to the current Distutils documentation, in PDF, PostScript, 
! and HTML.