Skip to content

Commit

Permalink
Merge pull request #7 from sfarrens/clean
Browse files Browse the repository at this point in the history
cleaned up sf_tools
  • Loading branch information
sfarrens committed Apr 5, 2018
2 parents 415ff06 + e78cdb9 commit de8112c
Show file tree
Hide file tree
Showing 288 changed files with 78 additions and 49,472 deletions.
9 changes: 9 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[run]
omit=
*interface*
*plot*

[report]
show_missing=True
exclude_lines =
pragma: no cover
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@

# Ignore coverage tests
.coverage
.pytest_cache/

# Ignore installation
.eggs/
sf_tools.egg-info/
dist/
build/

# Ignore pypi config
.pypirc
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ branches:

# install package and dependencies
install:
- pip install -r requirements.txt
- pip install coverage nose pytest pytest-cov
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install numpy future scipy astropy modopt sphinx==1.5.6 sphinx-rtd-theme numpydoc travis-sphinx coveralls; fi

# run unit tests
script:
- python setup.py nosetests
- python setup.py test
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then sphinx-apidoc -feo docs/source sf_tools/; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then travis-sphinx -v -o docs/build build -n -s docs/source; fi

# run coverage tests
after_success:
- coveralls
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then coveralls; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then travis-sphinx -o docs/build deploy; fi

# notification settings
notification:
Expand Down
11 changes: 0 additions & 11 deletions README.txt

This file was deleted.

Binary file removed dist/sf_tools-0.1.dev0.tar.gz
Binary file not shown.
Binary file removed dist/sf_tools-0.1.dev1.tar.gz
Binary file not shown.
Binary file removed dist/sf_tools-0.2.dev0.tar.gz
Binary file not shown.
Binary file removed dist/sf_tools-0.3.dev0.tar.gz
Binary file not shown.
Binary file removed dist/sf_tools-1.0.0.tar.gz
Binary file not shown.
Binary file removed dist/sf_tools-1.0.1.tar.gz
Binary file not shown.
Binary file removed dist/sf_tools-1.0.tar.gz
Binary file not shown.
Binary file removed dist/sf_tools-1.1.tar.gz
Binary file not shown.
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/doctrees/examples.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/modules.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/setup.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.base.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.base.np_adjust.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.base.transform.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.base.types.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.image.convolve.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.image.distort.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.image.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.image.quality.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.image.shape.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.image.stamp.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.image.stats.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.interface.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.interface.log.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.math.angle.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.math.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.math.integrate.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.math.matrix.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.math.misc.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.math.stats.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.plot.cost_plot.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.plot.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.cost.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.filter.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.gradient.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.linear.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.noise.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.reweight.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.svd.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/sf_tools.signal.wavelet.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/build/html/.buildinfo

This file was deleted.

264 changes: 0 additions & 264 deletions docs/build/html/_modules/index.html

This file was deleted.

Loading

0 comments on commit de8112c

Please sign in to comment.