Skip to content

Commit 2c0b863

Browse files
author
Vahid Tavanashad
committed
update doc
1 parent 989f655 commit 2c0b863

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

doc/reference/fft.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FFT Functions
2-
=============
1+
Discrete Fourier Transform
2+
==========================
33

44
.. https://numpy.org/doc/stable/reference/routines.fft.html
55

doc/reference/linalg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Linear Algebra
1+
Linear algebra
22
==============
33

44
.. https://numpy.org/doc/stable/reference/routines.linalg.html

doc/reference/random.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Random Sampling (``dpnp.random``)
1+
Random sampling (``dpnp.random``)
22
=================================
33

44
.. https://numpy.org/doc/stable/reference/random/legacy.html

doc/reference/sorting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sorting, Searching, and Counting
1+
Sorting, searching, and counting
22
================================
33

44
.. https://numpy.org/doc/stable/reference/routines.sort.html

doc/reference/statistics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Statistical Functions
2-
=====================
1+
Statistics
2+
==========
33

44
.. https://numpy.org/doc/stable/reference/routines.statistics.html
55

0 commit comments

Comments
 (0)