diff --git a/doc/internals.html b/doc/internals.html index d777bee9..4f7984f0 100755 --- a/doc/internals.html +++ b/doc/internals.html @@ -4,21 +4,21 @@ -Boost Python Internals - +Boost.Python Internals Boost -
-

Boost Python Internals

-

A conversation between Brett Calcott and David Abrahams

- --+
++ - - + +
Copyright:Copyright Brett Calcott and David Abrahams 2003. All -rights reserved.
copyright:Copyright David Abrahams and Brett Calcott 2003. See +accompanying license for terms of use.

In both of these cases, I'm quite capable of reading code - but the @@ -118,10 +118,11 @@ way from c++ to python and back again.

info in the LLNL progress reports and the messages they link to. Also,

-http://mail.python.org/pipermail/c++-sig/2002-May/001023.html -http://mail.python.org/pipermail/c++-sig/2002-December/003115.html -http://aspn.activestate.com/ASPN/Mail/Message/1280898 -http://mail.python.org/pipermail/c++-sig/2002-July/001755.html
+

http://mail.python.org/pipermail/c++-sig/2002-May/001023.html

+

http://mail.python.org/pipermail/c++-sig/2002-December/003115.html

+

http://aspn.activestate.com/ASPN/Mail/Message/1280898

+

http://mail.python.org/pipermail/c++-sig/2002-July/001755.html

+

from c++ to python:

It depends on the type and the call policies in use or, for @@ -174,10 +175,11 @@ possible, then construct the converted object as a second step.

+ diff --git a/doc/internals.rst b/doc/internals.rst index a0b028b9..f4576853 100755 --- a/doc/internals.rst +++ b/doc/internals.rst @@ -1,13 +1,23 @@ -======================== - Boost Python Internals -======================== +=================================== + Boost.Python_ Internals |(logo)|__ +=================================== + +.. |(logo)| image:: ../../../c++boost.gif + :alt: Boost + +__ ../../../index.htm + +.. _`Boost.Python`: index.html + +.. _license: ../../../LICENSE + ------------------------------------------------------- A conversation between Brett Calcott and David Abrahams ------------------------------------------------------- -:copyright: Copyright Brett Calcott and David Abrahams 2003. All - rights reserved. +:copyright: Copyright David Abrahams and Brett Calcott 2003. See + accompanying license_ for terms of use. In both of these cases, I'm quite capable of reading code - but the thing I don't get from scanning the source is a sense of the @@ -107,8 +117,11 @@ Can you gesture in the general direction where these things are done? Also, http://mail.python.org/pipermail/c++-sig/2002-May/001023.html + http://mail.python.org/pipermail/c++-sig/2002-December/003115.html + http://aspn.activestate.com/ASPN/Mail/Message/1280898 + http://mail.python.org/pipermail/c++-sig/2002-July/001755.html from c++ to python: