From 5db4da31ec5f5e22c66bb8884ce971d3004f7a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Fri, 14 May 2021 18:28:00 -0400 Subject: [PATCH] STYLE: Switch to the new code order: Python before C++ --- .../Metricsv4/RegisterTwoPointSets/Documentation.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Registration/Metricsv4/RegisterTwoPointSets/Documentation.rst b/src/Registration/Metricsv4/RegisterTwoPointSets/Documentation.rst index ab7b24e67..c8f2d8d45 100644 --- a/src/Registration/Metricsv4/RegisterTwoPointSets/Documentation.rst +++ b/src/Registration/Metricsv4/RegisterTwoPointSets/Documentation.rst @@ -57,12 +57,6 @@ Jupyter Notebook Code -------- -C++ -... - -.. literalinclude:: Code.cxx - :lines: 20- - Python ...... @@ -70,6 +64,12 @@ Python :language: python :lines: 1, 23- +C++ +... + +.. literalinclude:: Code.cxx + :lines: 20- + Classes demonstrated --------------------