From cd9d10cd4c485582e23ed3629e915e3771a51dd6 Mon Sep 17 00:00:00 2001 From: Pedro Bressan Date: Mon, 27 Nov 2023 14:33:21 -0300 Subject: [PATCH] DOC: correct Function docstring section placement. --- rocketpy/mathutils/function.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rocketpy/mathutils/function.py b/rocketpy/mathutils/function.py index 5f9fc770f..e52fbb2fb 100644 --- a/rocketpy/mathutils/function.py +++ b/rocketpy/mathutils/function.py @@ -59,13 +59,6 @@ def __init__( - Function: Copies the source of the provided Function object, creating a new Function with adjusted inputs and outputs. - Notes - ----- - (I) CSV files can optionally contain a single header line. If present, - the header is ignored during processing. - (II) Fields in CSV files may be enclosed in double quotes. If fields are - not quoted, double quotes should not appear inside them. - inputs : string, sequence of strings, optional The name of the inputs of the function. Will be used for representation and graphing (axis names). 'Scalar' is default. @@ -93,6 +86,13 @@ def __init__( Returns ------- None + + Notes + ----- + (I) CSV files can optionally contain a single header line. If present, + the header is ignored during processing. + (II) Fields in CSV files may be enclosed in double quotes. If fields are + not quoted, double quotes should not appear inside them. """ # Set input and output if inputs is None: