2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-31 08:22:18 +00:00

Deploy to GitHub Pages: aeedea409a

This commit is contained in:
Travis CI
2017-07-20 17:50:27 +00:00
parent d772618958
commit 63375b8125
6 changed files with 6 additions and 6 deletions

BIN
doc/html/images/jam.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -123,7 +123,7 @@
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: June 25, 2017 at 22:48:31 GMT</small></p></td>
<td align="left"><p><small>Last revised: July 20, 2017 at 17:50:03 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@@ -128,7 +128,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: June 25, 2017 at 22:48:37 GMT</small></p></td>
<td align="left"><p><small>Last revised: July 20, 2017 at 17:50:10 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@@ -140,7 +140,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: June 25, 2017 at 22:48:47 GMT</small></p></td>
<td align="left"><p><small>Last revised: July 20, 2017 at 17:50:19 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

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>.