July 5, 2012
2:50 p.m.
In article <CAOTb1wfd8Q2HM=ugAj_kBUNeci1Drw9igPFg+=1GwNk-iD6GOg@mail.gmail.com>, Chris Jerdonek <chris.jerdonek@gmail.com> wrote:
For previewing and checking purposes, what is the preferred command to generate HTML files from the *.rst files in source control?
Use hg to create a current Python source directory, then look at Doc/README.txt. Basically, you should just need to run "cd Doc; make html". -- Ned Deily, nad@acm.org