diff --git a/doc/source/conf.py b/doc/source/conf.py
index acc2b641..73ae69e7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -52,16 +52,16 @@
# General information about the project.
project = u'pysynphot'
-copyright = u'2015, STScI'
+copyright = u'2016, STScI'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '0.9.7'
+version = pysynphot.__version__
# The full version, including alpha/beta/rc tags.
-release = '0.9.7.dev'
+release = version.replace('.dev', '')
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -98,7 +98,7 @@
pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
-#modindex_common_prefix = []
+modindex_common_prefix = ['pysynphot.']
# -- Options for HTML output ---------------------------------------------------
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d59f4789..c5e56b74 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -12,7 +12,7 @@ object-oriented replacement for STSDAS SYNPHOT synthetic photometry package in
IRAF. It is distributed as part of
`stsci_python `_,
`Ureka `_, and also as
-`standalone `_.
+`standalone `_ (not recommended).
Although this package was developed for HST, it can be utilized with other
observatories.
@@ -38,6 +38,13 @@ control and data structures available in Python to easily perform repetitive
operations such as simulate the observation of multiple type of sources through
multiple observing modes.
+If you use **pysynphot** in your work, please cite it as,
+"*Lim, P. L., Diaz, R. I., & Laidler, V. 2015, PySynphot User's Guide
+(Baltimore, MD: STScI), http://ssb.stsci.edu/pysynphot/docs/*"
+
+If you have questions or concerns regarding the software, please contact
+STScI Help Desk via ``help[at]stsci.edu``.
+
.. _pysynphot-installation-setup:
@@ -46,11 +53,11 @@ Installation and Setup
Unless you are using Ureka, the following dependencies must be installed first:
+* `astropy `_ 1.0 or greater
* `numpy `_ 1.7 or greater
-* `pyfits `_ 3.2 or greater
* `matplotlib `_ (optional)
-**pysynphot** is currently incompatible with Python 3. Please use Python 2.7.
+**pysynphot** is not fully tested under Python 3. Please use Python 2.7.
Data files for **pysynphot** are distributed separately by
`Calibration Reference Data System `_.