Skip to content

Commit 02936ee

Browse files
authored
Remove out keyword documentation (#50)
1 parent 17945d7 commit 02936ee

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

spec/API_specification/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ API specification
1212
type_promotion
1313
casting
1414
broadcasting
15-
out_keyword
1615
creation_functions
1716
elementwise_functions
1817
statistical_functions

spec/API_specification/out_keyword.md

-13
This file was deleted.

spec/API_specification/searching_functions.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ A conforming implementation of the array API standard must provide and support t
66

77
- Positional parameters must be [positional-only](https://www.python.org/dev/peps/pep-0570/) parameters. Positional-only parameters have no externally-usable name. When a function accepting positional-only parameters is called, positional arguments are mapped to these parameters based solely on their order.
88
- Optional parameters must be [keyword-only](https://www.python.org/dev/peps/pep-3102/) arguments.
9-
- The `out` keyword argument must follow the conventions defined in :ref:`out-keyword`.
109
- Broadcasting semantics must follow the semantics defined in :ref:`broadcasting`.
1110
- Unless stated otherwise, functions must support the data types defined in :ref:`data-types`.
1211
- Unless stated otherwise, functions must adhere to the type promotion rules defined in :ref:`type-promotion`.

0 commit comments

Comments
 (0)