Skip to content

Commit

Permalink
Documentation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed May 24, 2016
1 parent ad3a098 commit b084e59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Ska/tdb/tdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def find(self, *matches):
<MsidView msid="AOACIMSS" technical_name="ACA DATA PROCESSING MULTIPLE STARS FILTER ENAB/DISA">,
<MsidView msid="AOACISPX" technical_name="ACA DATA PROCESSING SATURATED PIXEL FILTER ENAB/DISA">]
:param *matches: one or more regular expression to match
:param \*matches: one or more regular expression to match
:returns: list of matching MSIDs as MsidView objects
"""
ok = np.ones(len(msids.msid), dtype=bool)
Expand Down
3 changes: 0 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

rootpath = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.insert(0, rootpath)
print sys.path
if 'Ska' in sys.modules:
del sys.modules['Ska']
import Ska.tdb

# -- General configuration -----------------------------------------------------
Expand Down

0 comments on commit b084e59

Please sign in to comment.