summaryrefslogtreecommitdiff
path: root/libs/python/doc
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:11:01 +0900
commit3fdc3e5ee96dca5b11d1694975a65200787eab86 (patch)
tree5c1733853892b8397d67706fa453a9bd978d2102 /libs/python/doc
parent88e602c57797660ebe0f9e15dbd64c1ff16dead3 (diff)
downloadboost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.gz
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.tar.bz2
boost-3fdc3e5ee96dca5b11d1694975a65200787eab86.zip
Imported Upstream version 1.66.0upstream/1.66.0
Diffstat (limited to 'libs/python/doc')
-rw-r--r--[-rwxr-xr-x]libs/python/doc/html/images/python_cpp_mix.pngbin6293 -> 6293 bytes
-rw-r--r--libs/python/doc/html/index.html2
-rw-r--r--libs/python/doc/html/reference/index.html2
-rw-r--r--libs/python/doc/html/tutorial/index.html2
-rw-r--r--libs/python/doc/html/tutorial/tutorial/exposing.html4
-rw-r--r--libs/python/doc/html/tutorial/tutorial/functions.html2
-rw-r--r--libs/python/doc/html/tutorial/tutorial/object.html2
-rw-r--r--[-rwxr-xr-x]libs/python/doc/internals.html0
-rw-r--r--[-rwxr-xr-x]libs/python/doc/internals.rst0
-rw-r--r--libs/python/doc/numpy/_build/doctrees/environment.picklebin18882 -> 18882 bytes
10 files changed, 7 insertions, 7 deletions
diff --git a/libs/python/doc/html/images/python_cpp_mix.png b/libs/python/doc/html/images/python_cpp_mix.png
index fd74cbb224..fd74cbb224 100755..100644
--- a/libs/python/doc/html/images/python_cpp_mix.png
+++ b/libs/python/doc/html/images/python_cpp_mix.png
Binary files differ
diff --git a/libs/python/doc/html/index.html b/libs/python/doc/html/index.html
index 77f6f760b6..7174791b5e 100644
--- a/libs/python/doc/html/index.html
+++ b/libs/python/doc/html/index.html
@@ -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: September 02, 2017 at 10:14:27 GMT</small></p></td>
+<td align="left"><p><small>Last revised: December 14, 2017 at 00:12:19 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
diff --git a/libs/python/doc/html/reference/index.html b/libs/python/doc/html/reference/index.html
index d074bd61d3..6fb3fed3b5 100644
--- a/libs/python/doc/html/reference/index.html
+++ b/libs/python/doc/html/reference/index.html
@@ -619,7 +619,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: September 02, 2017 at 10:14:32 GMT</small></p></td>
+<td align="left"><p><small>Last revised: December 14, 2017 at 00:12:23 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
diff --git a/libs/python/doc/html/tutorial/index.html b/libs/python/doc/html/tutorial/index.html
index 541d3cd768..96ad4618eb 100644
--- a/libs/python/doc/html/tutorial/index.html
+++ b/libs/python/doc/html/tutorial/index.html
@@ -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: September 02, 2017 at 10:14:29 GMT</small></p></td>
+<td align="left"><p><small>Last revised: December 14, 2017 at 00:12:22 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
diff --git a/libs/python/doc/html/tutorial/tutorial/exposing.html b/libs/python/doc/html/tutorial/tutorial/exposing.html
index 00ebbd52c3..158ca0c569 100644
--- a/libs/python/doc/html/tutorial/tutorial/exposing.html
+++ b/libs/python/doc/html/tutorial/tutorial/exposing.html
@@ -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><div><p class="title"><b></b></p></div></div></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><div><p class="title"><b></b></p></div></div></div>
<p>
<span class="inlinemediaobject"><img src="../../images/alert.png"></span>
diff --git a/libs/python/doc/html/tutorial/tutorial/functions.html b/libs/python/doc/html/tutorial/tutorial/functions.html
index 1403877138..4858abee8a 100644
--- a/libs/python/doc/html/tutorial/tutorial/functions.html
+++ b/libs/python/doc/html/tutorial/tutorial/functions.html
@@ -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><div><p class="title"><b></b></p></div></div></div>
<p>
<span class="inlinemediaobject"><img src="../../images/smiley.png"></span>
diff --git a/libs/python/doc/html/tutorial/tutorial/object.html b/libs/python/doc/html/tutorial/tutorial/object.html
index eba0a36d58..aa3781d930 100644
--- a/libs/python/doc/html/tutorial/tutorial/object.html
+++ b/libs/python/doc/html/tutorial/tutorial/object.html
@@ -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><div><p class="title"><b></b></p></div></div></div>
<p>
<span class="inlinemediaobject"><img src="../../images/alert.png"></span>
diff --git a/libs/python/doc/internals.html b/libs/python/doc/internals.html
index 2f7d760705..2f7d760705 100755..100644
--- a/libs/python/doc/internals.html
+++ b/libs/python/doc/internals.html
diff --git a/libs/python/doc/internals.rst b/libs/python/doc/internals.rst
index 2438d5ffbc..2438d5ffbc 100755..100644
--- a/libs/python/doc/internals.rst
+++ b/libs/python/doc/internals.rst
diff --git a/libs/python/doc/numpy/_build/doctrees/environment.pickle b/libs/python/doc/numpy/_build/doctrees/environment.pickle
index 90e7a0bbf8..7758622c1d 100644
--- a/libs/python/doc/numpy/_build/doctrees/environment.pickle
+++ b/libs/python/doc/numpy/_build/doctrees/environment.pickle
Binary files differ