summaryrefslogtreecommitdiff
path: root/doc/html/mpi/python.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mpi/python.html')
-rw-r--r--doc/html/mpi/python.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/mpi/python.html b/doc/html/mpi/python.html
index c89e51fa8e..4739bc48a3 100644
--- a/doc/html/mpi/python.html
+++ b/doc/html/mpi/python.html
@@ -6,9 +6,9 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../mpi.html" title="Chapter&#160;26.&#160;Boost.MPI">
+<link rel="up" href="../mpi.html" title="Chapter&#160;25.&#160;Boost.MPI">
<link rel="prev" href="../boost/mpi/timer.html" title="Class timer">
-<link rel="next" href="../multi_array.html" title="Chapter&#160;27.&#160;Boost.MultiArray Reference Manual">
+<link rel="next" href="../multi_array.html" title="Chapter&#160;26.&#160;Boost.MultiArray Reference Manual">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -190,7 +190,7 @@ I am process 0 of 5.
</p>
<p>
To use the skeleton/content mechanism from Python, you must first register
- the type of your data structure with the skeleton/content mechanism <span class="bold"><strong>from C++</strong></span>. The registration function is <code class="computeroutput"><a class="link" href="../boost/mpi/python/register_skel_idp669096704.html" title="Function template register_skeleton_and_content">register_skeleton_and_content</a></code>
+ the type of your data structure with the skeleton/content mechanism <span class="bold"><strong>from C++</strong></span>. The registration function is <code class="computeroutput"><a class="link" href="../boost/mpi/python/register_skel_idp688384544.html" title="Function template register_skeleton_and_content">register_skeleton_and_content</a></code>
and resides in the <code class="computeroutput"><a class="link" href="reference.html#header.boost.mpi.python_hpp" title="Header &lt;boost/mpi/python.hpp&gt;">&lt;boost/mpi/python.hpp&gt;</a></code>
header.
</p>