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

Deploy to GitHub Pages: 264f6ae4b9

This commit is contained in:
Travis CI
2016-10-19 01:29:37 +00:00
parent aca45947f1
commit 497c4df2c9
24 changed files with 186 additions and 20 deletions

View File

@@ -22,7 +22,10 @@
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
<link rel="next" title="Creating ndarrays" href="ndarray.html" />
<link rel="prev" title="A simple tutorial on Arrays" href="simple.html" />
</head>
<body>
<div class="header">
@@ -57,6 +60,9 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="Creating ndarrays" href="ndarray.html"><img src="../_static/next.png" alt="next"/></a>
</div>
@@ -116,6 +122,9 @@ Here, we first convert the variable into a string, and then extract it as a C++
<div class="navbar" style="text-align:right;">
<a class="prev" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="Creating ndarrays" href="ndarray.html"><img src="../_static/next.png" alt="next"/></a>
</div>
</div>

View File

@@ -22,7 +22,10 @@
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
<link rel="next" title="Boost.Python NumPy extension Reference" href="../reference/index.html" />
<link rel="prev" title="Ufuncs" href="ufunc.html" />
</head>
<body>
<div class="header">
@@ -57,6 +60,9 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="Ufuncs" href="ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="Boost.Python NumPy extension Reference" href="../reference/index.html"><img src="../_static/next.png" alt="next"/></a>
</div>
@@ -119,6 +125,9 @@ The from_data method makes this possible.</p>
<div class="navbar" style="text-align:right;">
<a class="prev" title="Ufuncs" href="ufunc.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="Boost.Python NumPy extension Reference" href="../reference/index.html"><img src="../_static/next.png" alt="next"/></a>
</div>
</div>

View File

@@ -22,7 +22,9 @@
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="next" title="A simple tutorial on Arrays" href="simple.html" />
<link rel="prev" title="Welcome to the documentation of the Boost.Python NumPy extension!" href="../index.html" />
</head>
<body>
<div class="header">
@@ -57,17 +59,30 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="Welcome to the documentation of the Boost.Python NumPy extension!" href="../index.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="next" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/next.png" alt="next"/></a>
</div>
<div class="section" id="boost-python-numpy-extension-tutorial">
<h1>Boost.Python NumPy extension Tutorial</h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="simple.html">A simple tutorial on Arrays</a></li>
<li class="toctree-l1"><a class="reference internal" href="dtype.html">How to use dtypes</a></li>
<li class="toctree-l1"><a class="reference internal" href="ndarray.html">Creating ndarrays</a></li>
<li class="toctree-l1"><a class="reference internal" href="ufunc.html">Ufuncs</a></li>
<li class="toctree-l1"><a class="reference internal" href="fromdata.html">How to access data using raw pointers</a></li>
</ul>
</div>
</div>
<div class="navbar" style="text-align:right;">
<a class="prev" title="Welcome to the documentation of the Boost.Python NumPy extension!" href="../index.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="next" title="A simple tutorial on Arrays" href="simple.html"><img src="../_static/next.png" alt="next"/></a>
</div>
</div>

View File

@@ -22,7 +22,10 @@
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
<link rel="next" title="Ufuncs" href="ufunc.html" />
<link rel="prev" title="How to use dtypes" href="dtype.html" />
</head>
<body>
<div class="header">
@@ -57,6 +60,9 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="How to use dtypes" href="dtype.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="Ufuncs" href="ufunc.html"><img src="../_static/next.png" alt="next"/></a>
</div>
@@ -162,6 +168,9 @@ manipulate the &#8220;owner&#8221; object</p>
<div class="navbar" style="text-align:right;">
<a class="prev" title="How to use dtypes" href="dtype.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="Ufuncs" href="ufunc.html"><img src="../_static/next.png" alt="next"/></a>
</div>
</div>

View File

@@ -22,7 +22,10 @@
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
<link rel="next" title="How to use dtypes" href="dtype.html" />
<link rel="prev" title="Boost.Python NumPy extension Tutorial" href="index.html" />
</head>
<body>
<div class="header">
@@ -57,6 +60,9 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="How to use dtypes" href="dtype.html"><img src="../_static/next.png" alt="next"/></a>
</div>
@@ -104,6 +110,9 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="How to use dtypes" href="dtype.html"><img src="../_static/next.png" alt="next"/></a>
</div>
</div>

View File

@@ -22,7 +22,10 @@
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="top" title="Boost.Python NumPy extension 1.0 documentation" href="../index.html" />
<link rel="up" title="Boost.Python NumPy extension Tutorial" href="index.html" />
<link rel="next" title="How to access data using raw pointers" href="fromdata.html" />
<link rel="prev" title="Creating ndarrays" href="ndarray.html" />
</head>
<body>
<div class="header">
@@ -57,6 +60,9 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="Creating ndarrays" href="ndarray.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="How to access data using raw pointers" href="fromdata.html"><img src="../_static/next.png" alt="next"/></a>
</div>
@@ -182,6 +188,9 @@
<div class="navbar" style="text-align:right;">
<a class="prev" title="Creating ndarrays" href="ndarray.html"><img src="../_static/prev.png" alt="prev"/></a>
<a class="up" title="Boost.Python NumPy extension Tutorial" href="index.html"><img src="../_static/up.png" alt="up"/></a>
<a class="next" title="How to access data using raw pointers" href="fromdata.html"><img src="../_static/next.png" alt="next"/></a>
</div>
</div>