From 8e29ab955868eaae0c67736ba2773da9376fdbeb Mon Sep 17 00:00:00 2001 From: jevans Date: Mon, 16 Sep 2013 19:14:55 -0400 Subject: [PATCH] Minor doc fixes. --- docs/source/introduction.rst | 5 ++--- docs/source/roadmap.rst | 6 ------ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 0a59ebd..37dcb5a 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -20,7 +20,7 @@ OpenJPEG Installation ===================== Glymur will read JPEG 2000 images with versions 1.3, 1.4, 1.5, 2.0, and the trunk/development version of OpenJPEG. Writing images is -only supported with the 2.0 series, however, and the trunk/development +only supported with the 1.5 or better, however, and the trunk/development version is strongly recommended. For more information about OpenJPEG, please consult http://www.openjpeg.org. @@ -55,6 +55,5 @@ You can run the tests from within python as follows:: >>> import glymur >>> glymur.runtests() -Many tests are currently skipped; in fact most of them are skipped if you -are relying on OpenJPEG 1.X. The important thing, though, is whether or +Many tests are currently skipped, but the The important thing is whether or not any tests fail. diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst index 7f50a87..f9216a3 100644 --- a/docs/source/roadmap.rst +++ b/docs/source/roadmap.rst @@ -1,9 +1,3 @@ ------------- -Known Issues ------------- - - * WinPython 3.3.2 and OpenJPEG 2.0 don't seem to want to play well together. If you do not need write support, just use OpenJPEG 1.5 instead. If you do need write support, try the development version of OpenJPEG. - ------- Roadmap -------