Merge pull request #1013 from Zen-CODE/Doc_English_Improvements_9

Small corrections and improvements to 'guide2\config.rst'
This commit is contained in:
qua-non 2013-03-16 08:02:56 -07:00
commit 02cf58da45
1 changed files with 7 additions and 7 deletions

View File

@ -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 <http://en.wikipedia.org/wiki/INI_file>`_ format.
Locating the configuration file
-------------------------------
The location of the configuration file is in::
The location of the configuration file is::
<HOME_DIRECTORY>/.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