From 0aca1058878ebad604a09eb567a8c5303a9c6015 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 15 Mar 2013 15:11:18 -0500 Subject: [PATCH] Small corrections and improvements to 'guide2\config.rst' --- doc/sources/guide2/config.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/sources/guide2/config.rst b/doc/sources/guide2/config.rst index 2514721de..ca253f006 100644 --- a/doc/sources/guide2/config.rst +++ b/doc/sources/guide2/config.rst @@ -1,21 +1,21 @@ Configure Kivy ============== -The configuration file of kivy is named `config.ini`, following the INI format -file. +The configuration file for kivy is named `config.ini`, and adheres +to the `standard INI `_ format. Locating the configuration file ------------------------------- -The location of the configuration file is in:: +The location of the configuration file is:: /.kivy/config.ini -If your user is named "tito", the file will be located at: +Therefore, if your user is named "tito", the file will be here: -- Windows: ``C:\Users\username\.kivy\config.ini`` -- MacOSX: ``/Users/username/.kivy/config.ini`` -- Linux: ``/home/username/.kivy/config.ini`` +- Windows: ``C:\Users\tito\.kivy\config.ini`` +- MacOSX: ``/Users/tito/.kivy/config.ini`` +- Linux: ``/home/tito/.kivy/config.ini`` Understanding config tokens