|  | 
| 3 | 3 |   <head><meta charset="utf-8"/> | 
| 4 | 4 |     <meta name="viewport" content="width=device-width,initial-scale=1"/> | 
| 5 | 5 |     <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" /> | 
| 6 |  | -<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Contributing" href="../contributing.html" /><link rel="prev" title="API Reference" href="../api-reference.html" /> | 
|  | 6 | +<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="array_api_extra.expand_dims" href="array_api_extra.expand_dims.html" /><link rel="prev" title="API Reference" href="../api-reference.html" /> | 
| 7 | 7 | 
 | 
| 8 | 8 |     <!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 --> | 
| 9 | 9 |         <title>array_api_extra.atleast_nd - array-api-extra 0.1.2.dev0 documentation</title> | 
|  | 
| 202 | 202 |   <ul class="current"> | 
| 203 | 203 | <li class="toctree-l1 current has-children"><a class="reference internal" href="../api-reference.html">API Reference</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" role="switch" type="checkbox"/><label for="toctree-checkbox-1"><div class="visually-hidden">Toggle navigation of API Reference</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul class="current"> | 
| 204 | 204 | <li class="toctree-l2 current current-page"><a class="current reference internal" href="#">array_api_extra.atleast_nd</a></li> | 
|  | 205 | +<li class="toctree-l2"><a class="reference internal" href="array_api_extra.expand_dims.html">array_api_extra.expand_dims</a></li> | 
|  | 206 | +<li class="toctree-l2"><a class="reference internal" href="array_api_extra.kron.html">array_api_extra.kron</a></li> | 
| 205 | 207 | </ul> | 
| 206 | 208 | </li> | 
| 207 | 209 | <li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li> | 
|  | 
| 253 | 255 | <h1>array_api_extra.atleast_nd<a class="headerlink" href="#array-api-extra-atleast-nd" title="Link to this heading">¶</a></h1> | 
| 254 | 256 | <dl class="py function"> | 
| 255 | 257 | <dt class="sig sig-object py" id="array_api_extra.atleast_nd"> | 
| 256 |  | -<span class="sig-prename descclassname"><span class="pre">array_api_extra.</span></span><span class="sig-name descname"><span class="pre">atleast_nd</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">x</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">ndim</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">xp</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#array_api_extra.atleast_nd" title="Link to this definition">¶</a></dt> | 
|  | 258 | +<span class="sig-prename descclassname"><span class="pre">array_api_extra.</span></span><span class="sig-name descname"><span class="pre">atleast_nd</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">x</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">/</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">ndim</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">xp</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#array_api_extra.atleast_nd" title="Link to this definition">¶</a></dt> | 
| 257 | 259 | <dd><p>Recursively expand the dimension of an array to at least <cite>ndim</cite>.</p> | 
| 258 | 260 | <dl class="field-list simple"> | 
| 259 | 261 | <dt class="field-odd">Parameters<span class="colon">:</span></dt> | 
| 260 | 262 | <dd class="field-odd"><ul class="simple"> | 
| 261 | 263 | <li><p><strong>x</strong> (<em>array</em>)</p></li> | 
| 262 |  | -<li><p><strong>ndim</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – The minimum number of dimensions for the result.</p></li> | 
|  | 264 | +<li><p><strong>ndim</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – The minimum number of dimensions for the result.</p></li> | 
| 263 | 265 | <li><p><strong>xp</strong> (<em>array_namespace</em>) – The standard-compatible namespace for <cite>x</cite>.</p></li> | 
| 264 | 266 | </ul> | 
| 265 | 267 | </dd> | 
| @@ -296,12 +298,12 @@ <h1>array_api_extra.atleast_nd<a class="headerlink" href="#array-api-extra-atlea | 
| 296 | 298 |       <footer> | 
| 297 | 299 | 
 | 
| 298 | 300 |         <div class="related-pages"> | 
| 299 |  | -          <a class="next-page" href="../contributing.html"> | 
|  | 301 | +          <a class="next-page" href="array_api_extra.expand_dims.html"> | 
| 300 | 302 |               <div class="page-info"> | 
| 301 | 303 |                 <div class="context"> | 
| 302 | 304 |                   <span>Next</span> | 
| 303 | 305 |                 </div> | 
| 304 |  | -                <div class="title">Contributing</div> | 
|  | 306 | +                <div class="title">array_api_extra.expand_dims</div> | 
| 305 | 307 |               </div> | 
| 306 | 308 |               <svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg> | 
| 307 | 309 |             </a> | 
|  | 
0 commit comments