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/compat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/compat.rst') diff --git a/source/compat.rst b/source/compat.rst index 07942fe..e16bb2b 100644 --- a/source/compat.rst +++ b/source/compat.rst @@ -14,7 +14,7 @@ If you spot a compatibility problem not listed here please let us know by sendin 12/23/2016 ========== -AstroPy v1.3 fully deprecated calls to ``astropy.io.fits.new_table``. The following packages are known to be incompatiable with this release: +AstroPy v1.3 fully deprecated calls to ``astropy.io.fits.new_table``. The following packages are known to be incompatible with this release: * ``calcos =< 3.1.8`` - Bugfix pending * ``costools <= 1.2.1`` - Bugfix pending -- cgit