aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/deployment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/deployment.rst')
-rw-r--r--sources/pyside6/doc/deployment.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/doc/deployment.rst b/sources/pyside6/doc/deployment.rst
index 3d6aa218e..4d5f0185c 100644
--- a/sources/pyside6/doc/deployment.rst
+++ b/sources/pyside6/doc/deployment.rst
@@ -1,7 +1,8 @@
+.. _deployment:
+
|project| Deployment
====================
-
Deploying or freezing an application is an important part of a Python project,
this means to bundle all required resources so that the application finds everything it needs to
be able to run on a client's machine.