Skip to content

Commit d741eb2

Browse files
authored
DOC: repositioned bitwise_count under bit-wise operations (numpy#28447)
Fixes numpy#28440 : Placed bitwise_count under bit-wise operations for better navigation
1 parent 2fd2491 commit d741eb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/reference/routines.bitwise.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Elementwise bit operations
1717
bitwise_left_shift
1818
right_shift
1919
bitwise_right_shift
20+
bitwise_count
2021

2122
Bit packing
2223
-----------

doc/source/reference/routines.math.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,3 @@ Miscellaneous
193193

194194
interp
195195

196-
bitwise_count

0 commit comments

Comments
 (0)