Skip to content

Commit

Permalink
Merge pull request #147 from crawfordsm/crupdate
Browse files Browse the repository at this point in the history
Crupdate
  • Loading branch information
mwcraig committed Jul 23, 2014
2 parents 7ccbc88 + 3e89b2c commit 52afcda
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 222 deletions.
2 changes: 1 addition & 1 deletion astropy_helpers
Submodule astropy_helpers updated 41 files
+0 −4 .gitignore
+0 −1 .travis.yml
+0 −22 CHANGES.rst
+0 −20 CONTRIBUTING.md
+1 −1 LICENSE.rst
+0 −26 README.rst
+25 −211 ah_bootstrap.py
+5 −7 astropy_helpers/git_helpers.py
+186 −60 astropy_helpers/setup_helpers.py
+32 −20 astropy_helpers/sphinx/conf.py
+8 −2 astropy_helpers/sphinx/ext/__init__.py
+1 −1 astropy_helpers/sphinx/ext/automodapi.py
+3 −3 astropy_helpers/sphinx/ext/automodsumm.py
+4 −15 astropy_helpers/sphinx/ext/comment_eater.py
+11 −16 astropy_helpers/sphinx/ext/compiler_unparse.py
+30 −53 astropy_helpers/sphinx/ext/docscrape.py
+26 −73 astropy_helpers/sphinx/ext/docscrape_sphinx.py
+1 −2 astropy_helpers/sphinx/ext/edit_on_github.py
+26 −44 astropy_helpers/sphinx/ext/numpydoc.py
+2 −7 astropy_helpers/sphinx/ext/phantom_import.py
+2 −3 astropy_helpers/sphinx/ext/smart_resolver.py
+0 −70 astropy_helpers/sphinx/ext/tests/__init__.py
+1 −47 astropy_helpers/sphinx/ext/tests/test_automodapi.py
+1 −35 astropy_helpers/sphinx/ext/tests/test_automodsumm.py
+0 −762 astropy_helpers/sphinx/ext/tests/test_docscrape.py
+1 −1 astropy_helpers/sphinx/ext/tests/test_utils.py
+6 −8 astropy_helpers/sphinx/ext/traitsdoc.py
+2 −6 astropy_helpers/sphinx/ext/viewcode.py
+0 −7 astropy_helpers/sphinx/local/python3links.inv
+0 −13 astropy_helpers/sphinx/local/python3links.txt
+0 −1 astropy_helpers/sphinx/setup_package.py
+0 −2 astropy_helpers/sphinx/themes/bootstrap-astropy/layout.html
+0 −57 astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js
+5 −8 astropy_helpers/test_helpers.py
+2 −25 astropy_helpers/tests/__init__.py
+13 −74 astropy_helpers/tests/test_ah_bootstrap.py
+0 −119 astropy_helpers/tests/test_setup_helpers.py
+1 −13 astropy_helpers/version_helpers.py
+0 −50 licenses/LICENSE_COPYBUTTON.rst
+0 −94 licenses/LICENSE_NUMPYDOC.rst
+5 −17 setup.py
1 change: 1 addition & 0 deletions ccdproc/ccdproc.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading

0 comments on commit 52afcda

Please sign in to comment.