File tree
4 files changed
+5
-8
lines changed- docs/sbpy/data
- sbpy/data/utils/tests
4 files changed
+5
-8
lines changedSubmodule astropy_helpers updated 94 files
- .circleci/config.yml-39
- .gitignore+2-3
- .readthedocs.yml-10
- .travis.yml+29-97
- CHANGES.rst+1-164
- MANIFEST.in-1
- README.rst+42-19
- ah_bootstrap.py+87-114
- appveyor.yml+45
- astropy_helpers/__init__.py+4-1
- astropy_helpers/commands/_dummy.py+11-3
- astropy_helpers/commands/_test_compat.py+307
- astropy_helpers/commands/build_ext.py+435-165
- astropy_helpers/commands/build_py.py+39
- astropy_helpers/commands/build_sphinx.py+143-105
- 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+5
- astropy_helpers/commands/src/compiler.c+36-14
- astropy_helpers/commands/test.py+12-17
- astropy_helpers/compat/__init__.py+12
- astropy_helpers/conftest.py+3-9
- astropy_helpers/distutils_helpers.py-6
- astropy_helpers/extern/__init__.py+11
- astropy_helpers/extern/automodapi/__init__.py+1
- astropy_helpers/extern/automodapi/autodoc_enhancements.py+138
- astropy_helpers/extern/automodapi/automodapi.py+426
- astropy_helpers/extern/automodapi/automodsumm.py+686
- astropy_helpers/extern/automodapi/smart_resolver.py+107
- astropy_helpers/extern/automodapi/templates/autosummary_core/base.rst+10
- astropy_helpers/extern/automodapi/templates/autosummary_core/class.rst+65
- astropy_helpers/extern/automodapi/templates/autosummary_core/module.rst+41
- astropy_helpers/extern/automodapi/utils.py+214
- astropy_helpers/extern/numpydoc/__init__.py+8
- astropy_helpers/extern/numpydoc/docscrape.py+624
- astropy_helpers/extern/numpydoc/docscrape_sphinx.py+425
- astropy_helpers/extern/numpydoc/numpydoc.py+325
- astropy_helpers/extern/numpydoc/templates/numpydoc_docstring.rst+16
- astropy_helpers/extern/setup_package.py+4
- astropy_helpers/git_helpers.py-2
- astropy_helpers/openmp_helpers.py+32-226
- astropy_helpers/setup_helpers.py+84-96
- astropy_helpers/sphinx/__init__.py+8
- astropy_helpers/sphinx/conf.py+341-2
- astropy_helpers/sphinx/ext/__init__.py+2
- astropy_helpers/sphinx/ext/changelog_links.py+82
- astropy_helpers/sphinx/ext/doctest.py+56
- astropy_helpers/sphinx/ext/edit_on_github.py+168
- astropy_helpers/sphinx/ext/tests/__init__.py
- astropy_helpers/sphinx/ext/tocdepthfix.py+22
- astropy_helpers/sphinx/local/python2_local_links.inv
- astropy_helpers/sphinx/local/python2_local_links.txt+25
- astropy_helpers/sphinx/local/python3_local_links.inv
- astropy_helpers/sphinx/local/python3_local_links.txt+38
- astropy_helpers/sphinx/setup_package.py+10
- astropy_helpers/sphinx/themes/bootstrap-astropy/globaltoc.html+3
- astropy_helpers/sphinx/themes/bootstrap-astropy/layout.html+96
- astropy_helpers/sphinx/themes/bootstrap-astropy/localtoc.html+3
- astropy_helpers/sphinx/themes/bootstrap-astropy/searchbox.html+7
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout.svg+75
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png
- 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/astropy_logo_32.png
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css+601
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js+63
- astropy_helpers/sphinx/themes/bootstrap-astropy/static/sidebar.js+160
- astropy_helpers/sphinx/themes/bootstrap-astropy/theme.conf+10
- astropy_helpers/test_helpers.py+13
- astropy_helpers/tests/__init__.py-3
- astropy_helpers/tests/coveragerc
- astropy_helpers/tests/test_ah_bootstrap.py+1
- astropy_helpers/tests/test_git_helpers.py+16-57
- astropy_helpers/tests/test_openmp_helpers.py+3-32
- astropy_helpers/tests/test_setup_helpers.py+208-43
- astropy_helpers/utils.py+568-16
- astropy_helpers/version_helpers.py+40-94
- docs/Makefile-19
- docs/advanced.rst-22
- docs/api.rst-14
- docs/basic.rst-273
- docs/conf.py-52
- docs/developers.rst-29
- docs/index.rst-36
- docs/known_issues.rst-12
- docs/make.bat-35
- docs/updating.rst-28
- docs/using.rst-53
- licenses/LICENSE_COPYBUTTON.rst+50
- licenses/LICENSE_NUMPYDOC.rst+94
- pyproject.toml-3
- setup.cfg-37
- setup.py+44-17
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
0 commit comments