Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Merge 4eebd3b into df58fb1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 19, 2016
2 parents df58fb1 + 4eebd3b commit 82ee3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy_helpers
Submodule astropy_helpers updated 38 files
+23 −8 .travis.yml
+25 −12 CHANGES.rst
+1 −0 MANIFEST.in
+2 −2 README.rst
+11 −5 appveyor.yml
+3 −3 astropy_helpers/commands/_test_compat.py
+2 −2 astropy_helpers/commands/build_ext.py
+26 −21 astropy_helpers/commands/build_sphinx.py
+1 −0 astropy_helpers/commands/setup_package.py
+1 −2 astropy_helpers/compat/subprocess.py
+1 −1 astropy_helpers/git_helpers.py
+24 −28 astropy_helpers/setup_helpers.py
+31 −14 astropy_helpers/sphinx/conf.py
+2 −1 astropy_helpers/sphinx/ext/astropyautosummary.py
+28 −1 astropy_helpers/sphinx/ext/autodoc_enhancements.py
+31 −8 astropy_helpers/sphinx/ext/automodapi.py
+58 −30 astropy_helpers/sphinx/ext/automodsumm.py
+2 −2 astropy_helpers/sphinx/ext/edit_on_github.py
+7 −6 astropy_helpers/sphinx/ext/smart_resolver.py
+7 −7 astropy_helpers/sphinx/ext/tests/__init__.py
+5 −5 astropy_helpers/sphinx/ext/tests/test_automodapi.py
+2 −2 astropy_helpers/sphinx/ext/tests/test_automodsumm.py
+37 −8 astropy_helpers/sphinx/ext/tests/test_docscrape.py
+1 −1 astropy_helpers/sphinx/ext/tests/test_utils.py
+113 −0 astropy_helpers/sphinx/ext/utils.py
+0 −220 astropy_helpers/sphinx/ext/viewcode.py
+ astropy_helpers/sphinx/local/python2_local_links.inv
+18 −0 astropy_helpers/sphinx/local/python2_local_links.txt
+ astropy_helpers/sphinx/local/python3_local_links.inv
+16 −0 astropy_helpers/sphinx/local/python3_local_links.txt
+ astropy_helpers/sphinx/local/python3links.inv
+0 −20 astropy_helpers/sphinx/local/python3links.txt
+1 −0 astropy_helpers/sphinx/setup_package.py
+27 −27 astropy_helpers/tests/test_git_helpers.py
+23 −19 astropy_helpers/tests/test_setup_helpers.py
+0 −1 astropy_helpers/utils.py
+1 −2 astropy_helpers/version_helpers.py
+1 −1 setup.py

0 comments on commit 82ee3f7

Please sign in to comment.