Skip to content

Commit a08b4cf

Browse files
committed
Deploying to gh-pages from @ 13dc1ef 🚀
1 parent c80dc26 commit a08b4cf

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

_sources/contributing.md.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ converting code to consume the standard!
1313
- Import your function to `src/array_api_extra/__init__.py` and add it to
1414
`__all__` there.
1515
- Add a test class for your function in `tests/test_funcs.py`.
16+
- Add your function to `docs/api-reference.md`.
1617
- [Make a PR!](https://github.com/data-apis/array-api-extra/pulls)
1718

1819
## Development workflow

_sources/index.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ a specific version, or vendor the library inside your own.
4848
## Vendoring
4949

5050
To vendor the library, clone
51-
[the repository](https://github.com/data-apis/array-api-extra) and copy
52-
`array_api_extra` into the appropriate place in your library, like:
51+
[the repository](https://github.com/data-apis/array-api-extra) and copy it into
52+
the appropriate place in your library, like:
5353

5454
```
5555
cp -R array-api-extra/ mylib/vendored/array_api_extra

contributing.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ <h2>How to contribute a function<a class="headerlink" href="#how-to-contribute-a
267267
<li><p>Import your function to <code class="docutils literal notranslate"><span class="pre">src/array_api_extra/__init__.py</span></code> and add it to
268268
<code class="docutils literal notranslate"><span class="pre">__all__</span></code> there.</p></li>
269269
<li><p>Add a test class for your function in <code class="docutils literal notranslate"><span class="pre">tests/test_funcs.py</span></code>.</p></li>
270+
<li><p>Add your function to <code class="docutils literal notranslate"><span class="pre">docs/api-reference.md</span></code>.</p></li>
270271
<li><p><a class="reference external" href="https://github.com/data-apis/array-api-extra/pulls">Make a PR!</a></p></li>
271272
</ul>
272273
</section>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ <h1>array-api-extra<a class="headerlink" href="#array-api-extra" title="Link to
285285
<section id="vendoring">
286286
<span id="id2"></span><h2>Vendoring<a class="headerlink" href="#vendoring" title="Link to this heading"></a></h2>
287287
<p>To vendor the library, clone
288-
<a class="reference external" href="https://github.com/data-apis/array-api-extra">the repository</a> and copy
289-
<code class="docutils literal notranslate"><span class="pre">array_api_extra</span></code> into the appropriate place in your library, like:</p>
288+
<a class="reference external" href="https://github.com/data-apis/array-api-extra">the repository</a> and copy it into
289+
the appropriate place in your library, like:</p>
290290
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cp</span> <span class="o">-</span><span class="n">R</span> <span class="n">array</span><span class="o">-</span><span class="n">api</span><span class="o">-</span><span class="n">extra</span><span class="o">/</span> <span class="n">mylib</span><span class="o">/</span><span class="n">vendored</span><span class="o">/</span><span class="n">array_api_extra</span>
291291
</pre></div>
292292
</div>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)