summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJustin Ely <ely@stsci.edu>2016-06-13 10:22:43 -0400
committerJustin Ely <ely@stsci.edu>2016-06-13 10:22:43 -0400
commit64f190ba5261c255b85549c76742b5ba1aa15526 (patch)
treea2e76c00b6453827814edb3127bdd9895bf3a834 /source
parent12be7faab93e0dde6d00e59c55eeedf86fd3fce2 (diff)
downloadastroconda-64f190ba5261c255b85549c76742b5ba1aa15526.tar.gz
Add PyRAF FAQ link to resources and installation docs. closes #7
Diffstat (limited to 'source')
-rw-r--r--source/installation.rst14
-rw-r--r--source/resources.rst3
2 files changed, 14 insertions, 3 deletions
diff --git a/source/installation.rst b/source/installation.rst
index b4029c5..a8b0ec1 100644
--- a/source/installation.rst
+++ b/source/installation.rst
@@ -69,7 +69,12 @@ This will prompt you to confirm the installation of all the STScI packages avail
Installation with legacy IRAF support
-------------------------------------
-The developers of AstroConda have limited resources to support :abbr:`IRAF (Image Reduction and Analysis Facility)`, but users that require the ability to run IRAF and PyRAF tasks may want to install it through AstroConda.
+The developers of AstroConda have limited resources to
+support :abbr:`IRAF (Image Reduction and Analysis Facility)`, but users that
+require the ability to run IRAF and PyRAF tasks may want to install it
+through AstroConda. For help with many issues that come up during installation
+or use, visit the `PyRAF FAQ <http://www.stsci.edu/institute/software_hardware/pyraf/pyraf_faq>`_
+page.
IRAF is not installed by default, so the AstroConda install command is a little different.
@@ -85,7 +90,11 @@ Then, just as with the default installation, it is necessary to activate the env
.. note::
- Support for using Python 2.7 and IRAF is being gradually phased out by STScI maintainers. In the transitional period, you may wish to install AstroConda with the default settings but maintain a Python 2.7 + IRAF environment for testing. The following commands create an ``astroconda`` environment with the default settings, and an ``iraf27`` environment with IRAF.
+ Support for using Python 2.7 and IRAF is being gradually phased out by STScI
+ maintainers. In the transitional period, you may wish to install AstroConda
+ with the default settings but maintain a Python 2.7 + IRAF environment for
+ testing. The following commands create an ``astroconda`` environment with
+ the default settings, and an ``iraf27`` environment with IRAF.
.. code-block:: sh
@@ -124,4 +133,3 @@ The Python-standard tool ``pip`` is also available to install packages distribut
$ source activate astroconda
$ pip install nameofpkg
-
diff --git a/source/resources.rst b/source/resources.rst
index 41e4201..8c37baf 100644
--- a/source/resources.rst
+++ b/source/resources.rst
@@ -37,6 +37,9 @@ Space Telescope Science Institute
- `help@stsci.edu <mailto:help@stsci.edu>`_
+**PyRAF FAQ**
+
+- http://www.stsci.edu/institute/software_hardware/pyraf/pyraf_faq
Gemini Observatory
==================