Skip to content

Commit 4d06879

Browse files
committed
DOC: fix warnings
1 parent 60f9e7a commit 4d06879

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Contributors
1+
# Contributors
22

33
This project exists thanks to the following contributors
44
([emoji key](https://allcontributors.org/docs/en/emoji-key)):

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```{toctree}
44
:maxdepth: 2
55
:hidden:
6-
index.md
6+
self
77
api-reference.md
88
contributing.md
99
contributors.md

src/array_api_extra/_funcs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,10 @@ def sinc(x: Array, /, *, xp: ModuleType) -> Array:
440440
441441
References
442442
----------
443-
.. [1] Weisstein, Eric W. "Sinc Function." From MathWorld--A Wolfram Web
444-
Resource. https://mathworld.wolfram.com/SincFunction.html
445-
.. [2] Wikipedia, "Sinc function",
446-
https://en.wikipedia.org/wiki/Sinc_function
443+
#. Weisstein, Eric W. "Sinc Function." From MathWorld--A Wolfram Web
444+
Resource. https://mathworld.wolfram.com/SincFunction.html
445+
#. Wikipedia, "Sinc function",
446+
https://en.wikipedia.org/wiki/Sinc_function
447447
448448
Examples
449449
--------

0 commit comments

Comments
 (0)