summaryrefslogtreecommitdiff
path: root/doc/html/mpi/python.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/mpi/python.html')
-rw-r--r--[-rwxr-xr-x]doc/html/mpi/python.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/mpi/python.html b/doc/html/mpi/python.html
index cc27546939..cd7c005cf7 100755..100644
--- a/doc/html/mpi/python.html
+++ b/doc/html/mpi/python.html
@@ -182,7 +182,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_skeleton_and_c_id778072.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_skeleton_id785599.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>