[Contents] [TitleIndex] [WordIndex

1. SEP: Title of the proposal

2. Abstract

Write a quick description of the enhancement.

3. Requirements

Write about the requirements of the feature you want to add, modify or remove. This should answer the question "why is this proposal an enhancement?". Do not hesitate to add examples to help other users understand.

This is an example of Scilab code

   1 // you can write scilab code here
   2 A = [1 2; 3 4];
   3 disp(A)

Avoid explaining "How the feature should be developed" here. This section will help understanding the motivation and might shed light on the problems. This is the most important section.

4. Related topics

This section is about similar or related topics. This will help understand similar issues and try to focus on the big picture.

The following bugs have been entered on bugzilla to track similar or related problems / wishlist

4.2. Mailling list threads

Enter here links to the mailing list threads for discussion

4.3. Other software

Maybe the issue is addressed in a specific way on other software. It could provide insight on the problem.

5. Examples

This section provides more detailed examples of the features. They should be detailed only when the problem is properly described in the previous sections.

This is an example of Scilab code

   1 // you can write scilab code here
   2 A = [1 2; 3 4];
   3 disp(A)


CategorySep


2022-09-08 09:27