2 files changed
+4
-2
lines changedSubmodule astropy_helpers updated 50 files
- .gitignore+1
- .travis.yml+35-14
- CHANGES.rst+140-2
- README.rst+1-1
- ah_bootstrap.py+646-423
- appveyor.yml+52
- astropy_helpers/__init__.py+29
- astropy_helpers/commands/__init__.py
- astropy_helpers/commands/build_ext.py+183
- astropy_helpers/commands/build_py.py+39
- astropy_helpers/commands/build_sphinx.py+224
- astropy_helpers/commands/install.py+14
- astropy_helpers/commands/install_lib.py+14
- astropy_helpers/commands/register.py+53
- astropy_helpers/commands/setup_package.py+4
- astropy_helpers/commands/src/compiler.c
- astropy_helpers/distutils_helpers.py+257
- astropy_helpers/git_helpers.py+42-9
- astropy_helpers/setup_helpers.py+169-823
- astropy_helpers/sphinx/conf.py+4
- astropy_helpers/sphinx/ext/astropyautosummary.py+17-2
- astropy_helpers/sphinx/ext/autodoc_enhancements.py+59
- astropy_helpers/sphinx/ext/automodapi.py+21-7
- astropy_helpers/sphinx/ext/automodsumm.py+38-14
- astropy_helpers/sphinx/ext/tests/test_autodoc_enhancements.py+56
- astropy_helpers/sphinx/ext/tests/test_automodapi.py+6-7
- astropy_helpers/sphinx/ext/tests/test_automodsumm.py+4-3
- astropy_helpers/sphinx/ext/viewcode.py+4-3
- astropy_helpers/sphinx/local/python3links.inv
- astropy_helpers/sphinx/local/python3links.txt+7
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout.svg+75
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.svg+87
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css+4
- astropy_helpers/src/setup_package.py-2
- astropy_helpers/test_helpers.py+135-92
- astropy_helpers/tests/__init__.py+36
- astropy_helpers/tests/test_ah_bootstrap.py+14-5
- astropy_helpers/tests/test_git_helpers.py+85-26
- astropy_helpers/tests/test_setup_helpers.py+187-58
- astropy_helpers/utils.py+496-5
- astropy_helpers/version_helpers.py+150-56
- continuous-integration/appveyor/install-miniconda.ps1+71
- continuous-integration/appveyor/windows_sdk.cmd+47
- continuous-integration/travis/install_conda_linux.sh+7
- continuous-integration/travis/install_conda_osx.sh+7
- continuous-integration/travis/install_graphviz_linux.sh+4
- continuous-integration/travis/install_graphviz_osx.sh+4
- setup.py+5-2
- tox.ini+7-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
| |||
0 commit comments