blob: b8cfafc71fc4ebe5635cfbe9b85be556065325c0 (
plain)
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: 2
overview/index.rst
cpp/index.rst
python/index.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|