Quellcode durchsuchen

Document new options for shortcuts

Closes gh-16
Thomas Kluyver vor 11 Jahren
Ursprung
Commit
c11f610f45
1 geänderte Dateien mit 12 neuen und 2 gelöschten Zeilen
  1. 12 2
      doc/cfgfile.rst

+ 12 - 2
doc/cfgfile.rst

@@ -42,9 +42,17 @@ Application section
    The other lines make sure it can find the packages installed along with your
    application.
 
+.. describe:: target (optional)
+              parameters (optional)
+
+   Lower level definition of a shortcut, to create start menu entries for help
+   pages or other non-Python entry points. You shouldn't normally use this for
+   Python entry points.
+
 .. note::
-   Either ``entry_point`` or ``script`` must be specified, but not both. Specifying
-   ``entry_point`` is normally easier and more reliable.
+   Either ``entry_point``, ``script`` or ``target`` must be specified, but not
+   more than one. Specifying ``entry_point`` is normally easiest and most
+   reliable.
 
 .. describe:: icon (optional)
 
@@ -74,6 +82,8 @@ shortcuts by defining sections titled :samp:`Shortcut {Name}`. For example:
               script (optional)
               icon (optional)
               console (optional)
+              target (optional)
+              parameters (optional)
 
    These options all work the same way as in the Application section.