home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pytexdoc / !Help
Text File  |  1996-11-14  |  1KB  |  37 lines

  1. Making the LaTeX documentation for Python.
  2.  
  3. You will need LaTeX2e and makeindex.
  4.  
  5. There are 4 main manuals
  6.  
  7. tut   tutorial           --  111pp
  8. lib   library manual     --  188pp
  9. ref   reference manual   --   65pp  (now supplied in postscript form only)
  10. ext   extending Python   --   49pp
  11.  
  12. The most useful are probably the library manual, together with the
  13. tutorial for new users, or the reference manual for experienced python users.
  14.  
  15. qua  is a paper on a use of Python that most people will not need.
  16.  
  17. The library manual can include sections on parts of the library that are
  18. specific to other operating systems, or to python modules that are not included
  19. in this RiscOS port. You can select which of these you require by editing 
  20. the file lib.tex -- add a % in front of input lines if you don't want sections
  21. remove them if you do.
  22.  
  23. I have added sections on RiscOS specific parts of the library, but I have not
  24. changed other parts of the documentation to cover the few RiscOS changes
  25. there. 
  26.  
  27. To make the manuals drag the makefile to !Amu. Make "all" for all 3 manuals
  28. or "tut", "lib" etc for individual manuals.
  29.  
  30. If you don't have !Amu you can copy the commands from the makefile into
  31. a task window and execute them there.
  32.  
  33. If you don't have makeindex you can omit the makeindex commands and do without
  34. the indices.
  35.  
  36. Print the manuals from the files tut.dvi, lib.dvi, ref/ps, ext.dvi  .
  37.