2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Deploy to GitHub Pages: 2d1f66fd19

This commit is contained in:
Travis CI
2017-07-20 15:55:06 +00:00
parent 64ecd89159
commit d772618958
6 changed files with 6 additions and 6 deletions

View File

@@ -55,9 +55,9 @@
<p>
We will skip over the details. Our objective will be to simply create the hello
world module and run it in Python. For a complete reference to building Boost.Python,
check out: <a href="../../../../building.html" target="_top">building.html</a>. After
this brief <span class="emphasis"><em>bjam</em></span> tutorial, we should have built the DLLs
and run a python program using the extension.
check out: <a href="../../building.html" target="_top">building.html</a>. After this
brief <span class="emphasis"><em>bjam</em></span> tutorial, we should have built the DLLs and
run a python program using the extension.
</p>
<p>
The tutorial example can be found in the directory: <code class="literal">libs/python/example/tutorial</code>.