2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Deploy to GitHub Pages: ae747521b0

This commit is contained in:
Travis CI
2017-03-24 20:33:38 +00:00
parent 6288a814ce
commit 5b6b49f1a6
19 changed files with 6 additions and 6 deletions

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: March 06, 2017 at 17:53:30 GMT</small></p></td>
<td align="left"><p><small>Last revised: March 24, 2017 at 20:33:13 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: March 06, 2017 at 17:53:38 GMT</small></p></td>
<td align="left"><p><small>Last revised: March 24, 2017 at 20:33:20 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@@ -160,8 +160,8 @@
<p>
Iterator objects also need to implement this method; they are required
to return themselves. For more information on iterator objects, see
<a href="http://www.python.org/doc/current/lib/typeiter.html" target="_top">Iterator
Types</a> in the <a href="http://www.python.org/doc/current/lib/lib.html" target="_top">Python
<a href="https://docs.python.org/3/library/stdtypes.html#iterator-types" target="_top">Iterator
Types</a> in the <a href="https://docs.python.org/3/library/index.html" target="_top">Python
Library Reference</a>.
</p>
</dd>

View File

@@ -48,7 +48,7 @@
</p>
<p>
The Boost Python Library supports the pickle module through the interface
as described in detail in the <a href="http://www.python.org/doc/current/lib/module-pickle.html" target="_top">Python
as described in detail in the <a href="https://docs.python.org/2/library/pickle.html" target="_top">Python
Library Reference for pickle</a>. This interface involves the special
methods <code class="computeroutput"><span class="identifier">__getinitargs__</span></code>,
<code class="computeroutput"><span class="identifier">__getstate__</span></code> and <code class="computeroutput"><span class="identifier">__setstate__</span></code> as described in the following.

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: March 06, 2017 at 17:53:48 GMT</small></p></td>
<td align="left"><p><small>Last revised: March 24, 2017 at 20:33:30 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>