File: index.rst

package info (click to toggle)
libixion 0.20.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,556 kB
  • sloc: cpp: 21,271; sh: 4,561; makefile: 463; python: 297
file content (29 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. Ixion documentation master file, created by
   sphinx-quickstart on Wed Feb 11 21:33:47 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Ixion library documentation
===========================

Ixion is a general purpose formula parser, interpreter, formula cell dependency
tracker and spreadsheet document model backend all in one package.  You can use
Ixion to build a formula engine backend with spreadsheet-like multi-sheet cell
storage management, or simply use to handle parsing and tokenization of formula
expressions.

Contents:

.. toctree::
   :maxdepth: 1

   overview/index.rst
   cpp/index.rst
   python/index.rst

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`