瀏覽代碼

improve structure of glib-schemas docs

Tobias Schönberg 9 年之前
父節點
當前提交
2abaca20fd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/pygi_mpl_numpy/README.rst

+ 2 - 2
examples/pygi_mpl_numpy/README.rst

@@ -73,12 +73,12 @@ When the pygi-aio bundle is installed on a Windows-machine, the installer perfor
 
 An example are the glib-schemas which are required for the GtkFileChooserDialog to work properly. The script ``2_extract.sh`` will automatically call the following command to compile the glib-schemas:
 
-Note: If your application uses glib-schemas (e.g. default-settings stored in gsettings) you will need to place the schemas for your application into that folder and recompile it before packaging it with Pynsist.
-
 ::
 
     glib-compile-schemas pynsist_pkgs/gnome/share/glib-2.0/schemas/
 
+Note: If your application uses glib-schemas (e.g. default-settings stored in gsettings) you will need to place the schemas for your application into that folder and recompile it before packaging it with Pynsist.
+
 See also:
 
  - https://github.com/takluyver/pynsist/issues/43