Skip to content

Commit

Permalink
deploy: ff0ae9b
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld committed Sep 22, 2024
1 parent d295652 commit 23826bb
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h3>
</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: November 17, 2022 at 18:36:05 GMT</small></p></td>
<td align="left"><p><small>Last revised: September 22, 2024 at 17:27:34 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Expand Down
Binary file modified doc/html/numpy/.doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/html/numpy/.doctrees/tutorial/dtype.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/html/numpy/_sources/tutorial/dtype.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Next, create a list, and add this tuple to the list. Then use the list to create
list_for_dtype.append(for_custom_dtype) ;
np::dtype custom_dtype = np::dtype(list_for_dtype) ;

We are now ready to create an ndarray with dimensions specified by \*shape\* and of custom dtpye ::
We are now ready to create an ndarray with dimensions specified by \*shape\* and of custom dtype ::

np::ndarray new_array = np::zeros(shape,custom_dtype);
}
2 changes: 1 addition & 1 deletion doc/html/numpy/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/html/numpy/tutorial/dtype.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h1>How to use dtypes</h1>
<span class="n">np</span><span class="o">::</span><span class="n">dtype</span> <span class="n">custom_dtype</span> <span class="o">=</span> <span class="n">np</span><span class="o">::</span><span class="n">dtype</span><span class="p">(</span><span class="n">list_for_dtype</span><span class="p">)</span> <span class="p">;</span>
</pre></div>
</div>
<p>We are now ready to create an ndarray with dimensions specified by *shape* and of custom dtpye</p>
<p>We are now ready to create an ndarray with dimensions specified by *shape* and of custom dtype</p>
<div class="highlight-c++ notranslate"><div class="highlight"><pre><span></span> <span class="n">np</span><span class="o">::</span><span class="n">ndarray</span> <span class="n">new_array</span> <span class="o">=</span> <span class="n">np</span><span class="o">::</span><span class="n">zeros</span><span class="p">(</span><span class="n">shape</span><span class="p">,</span><span class="n">custom_dtype</span><span class="p">);</span>
<span class="p">}</span>
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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: November 17, 2022 at 18:36:07 GMT</small></p></td>
<td align="left"><p><small>Last revised: September 22, 2024 at 17:27:36 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3>
</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: November 17, 2022 at 18:36:06 GMT</small></p></td>
<td align="left"><p><small>Last revised: September 22, 2024 at 17:27:34 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Expand Down

0 comments on commit 23826bb

Please sign in to comment.