Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Contents:
radialvel
ocrreject
r_util
tastis
gettable

Indices and tables
Expand Down
11 changes: 11 additions & 0 deletions doc/source/tastis.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _tastis:

**************************
tastis
**************************

.. currentmodule:: stistools.tastis

.. automodule:: stistools.tastis
:members:
:undoc-members:
1 change: 1 addition & 0 deletions stistools/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from . import sshift
from . import stisnoise
from . import wx2d
from . import odelaytime

# These lines allow TEAL to print out the names of TEAL-enabled tasks
# upon importing this package.
Expand Down
Loading