diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-12-06 11:30:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-06 11:30:38 -0500 |
commit | 6a5edae0dfdc1904fa8f12698e31c5cb7aae2e3b (patch) | |
tree | e3c5147c79b46916b34ee8ac07d916c17b7cb323 /source | |
parent | a8194cc5315b4b796407ff494ec4489e4e596418 (diff) | |
download | astroconda-6a5edae0dfdc1904fa8f12698e31c5cb7aae2e3b.tar.gz |
Revert "Power outage" (#35)
Diffstat (limited to 'source')
-rw-r--r-- | source/faq.rst | 2 | ||||
-rw-r--r-- | source/index.rst | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/source/faq.rst b/source/faq.rst index 66e9139..852890a 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -19,7 +19,7 @@ Currently there are two ways to access it: Using conda directly ^^^^^^^^^^^^^^^^^^^^ -The basic ``conda`` installation commands accept ``-c`` or ``--channel`` argument, which allows you to select a different repository to install packages from. +The basic ``conda`` installation commands accept ``-c`` or ``--channel`` argument, which allows you to select a different resository to install packages from. .. code-block:: yaml diff --git a/source/index.rst b/source/index.rst index 68d0629..de131e6 100644 --- a/source/index.rst +++ b/source/index.rst @@ -1,13 +1,6 @@ Welcome to AstroConda's documentation! ====================================== -.. note:: - - Our main package repository will be down between the dates of **12/02/2016** and **12/05/2016**. - - Please visit the `FAQ <faq.html#could-not-find-url-http-ssb-stsci-edu-astroconda>`_ to learn more about using our mirror during this time. - - AstroConda is a free software repository maintained by the `Space Telescope Science Institute <http://www.stsci.edu/>`_ (STScI) in Baltimore, Maryland. This repository provides tools and utilities commonly used by the astronomical community. The components provided through the `astroconda <http://ssb.stsci.edu/astroconda>`_ channel on `ssb.stsci.edu <http://ssb.stsci.edu>`_ include most of the tools the user needs to work with Hubble Space Telescope (HST) data and data from other telescopes in a single Anaconda Python environment. Each of the components contains sets of packages which have also been built and tested to ensure that they work with each other in the same environment. |