Skip to content

Commit

Permalink
DOC: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Nov 27, 2024
1 parent 60f9e7a commit 4d06879
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Contributors
# Contributors

This project exists thanks to the following contributors
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```{toctree}
:maxdepth: 2
:hidden:
index.md
self
api-reference.md
contributing.md
contributors.md
Expand Down
8 changes: 4 additions & 4 deletions src/array_api_extra/_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,10 @@ def sinc(x: Array, /, *, xp: ModuleType) -> Array:
References
----------
.. [1] Weisstein, Eric W. "Sinc Function." From MathWorld--A Wolfram Web
Resource. https://mathworld.wolfram.com/SincFunction.html
.. [2] Wikipedia, "Sinc function",
https://en.wikipedia.org/wiki/Sinc_function
#. Weisstein, Eric W. "Sinc Function." From MathWorld--A Wolfram Web
Resource. https://mathworld.wolfram.com/SincFunction.html
#. Wikipedia, "Sinc function",
https://en.wikipedia.org/wiki/Sinc_function
Examples
--------
Expand Down

0 comments on commit 4d06879

Please sign in to comment.