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

Deploy to GitHub Pages: 02e079cf4d

This commit is contained in:
Travis CI
2018-03-08 17:40:43 +00:00
parent 30ea8069ad
commit 34384e4425
54 changed files with 266 additions and 291 deletions

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: August 19, 2017 at 16:11:46 GMT</small></p></td>
<td align="left"><p><small>Last revised: March 08, 2018 at 17:40:24 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@@ -346,7 +346,7 @@
The <code class="computeroutput"><span class="identifier">wrapper</span></code> template makes
the job of wrapping classes that are meant to overridden in Python, easier.
</p>
<div class="sidebar">
<div class="blurb">
<div class="titlepage"></div>
<p>
<span class="inlinemediaobject"><img src="../../images/alert.png"></span>
@@ -442,7 +442,7 @@
we have to check if there is an override for <code class="computeroutput"><span class="identifier">f</span></code>.
If none, then we call <code class="computeroutput"><span class="identifier">Base</span><span class="special">::</span><span class="identifier">f</span><span class="special">()</span></code>.
</p>
<div class="sidebar">
<div class="blurb">
<div class="titlepage"></div>
<p>
<span class="inlinemediaobject"><img src="../../images/alert.png"></span>

View File

@@ -275,7 +275,7 @@ Namespaces are one honking great idea -- let's do more of those!
</ul></div>
</li>
</ul></div>
<div class="sidebar">
<div class="blurb">
<div class="titlepage"></div>
<p>
<span class="inlinemediaobject"><img src="../../images/smiley.png"></span>

View File

@@ -165,7 +165,7 @@
% x,y,z</code> in Python, which is useful since there's no easy way to
do that in std C++.
</p>
<div class="sidebar">
<div class="blurb">
<div class="titlepage"></div>
<p>
<span class="inlinemediaobject"><img src="../../images/alert.png"></span>