소스 검색

Clarify documentation of config options

Thomas Kluyver 11 년 전
부모
커밋
9bf4ec6c57
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      doc/cfgfile.rst

+ 3 - 2
doc/cfgfile.rst

@@ -26,9 +26,10 @@ Application section
        from module import function
        function()
 
-.. describe:: script
+.. describe:: script (optional)
 
-   Path to the Python script which launches your application.
+   Path to the Python script which launches your application, as an alternative
+   to ``entry_point``.
 
    Ensure that this boilerplate code is at the top of your script::