/ottemplatepython

Template for openturns python modules

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

ottemplate Module

ottemplate is a module for OpenTURNS

Build from source

Get source:

$ git clone https://www.github.com/sofianehaddad/ottemplatepython.git

The install procedure is performed as follows:

$ python setup.py install

If you need to install the module in the user folder :

$ python setup.py install --user

To build the documentation, you should invoke the build_sphinx option :

$ python setup.py build_sphinx

Help pages

Here are some links to help on how to build a python module

https://www.sphinx-doc.org/en/master/usage/quickstart.html

https://python-packaging.readthedocs.io/en/latest/minimal.html