File: index.rst

package info (click to toggle)
siconos 4.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 82,496 kB
  • sloc: cpp: 159,693; ansic: 108,665; fortran: 33,248; python: 20,709; xml: 1,244; sh: 385; makefile: 226
file content (19 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _siconos_api:


API reference
=============

Writing and running a simulation with Siconos may be achieved either with
C++ language or with the python interface.

Although those two APIs are quite similar, two different documentations (both generated from sources) are available. Please pick the one corresponding to the interface you choose.

.. toctree::
   :maxdepth: 1

   cpp_api
   python_api