~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Doc/README.txt

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 * "latex", which builds LaTeX source files that can be run with "pdflatex"
52
52
   to produce PDF documents.
53
53
 
 
54
 * "text", which builds a plain text file for each source file.
 
55
 
54
56
 * "linkcheck", which checks all external references to see whether they are
55
57
   broken, redirected or malformed, and outputs this information to stdout
56
58
   as well as a plain-text (.txt) file.
62
64
 * "coverage", which builds a coverage overview for standard library modules
63
65
   and C API.
64
66
 
 
67
 * "pydoc-topics", which builds a Python module containing a dictionary
 
68
   with plain text documentation for the labels defined in
 
69
   `tools/sphinxext/pyspecific.py` -- pydoc needs these to show topic
 
70
   and keyword help.
 
71
 
65
72
A "make update" updates the Subversion checkouts in `tools/`.
66
73
 
67
74