瀏覽代碼

formatting tweak

[SVN r36100]
Dave Abrahams 19 年之前
父節點
當前提交
b289a00aad
共有 2 個文件被更改,包括 56 次插入56 次删除
  1. 17 17
      more/getting_started.html
  2. 39 39
      more/getting_started.rst

+ 17 - 17
more/getting_started.html

@@ -399,9 +399,9 @@ and with options described in the following sections.</p>
 following table.</p>
 following table.</p>
 <table border="1" class="docutils">
 <table border="1" class="docutils">
 <colgroup>
 <colgroup>
-<col width="14%" />
-<col width="35%" />
-<col width="51%" />
+<col width="18%" />
+<col width="33%" />
+<col width="48%" />
 </colgroup>
 </colgroup>
 <thead valign="bottom">
 <thead valign="bottom">
 <tr><th class="head">Toolset
 <tr><th class="head">Toolset
@@ -411,64 +411,64 @@ Name</th>
 </tr>
 </tr>
 </thead>
 </thead>
 <tbody valign="top">
 <tbody valign="top">
-<tr><td>acc</td>
+<tr><td><tt class="docutils literal"><span class="pre">acc</span></tt></td>
 <td>Hewlett Packard</td>
 <td>Hewlett Packard</td>
 <td>Only very recent versions are
 <td>Only very recent versions are
 known to work well with Boost</td>
 known to work well with Boost</td>
 </tr>
 </tr>
-<tr><td>borland</td>
+<tr><td><tt class="docutils literal"><span class="pre">borland</span></tt></td>
 <td>Borland</td>
 <td>Borland</td>
 <td>&nbsp;</td>
 <td>&nbsp;</td>
 </tr>
 </tr>
-<tr><td>como</td>
+<tr><td><tt class="docutils literal"><span class="pre">como</span></tt></td>
 <td>Comeau Computing</td>
 <td>Comeau Computing</td>
 <td>Using this toolset may
 <td>Using this toolset may
 require <a class="reference" href="../tools/build/index.html">configuring</a> another
 require <a class="reference" href="../tools/build/index.html">configuring</a> another
 toolset to act as its backend</td>
 toolset to act as its backend</td>
 </tr>
 </tr>
-<tr><td>cw</td>
+<tr><td><tt class="docutils literal"><span class="pre">cw</span></tt></td>
 <td>Metrowerks/FreeScale</td>
 <td>Metrowerks/FreeScale</td>
 <td>The CodeWarrior compiler.  We
 <td>The CodeWarrior compiler.  We
 have not tested versions of
 have not tested versions of
 this compiler produced since
 this compiler produced since
 it was sold to FreeScale.</td>
 it was sold to FreeScale.</td>
 </tr>
 </tr>
-<tr><td>dmc</td>
+<tr><td><tt class="docutils literal"><span class="pre">dmc</span></tt></td>
 <td>Digital Mars</td>
 <td>Digital Mars</td>
 <td>As of this Boost release, no
 <td>As of this Boost release, no
 version of dmc is known to
 version of dmc is known to
 handle Boost well.</td>
 handle Boost well.</td>
 </tr>
 </tr>
-<tr><td>gcc</td>
+<tr><td><tt class="docutils literal"><span class="pre">gcc</span></tt></td>
 <td>The Gnu Project</td>
 <td>The Gnu Project</td>
 <td>&nbsp;</td>
 <td>&nbsp;</td>
 </tr>
 </tr>
-<tr><td>hp_cxx</td>
+<tr><td><tt class="docutils literal"><span class="pre">hp_cxx</span></tt></td>
 <td>Hewlett Packard</td>
 <td>Hewlett Packard</td>
 <td>Targeted at the Tru64
 <td>Targeted at the Tru64
 operating system.</td>
 operating system.</td>
 </tr>
 </tr>
-<tr><td>intel</td>
+<tr><td><tt class="docutils literal"><span class="pre">intel</span></tt></td>
 <td>Intel</td>
 <td>Intel</td>
 <td>&nbsp;</td>
 <td>&nbsp;</td>
 </tr>
 </tr>
-<tr><td>kylix</td>
+<tr><td><tt class="docutils literal"><span class="pre">kylix</span></tt></td>
 <td>Borland</td>
 <td>Borland</td>
 <td>&nbsp;</td>
 <td>&nbsp;</td>
 </tr>
 </tr>
-<tr><td>msvc</td>
+<tr><td><tt class="docutils literal"><span class="pre">msvc</span></tt></td>
 <td>Microsoft</td>
 <td>Microsoft</td>
 <td>&nbsp;</td>
 <td>&nbsp;</td>
 </tr>
 </tr>
-<tr><td>qcc</td>
+<tr><td><tt class="docutils literal"><span class="pre">qcc</span></tt></td>
 <td>QNX Software Systems</td>
 <td>QNX Software Systems</td>
 <td>&nbsp;</td>
 <td>&nbsp;</td>
 </tr>
 </tr>
-<tr><td>sun</td>
+<tr><td><tt class="docutils literal"><span class="pre">sun</span></tt></td>
 <td>Sun</td>
 <td>Sun</td>
 <td>&nbsp;</td>
 <td>&nbsp;</td>
 </tr>
 </tr>
-<tr><td>vacpp</td>
+<tr><td><tt class="docutils literal"><span class="pre">vacpp</span></tt></td>
 <td>IBM</td>
 <td>IBM</td>
 <td>The VisualAge C++ compiler.</td>
 <td>The VisualAge C++ compiler.</td>
 </tr>
 </tr>
@@ -834,7 +834,7 @@ recommend it.</td></tr>
 </div>
 </div>
 <div class="footer">
 <div class="footer">
 <hr class="footer" />
 <hr class="footer" />
-Generated on: 2006-11-19 22:38 UTC.
+Generated on: 2006-11-20 03:57 UTC.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 
 </div>
 </div>

+ 39 - 39
more/getting_started.rst

@@ -437,45 +437,45 @@ Identify Your Toolset
 First, find the toolset corresponding to your compiler in the
 First, find the toolset corresponding to your compiler in the
 following table.  
 following table.  
 
 
-+--------+--------------------+-----------------------------+
-|Toolset |Vendor              |Notes                        |
-|Name    |                    |                             |
-+========+====================+=============================+
-|acc     |Hewlett Packard     |Only very recent versions are|
-|        |                    |known to work well with Boost|
-+--------+--------------------+-----------------------------+
-|borland |Borland             |                             |
-+--------+--------------------+-----------------------------+
-|como    |Comeau Computing    |Using this toolset may       |
-|        |                    |require configuring__ another|
-|        |                    |toolset to act as its backend|
-+--------+--------------------+-----------------------------+
-|cw      |Metrowerks/FreeScale|The CodeWarrior compiler.  We|
-|        |                    |have not tested versions of  |
-|        |                    |this compiler produced since |
-|        |                    |it was sold to FreeScale.    |
-+--------+--------------------+-----------------------------+
-|dmc     |Digital Mars        |As of this Boost release, no |
-|        |                    |version of dmc is known to   |
-|        |                    |handle Boost well.           |
-+--------+--------------------+-----------------------------+
-|gcc     |The Gnu Project     |                             |
-+--------+--------------------+-----------------------------+
-|hp_cxx  |Hewlett Packard     |Targeted at the Tru64        |
-|        |                    |operating system.            |
-+--------+--------------------+-----------------------------+
-|intel   |Intel               |                             |
-+--------+--------------------+-----------------------------+
-|kylix   |Borland             |                             |
-+--------+--------------------+-----------------------------+
-|msvc    |Microsoft           |                             |
-+--------+--------------------+-----------------------------+
-|qcc     |QNX Software Systems|                             |
-+--------+--------------------+-----------------------------+
-|sun     |Sun                 |                             |
-+--------+--------------------+-----------------------------+
-|vacpp   |IBM                 |The VisualAge C++ compiler.  |
-+--------+--------------------+-----------------------------+
++-----------+--------------------+-----------------------------+
+|Toolset    |Vendor              |Notes                        |
+|Name       |                    |                             |
++===========+====================+=============================+
+|``acc``    |Hewlett Packard     |Only very recent versions are|
+|           |                    |known to work well with Boost|
++-----------+--------------------+-----------------------------+
+|``borland``|Borland             |                             |
++-----------+--------------------+-----------------------------+
+|``como``   |Comeau Computing    |Using this toolset may       |
+|           |                    |require configuring__ another|
+|           |                    |toolset to act as its backend|
++-----------+--------------------+-----------------------------+
+|``cw``     |Metrowerks/FreeScale|The CodeWarrior compiler.  We|
+|           |                    |have not tested versions of  |
+|           |                    |this compiler produced since |
+|           |                    |it was sold to FreeScale.    |
++-----------+--------------------+-----------------------------+
+|``dmc``    |Digital Mars        |As of this Boost release, no |
+|           |                    |version of dmc is known to   |
+|           |                    |handle Boost well.           |
++-----------+--------------------+-----------------------------+
+|``gcc``    |The Gnu Project     |                             |
++-----------+--------------------+-----------------------------+
+|``hp_cxx`` |Hewlett Packard     |Targeted at the Tru64        |
+|           |                    |operating system.            |
++-----------+--------------------+-----------------------------+
+|``intel``  |Intel               |                             |
++-----------+--------------------+-----------------------------+
+|``kylix``  |Borland             |                             |
++-----------+--------------------+-----------------------------+
+|``msvc``   |Microsoft           |                             |
++-----------+--------------------+-----------------------------+
+|``qcc``    |QNX Software Systems|                             |
++-----------+--------------------+-----------------------------+
+|``sun``    |Sun                 |                             |
++-----------+--------------------+-----------------------------+
+|``vacpp``  |IBM                 |The VisualAge C++ compiler.  |
++-----------+--------------------+-----------------------------+
 
 
 __ Boost.Build_
 __ Boost.Build_
 
 

粤ICP备19079148号