Re: [Doc-SIG] helping with documentation
July 6, 2012
4:06 a.m.
From: Ned Deily <nad@acm.org> Date: Thu, 05 Jul 2012 12:50:56 -0700
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".
Thanks. On the web this information can be found here: http://docs.python.org/devguide/documenting.html#building-the-documentation I was looking in the wrong place. Regarding linting, it looks like "cd Doc; make check" works. Or alternatively, to check a single file: "python tools/rstlint.py path-to-file.rst". --Chris
5037
Age (days ago)
5037
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Jerdonek