From 317c6ef3c32e73e4927da242859e4dd1ec8e67e8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Feb 2017 14:32:24 -0500 Subject: Clarity5000 (#48) * We are not conda, but we do use it. * More elaborate explanations * Spelling and wording * Wording * Wording * Line break * Yes you need Conda. * To the point, nothing more * Reword intro * Replace old URLs with conda.io * Wording. * Start implementing a better intro * Renamed installation (remaining text) to further_reading * Re-add installation * Consolidated misc text * Moved system requirements section and added reference link * You have to start somewhere * Add jumpoff reference * Rewording and beef-up clarity * Remove system requirements section * Remove misc sections * Fix bad newline * Add warning - not sure we need it. We already tell them they need BASH. * No longer use the word metapackage. They are just packages after all. * Add removing an environment section * Reworded stack definition * This sentence will work, so help me... --- source/resources.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/resources.rst') diff --git a/source/resources.rst b/source/resources.rst index 72aa243..2db2350 100644 --- a/source/resources.rst +++ b/source/resources.rst @@ -58,7 +58,7 @@ Miniconda & Anaconda (Continuum Analytics, Inc.) **Miniconda** -- http://conda.pydata.org/miniconda.html +- http://conda.io/miniconda.html **Anaconda** @@ -77,15 +77,15 @@ Conda **General Documentation** -- http://conda.pydata.org/docs/ +- http://conda.io/docs/ **Build Documentation** -- http://conda.pydata.org/docs/building/build.html +- http://conda.io/docs/building/build.html **Environment Management Documentation** -- http://conda.pydata.org/docs/using/envs.html +- http://conda.io/docs/using/envs.html **Support** -- cgit