From 4dd5f122a2618f228f12e0a75a8b6c1789206604 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 10 Nov 2020 11:17:04 +0000 Subject: [PATCH] Reorder design topics sections for relevance - The most fundamental topics first - Topics that are more context and don't impact the design towards the end --- spec/design_topics/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/design_topics/index.rst b/spec/design_topics/index.rst index bfb2a83c3..6e41899ca 100644 --- a/spec/design_topics/index.rst +++ b/spec/design_topics/index.rst @@ -6,9 +6,9 @@ Design topics & constraints :maxdepth: 1 copies_views_and_mutation - parallelism - static_typing data_interchange - accuracy device_support + static_typing + accuracy C_API + parallelism