markup fixes: table title rows, PEP references are automatically detected

This commit is contained in:
David Goodger 2009-06-02 19:01:57 +00:00
parent ae95f167a5
commit 21f4e2df33
1 changed files with 11 additions and 12 deletions

View File

@ -119,9 +119,7 @@ The choice to go with Mercurial was made for three important reasons:
Although all of these points can be debated, in the end a pronouncement from
the BDFL was made to go with hg as the chosen DVCS for the Python project. A
detailed plan for the migration strategy has been deferred to `PEP 385`_.
.. _PEP 385: http://www.python.org/dev/peps/pep-0385/
detailed plan for the migration strategy has been deferred to PEP 385.
Terminology
@ -226,7 +224,7 @@ Contenders
========== ========== ======= =================================== ==========================================
Name Short Name Version 2.x Trunk Mirror 3.x Trunk Mirror
---------- ---------- ------- ----------------------------------- ------------------------------------------
========== ========== ======= =================================== ==========================================
Bazaar_ bzr 1.12 http://code.python.org/python/trunk http://code.python.org/python/3.0
Mercurial_ hg 1.2.0 http://code.python.org/hg/trunk/ http://code.python.org/hg/branches/py3k/
git_ N/A 1.6.1 git://code.python.org/python/trunk git://code.python.org/python/branches/py3k
@ -278,7 +276,7 @@ for each scenario (unless otherwise noted).
========= ===
Name VCS
--------- ---
========= ===
Brett svn
Barry bzr
Alexandre hg
@ -1186,7 +1184,7 @@ Operating Systems
-----------------
==== ======================================= ============================================= =============================
DVCS Windows OS X UNIX
---- --------------------------------------- --------------------------------------------- -----------------------------
==== ======================================= ============================================= =============================
bzr yes (installer) w/ tortoise yes (installer, fink or MacPorts) yes (various package formats)
hg yes (third-party installer) w/ tortoise yes (third-party installer, fink or MacPorts) yes (various package formats)
git yes (third-party installer) yes (third-party installer, fink or MacPorts) yes (.deb or .rpm)
@ -1273,7 +1271,7 @@ Usage On Top Of Subversion
==== ============
DVCS svn support
---- ------------
==== ============
bzr bzr-svn_ (third-party)
hg `multiple third-parties <http://www.selenic.com/mercurial/wiki/index.cgi/WorkingWithSubversion>`__
git git-svn_
@ -1291,7 +1289,7 @@ Server Support
==== ==================
DVCS Web page interface
---- ------------------
==== ==================
bzr loggerhead_
hg hgweb_
git gitweb_
@ -1369,7 +1367,7 @@ space was calculated with ``du -c -h``.
======= ================ ========= =====
DVCS San Francisco Vancouver Space
------- ---------------- --------- -----
======= ================ ========= =====
svn 1:04 2:59 139 M
bzr 10:45 16:04 276 M
hg 2:30 5:24 171 M
@ -1391,7 +1389,7 @@ querying the history, the log for the ``README`` file was timed.
==== =====
DVCS Time
---- -----
==== =====
bzr 4.5 s
hg 1.1 s
git 1.5 s
@ -1440,7 +1438,7 @@ weeks stale and 1 week stale, respectively).
==== =========== ==========
DVCS 700 commits 50 commits
---- ----------- ----------
==== =========== ==========
bzr 39 s 7 s
hg 17 s 3 s
git N/A 4 s
@ -1507,7 +1505,7 @@ margin git is the least favorite version control system.
==== == ===== == ==========
DVCS ++ equal -- Uninformed
---- -- ----- -- ----------
==== == ===== == ==========
git 5 1 8 13
bzr 10 3 2 12
hg 15 1 1 10
@ -1534,4 +1532,5 @@ was to be the next version control system for Python.
Transition Plan
===============
PEP 385 outlines the transition from svn to hg.