summaryrefslogtreecommitdiffstats
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
new file mode 100644
index 0000000..b8cfafc
--- /dev/null
+++ b/doc/index.rst
@@ -0,0 +1,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`
+