File: index.rst

package info (click to toggle)
python-bumps 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,776 kB
  • sloc: python: 24,586; ansic: 4,973; cpp: 4,849; javascript: 639; xml: 493; makefile: 143; perl: 108; sh: 94
file content (20 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _tutorial-index:

########
Tutorial
########

This tutorial will describe walk through the steps of setting up a
model with Python scripting.  Scripting allows the user to create
complex models with many constraints relatively easily.

.. toctree::
   :maxdepth: 2

   curvefit/readme.rst
   peaks/readme.rst
   test_functions/readme.rst
   entropy/check_entropy.rst
   entropy/peak.rst
   direct_call/direct_call.rst
   constraints/inequality.rst