We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0556d7e commit 4b39ccfCopy full SHA for 4b39ccf
docs/reference.rst
@@ -1112,6 +1112,10 @@ lower case are actual fixed names):
1112
``pyscript/scripts/DIR1/DIR2/FILE.py`` ``scripts.DIR1.DIR2.FILE``
1113
======================================= ===========================
1114
1115
+Note that if the package form of an app or module (`pyscript/apps/APP/__init__.py`` or
1116
+``pyscript/modules/MODULE/__init__.py``) exists, the module form (``pyscript/apps/APP.py``
1117
+or ``pyscript/modules/MODULE.py``) is ignored.
1118
+
1119
The logging path uses the global context name, so you can customize logging verbosity for each
1120
global context, to the granularity of specific functions eg:
1121
0 commit comments