소스 검색

Document new options for shortcuts

Closes gh-16
Thomas Kluyver 11 년 전
부모
커밋
c11f610f45
1개의 변경된 파일12개의 추가작업 그리고 2개의 파일을 삭제
  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
    The other lines make sure it can find the packages installed along with your
    application.
    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::
 .. 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)
 .. describe:: icon (optional)
 
 
@@ -74,6 +82,8 @@ shortcuts by defining sections titled :samp:`Shortcut {Name}`. For example:
               script (optional)
               script (optional)
               icon (optional)
               icon (optional)
               console (optional)
               console (optional)
+              target (optional)
+              parameters (optional)
 
 
    These options all work the same way as in the Application section.
    These options all work the same way as in the Application section.