From 7914d00597d7c521700164490a2f6b5900188579 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Wed, 28 Oct 2020 22:13:02 +0000 Subject: [PATCH] Remove "array duck typing" section This is covered throughout the document, from Use Cases and Scope to Assumptions and Static Typing. Having a separate section on this probably doesn't make sense. --- spec/design_topics/array_ducktyping.md | 1 - spec/design_topics/index.rst | 1 - 2 files changed, 2 deletions(-) delete mode 100644 spec/design_topics/array_ducktyping.md diff --git a/spec/design_topics/array_ducktyping.md b/spec/design_topics/array_ducktyping.md deleted file mode 100644 index 148ebceae..000000000 --- a/spec/design_topics/array_ducktyping.md +++ /dev/null @@ -1 +0,0 @@ -# Array duck typing diff --git a/spec/design_topics/index.rst b/spec/design_topics/index.rst index 9cc92be11..401b0b1c3 100644 --- a/spec/design_topics/index.rst +++ b/spec/design_topics/index.rst @@ -9,7 +9,6 @@ Design topics & constraints eager_lazy_eval parallelism static_typing - array_ducktyping data_interchange accuracy device_support