浏览代码

Apply suggestions from code review

Hugo Locurcio 3 年之前
父节点
当前提交
fefe84fb23
共有 1 个文件被更改,包括 19 次插入19 次删除
  1. 19 19
      tutorials/io/data_paths.rst

+ 19 - 19
tutorials/io/data_paths.rst

@@ -66,25 +66,25 @@ Editor data paths
 The editor uses different paths for user data, user settings, and cache,
 The editor uses different paths for user data, user settings, and cache,
 depending on the platform. By default, these paths are:
 depending on the platform. By default, these paths are:
 
 
-+------------------------------+----------------------------------------------------------------+
-| Type                         | Location                                                       |
-+==============================+================================================================+
-| User data                    | - Windows: ``%APPDATA%\Godot\app_userdata\[project_name]``     |
-|                              | - macOS: ``~/Library/Application Support/Godot/[project_name]``|
-|                              | - Linux: ``~/.local/share/godot/[project_name]``               |
-+------------------------------+----------------------------------------------------------------+
-| User data                    | - Windows: ``%APPDATA%\[project_name]``                        |
-| (when ``use_custom_user_dir``| - macOS: ``~/Library/Application Support/[project_name]``      |
-| project setting is true)     | - Linux: ``~/.local/share/[project_name]``                     |
-+------------------------------+----------------------------------------------------------------+
-| User settings                | - Windows: ``%APPDATA%\Godot\``                                |
-|                              | - macOS: ``~/Library/Application Support/Godot/``              |
-|                              | - Linux: ``~/.config/godot/``                                  |
-+------------------------------+----------------------------------------------------------------+
-| Cache                        | - Windows: ``%TEMP%\Godot\``                                   |
-|                              | - macOS: ``~/Library/Caches/Godot/``                           |
-|                              | - Linux: ``~/.cache/godot/``                                   |
-+------------------------------+----------------------------------------------------------------+
++-------------------------------+----------------------------------------------------------------+
+| Type                          | Location                                                       |
++===============================+================================================================+
+| User data                     | - Windows: ``%APPDATA%\Godot\app_userdata\[project_name]``     |
+|                               | - macOS: ``~/Library/Application Support/Godot/[project_name]``|
+|                               | - Linux: ``~/.local/share/godot/[project_name]``               |
++-------------------------------+----------------------------------------------------------------+
+| User data                     | - Windows: ``%APPDATA%\[project_name]``                        |
+| (when ``use_custom_user_dir`` | - macOS: ``~/Library/Application Support/[project_name]``      |
+| project setting is ``true``)  | - Linux: ``~/.local/share/[project_name]``                     |
++-------------------------------+----------------------------------------------------------------+
+| User settings                 | - Windows: ``%APPDATA%\Godot\``                                |
+|                               | - macOS: ``~/Library/Application Support/Godot/``              |
+|                               | - Linux: ``~/.config/godot/``                                  |
++-------------------------------+----------------------------------------------------------------+
+| Cache                         | - Windows: ``%TEMP%\Godot\``                                   |
+|                               | - macOS: ``~/Library/Caches/Godot/``                           |
+|                               | - Linux: ``~/.cache/godot/``                                   |
++-------------------------------+----------------------------------------------------------------+
 
 
 - **User data** contains export templates and project-specific data.
 - **User data** contains export templates and project-specific data.
 - **User settings** contains editor settings, text editor themes, script
 - **User settings** contains editor settings, text editor themes, script