[Python-checkins] r67558 - peps/trunk/pep-0101.txt

georg.brandl python-checkins at python.org
Fri Dec 5 09:19:56 CET 2008


Author: georg.brandl
Date: Fri Dec  5 09:19:56 2008
New Revision: 67558

Log:
Update the docs steps.


Modified:
   peps/trunk/pep-0101.txt

Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt	(original)
+++ peps/trunk/pep-0101.txt	Fri Dec  5 09:19:56 2008
@@ -38,6 +38,7 @@
     * RM = Release Manager: Barry Warsaw <barry at python.org> (US/Eastern)
     * WE = Windows: Martin von Loewis <martin at v.loewis.de> (Central Europe)
     * ME = Mac: Ronald Oussoren <ronaldoussoren at mac.com> (Central Europe)
+    * DE = Docs: Georg Brandl <georg at python.org> (Central Europe)
     * IE = Idle Expert: ??
 
     NOTE: It is highly recommended that the RM contact the Experts the day
@@ -300,7 +301,7 @@
       steps to take:
 
       % cd /tmp
-      % tar zxvf ~/Python-2.6c2.tgz  # tar xjvf ~/Python-2.6c2.tar.bz2
+      % tar xzvf ~/Python-2.6c2.tgz  # tar xjvf ~/Python-2.6c2.tar.bz2
       % cd Python-2.6c2
       % ls
       (Do things look reasonable?)
@@ -308,7 +309,7 @@
       (Are there stray .pyc files?)
       % ls Doc/tools
       (Make sure it doesn't contain "docutils", "sphinx", "jinja" or
-      "pygments" directories.)
+      "pygments" directories.  Also look for stray .pyc files.)
       % ./configure
       (Loads of configure output)
       % make test
@@ -371,6 +372,11 @@
           /data/ftp.python.org/pub/python/doc/X.Y[.Z], and adapt the
           "current" symlink in that directory.
 
+      ___ If this is a final release, also unpack the HTML docs to
+          /data/ftp.python.org/pub/www.python.org/doc/X.Y[.Z].
+
+      ___ Let the DE check if the docs are built and work all right.
+
   Now it's time to twiddle the web site.
 
   To do these steps, you must have the permission to edit the website.  If you


More information about the Python-checkins mailing list