Skip to content

Commit

Permalink
Updated astropy-helpers to latest developer version (7f11678)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 24, 2018
1 parent 89a46a8 commit d67b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy_helpers
Submodule astropy_helpers updated 53 files
+49 −11 .travis.yml
+31 −0 CHANGES.rst
+0 −17 README.rst
+4 −2 appveyor.yml
+28 −1 astropy_helpers/commands/build_sphinx.py
+0 −11 astropy_helpers/extern/__init__.py
+0 −1 astropy_helpers/extern/automodapi/__init__.py
+0 −135 astropy_helpers/extern/automodapi/autodoc_enhancements.py
+0 −423 astropy_helpers/extern/automodapi/automodapi.py
+0 −664 astropy_helpers/extern/automodapi/automodsumm.py
+0 −92 astropy_helpers/extern/automodapi/smart_resolver.py
+0 −10 astropy_helpers/extern/automodapi/templates/autosummary_core/base.rst
+0 −65 astropy_helpers/extern/automodapi/templates/autosummary_core/class.rst
+0 −41 astropy_helpers/extern/automodapi/templates/autosummary_core/module.rst
+0 −214 astropy_helpers/extern/automodapi/utils.py
+0 −5 astropy_helpers/extern/numpydoc/__init__.py
+0 −603 astropy_helpers/extern/numpydoc/docscrape.py
+0 −309 astropy_helpers/extern/numpydoc/docscrape_sphinx.py
+0 −271 astropy_helpers/extern/numpydoc/numpydoc.py
+0 −16 astropy_helpers/extern/numpydoc/templates/numpydoc_docstring.rst
+0 −4 astropy_helpers/extern/setup_package.py
+207 −29 astropy_helpers/openmp_helpers.py
+0 −8 astropy_helpers/sphinx/__init__.py
+2 −332 astropy_helpers/sphinx/conf.py
+0 −2 astropy_helpers/sphinx/ext/__init__.py
+0 −82 astropy_helpers/sphinx/ext/changelog_links.py
+0 −56 astropy_helpers/sphinx/ext/doctest.py
+0 −168 astropy_helpers/sphinx/ext/edit_on_github.py
+0 −0 astropy_helpers/sphinx/ext/tests/__init__.py
+0 −22 astropy_helpers/sphinx/ext/tocdepthfix.py
+ astropy_helpers/sphinx/local/python3_local_links.inv
+0 −38 astropy_helpers/sphinx/local/python3_local_links.txt
+0 −10 astropy_helpers/sphinx/setup_package.py
+0 −3 astropy_helpers/sphinx/themes/bootstrap-astropy/globaltoc.html
+0 −96 astropy_helpers/sphinx/themes/bootstrap-astropy/layout.html
+0 −3 astropy_helpers/sphinx/themes/bootstrap-astropy/localtoc.html
+0 −7 astropy_helpers/sphinx/themes/bootstrap-astropy/searchbox.html
+0 −75 astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout.svg
+ astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png
+ astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico
+0 −87 astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.svg
+ astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo_32.png
+0 −601 astropy_helpers/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css
+0 −63 astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js
+0 −160 astropy_helpers/sphinx/themes/bootstrap-astropy/static/sidebar.js
+0 −10 astropy_helpers/sphinx/themes/bootstrap-astropy/theme.conf
+0 −13 astropy_helpers/test_helpers.py
+8 −5 astropy_helpers/tests/coveragerc
+39 −3 astropy_helpers/tests/test_openmp_helpers.py
+1 −8 astropy_helpers/tests/test_setup_helpers.py
+0 −50 licenses/LICENSE_COPYBUTTON.rst
+0 −94 licenses/LICENSE_NUMPYDOC.rst
+1 −1 setup.py

0 comments on commit d67b189

Please sign in to comment.