Skip to content

Commit

Permalink
Correct README.rst badge [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Long committed Oct 28, 2016
1 parent 4c7277c commit 8a113af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ WebbPSF: Simulated Point Spread Functions for JWST and WFIRST
:target: https://pypi.python.org/pypi/webbpsf
:alt: Badge showing current released PyPI version

.. image:: https://travis-ci.org/mperrin/poppy.svg?branch=master
:target: https://travis-ci.org/mperrin/poppy
.. image:: https://travis-ci.org/mperrin/webbpsf.svg?branch=master
:target: https://travis-ci.org/mperrin/webbpsf
:alt: Badge showing continuous integration test status

.. image:: https://coveralls.io/repos/github/mperrin/webbpsf/badge.svg?branch=master
Expand Down
2 changes: 1 addition & 1 deletion astropy_helpers
Submodule astropy_helpers updated 52 files
+31 −19 .travis.yml
+116 −13 CHANGES.rst
+1 −0 MANIFEST.in
+2 −2 README.rst
+1 −1 ah_bootstrap.py
+16 −19 appveyor.yml
+17 −0 astropy_helpers/__init__.py
+81 −0 astropy_helpers/commands/_dummy.py
+307 −0 astropy_helpers/commands/_test_compat.py
+390 −105 astropy_helpers/commands/build_ext.py
+37 −27 astropy_helpers/commands/build_sphinx.py
+1 −0 astropy_helpers/commands/setup_package.py
+35 −0 astropy_helpers/commands/test.py
+1 −2 astropy_helpers/compat/subprocess.py
+1 −1 astropy_helpers/git_helpers.py
+36 −179 astropy_helpers/setup_helpers.py
+31 −14 astropy_helpers/sphinx/conf.py
+11 −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
+5 −1 astropy_helpers/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css
+7 −244 astropy_helpers/test_helpers.py
+8 −5 astropy_helpers/tests/coveragerc
+27 −27 astropy_helpers/tests/test_git_helpers.py
+255 −58 astropy_helpers/tests/test_setup_helpers.py
+24 −0 astropy_helpers/tests/test_utils.py
+217 −1 astropy_helpers/utils.py
+1 −2 astropy_helpers/version_helpers.py
+0 −71 continuous-integration/appveyor/install-miniconda.ps1
+0 −47 continuous-integration/appveyor/windows_sdk.cmd
+0 −7 continuous-integration/travis/install_conda_linux.sh
+0 −7 continuous-integration/travis/install_conda_osx.sh
+0 −4 continuous-integration/travis/install_graphviz_linux.sh
+0 −4 continuous-integration/travis/install_graphviz_osx.sh
+1 −1 setup.py

0 comments on commit 8a113af

Please sign in to comment.