Skip to content

Commit

Permalink
Merge f00868b into e6766e5
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 14, 2018
2 parents e6766e5 + f00868b commit fc93e5c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To reference synphot in publications, please cite the following:

Lim, P. L., et al. 2016, synphot User's Guide (Baltimore, MD: STScI),
http://synphot.readthedocs.io/en/latest/
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include README.rst
include CHANGES.rst
include LICENSE.rst
include CITATION

include ez_setup.py
include ah_bootstrap.py
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ allows you to:
* Perform repetitive operations such as simulating the observations of multiple
type of sources through multiple bandpasses.

If you use **synphot** in your work, please cite it as,
"*Lim, P. L., et al. 2016, synphot User's Guide
(Baltimore, MD: STScI), http://synphot.readthedocs.io/en/latest/*"
If you use **synphot** in your work, please see
`CITATION <https://github.com/spacetelescope/synphot_refactor/blob/master/CITATION>`_
for details on how to cite it in your publications.

If you have questions or concerns regarding the software, please open an issue
at https://github.com/spacetelescope/synphot_refactor/issues (if not already
reported) or contact STScI Help Desk via ``help[at]stsci.edu``.
reported) or contact `STScI Help Desk <https://hsthelp.stsci.edu>`_.


.. _synphot-installation-setup:
Expand Down
3 changes: 2 additions & 1 deletion docs/synphot/from_pysyn_iraf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ all-inclusive; Therefore, not all legacy commands are listed here.
This is because a legacy command can be reproduced in several different ways
using **synphot** or has no equivalent implementation.
Naming convention used is the same as :ref:`synphot-quick-guide`
Please contact ``help[at]stsci.edu`` if you have any questions.
Please contact `STScI Help Desk <https://hsthelp.stsci.edu>`_ if you have
any questions.


.. _synphot-pysyn-switcher:
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ fail_message =
# Ignoring these for now:
# I100: import statements are in the wrong order
# I201: Missing newline before sections or imports
ignore = I100, I201
exclude = synphot/__init__.py,conftest.py,six.py
# W504: line break after binary operator
ignore = I100,I201,W504
exclude = synphot/__init__.py,conftest.py,six.py

0 comments on commit fc93e5c

Please sign in to comment.