From 32b48e01d6f22d54328290afb82546632ff13616 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Wed, 14 Dec 2016 11:50:00 -0500 Subject: [PATCH] PEP8 documentation fixes [ci skip] --- doc/sources/guide/packaging-ios.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index f3f665765..093f82acf 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -105,9 +105,15 @@ for more information. Known issues ------------ -All known issues with packaging for iOS are currently tracked on our `issues `_ page. If you encounter an issue specific to packaging for iOS that isn't listed there, please feel free to file a new issue, and we will get back to you on it. +All known issues with packaging for iOS are currently tracked on our +`issues `_ page. If you encounter +an issue specific to packaging for iOS that isn't listed there, please feel +free to file a new issue, and we will get back to you on it. -While most are too technical to be written here, one important known issue is that removing some libraries (e.g. SDL_Mixer for audio) is currently not possible because the kivy project requires it. We will fix this and others in future versions. +While most are too technical to be written here, one important known issue is +that removing some libraries (e.g. SDL_Mixer for audio) is currently not +possible because the kivy project requires it. We will fix this and others +in future versions. .. _ios_packaging_faq: