We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef3eb3 commit 8d832cfCopy full SHA for 8d832cf
docs/reference/limitations.rst
@@ -12,14 +12,10 @@ Limitations
12
No data
13
=======
14
15
-Data, as installed by |install_data|_, is not supported.
16
-
17
-We recommend you install your data inside a Python module and use
18
-:py:mod:`importlib.resources` (or the :py:mod:`importlib_resources` backport) to
19
-access it.
20
21
-If you really need the data to be installed where it was previously (eg.
22
-``/usr/data``), you can do so at runtime.
+Data, as installed by |install_data|_, is not supported. It is
+recommended to install data files alongside the Python modules that
+requires them, and use :py:mod:`importlib.resources` (or the
+:py:mod:`importlib_resources` backport) to access it.
23
24
25
Platform-specific limitations
0 commit comments