Update of /cvsroot/boost/boost/libs/python/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9929/libs/python/doc

Modified Files:
      Tag: RC_1_34_0
        building.html building.rst 
Log Message:
Doc and build fixes by Dave Abrahams.

Index: building.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/doc/building.html,v
retrieving revision 1.32.4.5
retrieving revision 1.32.4.6
diff -u -d -r1.32.4.5 -r1.32.4.6
--- building.html       7 May 2007 19:00:01 -0000       1.32.4.5
+++ building.html       6 Jul 2007 19:47:17 -0000       1.32.4.6
@@ -75,7 +75,7 @@
 modules or the executable containing <tt class="docutils literal"><span 
class="pre">main()</span></tt>.</p>
 </div>
 <div class="section" id="no-install-quickstart">
-<h1><a class="toc-backref" href="#id27">3&nbsp;&nbsp;&nbsp;No-Install 
Quickstart</a></h1>
+<span id="quickstart"></span><h1><a class="toc-backref" 
href="#id27">3&nbsp;&nbsp;&nbsp;No-Install Quickstart</a></h1>
 <p>There is no need to “install Boost” in order to get started using
 Boost.Python.  These instructions use <a class="reference external" 
href="../../../tools/build/index.html">Boost.Build</a> projects,
 which will build those binaries as soon as they're needed.  Your
@@ -273,14 +273,6 @@
 argument to <tt class="docutils literal"><span class="pre">bjam</span></tt> 
(or the <tt class="docutils literal"><span 
class="pre">--with-libraries=python</span></tt> argument
 to <tt class="docutils literal"><span class="pre">configure</span></tt>), so 
only the Boost.Python binary will be built,
 rather than all the Boost binaries.</p>
-<div class="admonition-windows-users-no-auto-link-support admonition">
-<p class="first admonition-title">Windows Users: No Auto-Link Support</p>
-<p class="last">Boost.Python does not yet support the <a class="reference 
external" 
href="../../../more/getting_started/windows.html#link-your-program-to-a-boost-library">auto-link</a>
 feature, so if
-you're not using the <a class="reference internal" 
href="#no-install-quickstart">quickstart</a> method, you'll have to pay
-attention to the names of generated libraries and add extra link
-arguments not shown in the <a class="reference external" 
href="../../../more/getting_started/index.html">Getting Started Guide</a> to 
select the
-right library.</p>
-</div>
 </div>
 <div class="section" id="configuring-boost-build">
 <h1><a class="toc-backref" href="#id33">5&nbsp;&nbsp;&nbsp;Configuring 
Boost.Build</a></h1>
@@ -309,7 +301,7 @@
 </pre>
 <p>which automatically looks for Python in the most likely places.
 However, that only happens when using the Boost.Python project file
-(e.g. when referred to by another project as in the <a class="reference 
internal" href="#no-install-quickstart">quickstart</a>
+(e.g. when referred to by another project as in the <a class="reference 
internal" href="#quickstart">quickstart</a>
 method).  If instead you are linking against separately-compiled
 Boost.Python binaries, you should set up a <tt class="docutils literal"><span 
class="pre">user-config.jam</span></tt> file
 with at least the minimal incantation above.</p>
@@ -570,9 +562,6 @@
 <li><a class="reference external" 
href="../../../more/getting_started/windows.html#library-naming">on 
Windows</a></li>
 <li><a class="reference external" 
href="../../../more/getting_started/unix-variants.html#library-naming">on Unix 
variants</a></li>
 </ul>
-<p class="last">Be sure to read this section even if your compiler supports
-auto-linking, as Boost.Python does not yet take advantage of
-that feature.</p>
 </td></tr>
 </tbody>
 </table>
@@ -639,7 +628,7 @@
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="./building.rst">View document source</a>.
-Generated on: 2007-05-07 18:58 UTC.
+Generated on: 2007-07-02 13:46 UTC.
 Generated by <a class="reference external" 
href="http://docutils.sourceforge.net/";>Docutils</a> from <a class="reference 
external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a> 
source.
 
 </div>

Index: building.rst
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/doc/building.rst,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -d -r1.5.2.3 -r1.5.2.4
--- building.rst        7 May 2007 19:00:01 -0000       1.5.2.3
+++ building.rst        6 Jul 2007 19:47:17 -0000       1.5.2.4
@@ -65,6 +65,8 @@
 you can change them without rebuilding either the other extension
 modules or the executable containing ``main()``.
 
+.. _quickstart:
+
 No-Install Quickstart
 =====================
 
@@ -326,17 +328,6 @@
 to ``configure``), so only the Boost.Python binary will be built,
 rather than all the Boost binaries.
 
-.. Admonition:: Windows Users: No Auto-Link Support
-
-  Boost.Python does not yet support the `auto-link`_ feature, so if
-  you're not using the quickstart_ method, you'll have to pay
-  attention to the names of generated libraries and add extra link
-  arguments not shown in the `Getting Started Guide`_ to select the
-  right library.
-
-.. _auto-link: 
../../../more/getting_started/windows.html#link-your-program-to-a-boost-library
-
-.. _quickstart: `no-install quickstart`_
 
 Configuring Boost.Build
 =======================
@@ -652,10 +643,6 @@
    __ ../../../more/getting_started/windows.html#library-naming
    __ ../../../more/getting_started/unix-variants.html#library-naming
 
-   Be sure to read this section even if your compiler supports
-   auto-linking, as Boost.Python does not yet take advantage of
-   that feature.
-
 .. [#toolset-specific] Because of the way most \*nix platforms
    share symbols among dynamically-loaded objects, I'm not certain
    that extension modules built with different compiler toolsets


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to