diff options
author | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2015-02-24 12:35:45 +0100 |
---|---|---|
committer | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2015-02-24 12:35:45 +0100 |
commit | 3cae1d138c53a3fd042de3d2c9d9a07cf0650e0f (patch) | |
tree | 72f1bf197b33cfb64f259089830910a9754e5893 /python/docSRC/index.rst | |
parent | e212ab0d4f84adafa0a2fe11f5e16f856504769a (diff) | |
download | astra-3cae1d138c53a3fd042de3d2c9d9a07cf0650e0f.tar.gz astra-3cae1d138c53a3fd042de3d2c9d9a07cf0650e0f.tar.bz2 astra-3cae1d138c53a3fd042de3d2c9d9a07cf0650e0f.tar.xz astra-3cae1d138c53a3fd042de3d2c9d9a07cf0650e0f.zip |
Added Python interface
Diffstat (limited to 'python/docSRC/index.rst')
-rw-r--r-- | python/docSRC/index.rst | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/python/docSRC/index.rst b/python/docSRC/index.rst new file mode 100644 index 0000000..8d17a4a --- /dev/null +++ b/python/docSRC/index.rst @@ -0,0 +1,34 @@ +.. .. documentation master file, created by + sphinx-quickstart on Wed Mar 13 16:36:32 2013. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to PyASTRAToolbox's documentation! +========================================== + +Contents: + +.. toctree:: + :maxdepth: 4 + + data2d + data3d + projector + algorithm + matrix + creators + functions + ASTRAProjector + matlab + astra +.. astra +.. builder + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |