
2 How to add a class MyClass in an existing directory of OpenTURNS sources?
2.1 First, add the class to the OpenTURNS C++ library
2.2 Second, document your contribution (in english, using LaTeX)
2.3 Third: make your contibution usable from the Textual User Interface
2.4 Almost finished. Document your contribution to the TUI
3 How to add a whole set of classes in a new subdirectory of OpenTURNS sources?
3.1 Autotool infrastructure in the root directory
3.2 Autotool infrastructure in the parent sudirectory
3.3 Autotool infrastructure in the new subdirectory
4 How to develop a new extra module MyModule
4.1 Copy and adapt an existing template
4.3 Install and test
5 How to use version control system
5.1 File hierarchy
5.1.1 Description
5.1.2 An example
5.2 Merging process
5.3 Tagging and releasing process
5.3.1 Tagging
5.3.2 Releasing