diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2015-06-23 11:01:36 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2015-06-23 11:01:36 +0200 |
commit | 0f4a28769bd577d18ff0c54e550d03a4f256939f (patch) | |
tree | bbf4e9e71e55bd38ba69b9e7f57b4b92788bed78 /python | |
parent | 26198f7e1fbed9d294fc2856f796f408c85b66f3 (diff) | |
parent | a9ea08c4a11592378b320cac45be8eede8addd6f (diff) | |
download | astra-0f4a28769bd577d18ff0c54e550d03a4f256939f.tar.gz astra-0f4a28769bd577d18ff0c54e550d03a4f256939f.tar.bz2 astra-0f4a28769bd577d18ff0c54e550d03a4f256939f.tar.xz astra-0f4a28769bd577d18ff0c54e550d03a4f256939f.zip |
Merge pull request #74 from dmpelt/small-fixes
Small fixes
Diffstat (limited to 'python')
-rw-r--r-- | python/docSRC/operator.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/docSRC/operator.rst b/python/docSRC/operator.rst index f5369fa..fe500ba 100644 --- a/python/docSRC/operator.rst +++ b/python/docSRC/operator.rst @@ -1,7 +1,7 @@ -OpTomo class: the :mod:`operator` module +OpTomo class: the :mod:`optomo` module ============================================== -.. automodule:: astra.operator +.. automodule:: astra.optomo :members: :undoc-members: :show-inheritance: |