aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/deployment.rst
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-10-30 15:26:17 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-11-01 13:19:04 +0100
commit4af52ffcfd89a636eff09a500836e14a7ad4d877 (patch)
tree4f88955a63aca65857ffcee791d6f5c309da3733 /sources/pyside2/doc/deployment.rst
parent25b06b8df797b3edb88f9d6054f8a7e9e77a280d (diff)
Doc: Fix sphinx warnings about indentation and linking
Change-Id: I22fc8b60d9c9209224eddbd8255f8e2b834da0ae Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/doc/deployment.rst')
-rw-r--r--sources/pyside2/doc/deployment.rst29
1 files changed, 20 insertions, 9 deletions
diff --git a/sources/pyside2/doc/deployment.rst b/sources/pyside2/doc/deployment.rst
index eb8d77b0d..c81e85c61 100644
--- a/sources/pyside2/doc/deployment.rst
+++ b/sources/pyside2/doc/deployment.rst
@@ -1,6 +1,5 @@
-==========
Deployment
-==========
+##########
Deploying or freezing an application is a crucial part of many Python projects.
Most large projects are not based on a single Python file, so
@@ -11,12 +10,23 @@ Here are a few distribution options that you could use:
2. Building a proper `Python package (wheel) <https://packaging.python.org/>`_.
3. Freezing the application into a single binary file or a directory.
+.. _fbs: https://build-system.fman.io/
+
+.. _pyinstaller: https://www.pyinstaller.org/
+
+.. _cxfreeze: https://anthony-tuininga.github.io/cx_Freeze/
+
+.. _py2exe: http://www.py2exe.org/
+
+.. _py2app: https://py2app.readthedocs.io/en/latest/
+
If you choose the **third** option, consider using one of these tools:
- * `fbs <https://build-system.fman.io/>`_,
- * `PyInstaller <https://www.pyinstaller.org/>`_,
- * `cx_Freeze <https://anthony-tuininga.github.io/cx_Freeze/>`_,
- * `py2exe <http://www.py2exe.org/>`_,
- * `py2app <https://py2app.readthedocs.io/en/latest/>`_,
+ * `fbs`_
+ * `PyInstaller <pyinstaller>`_
+ * `cx_Freeze <cxfreeze>`_
+ * `py2exe`_
+ * `py2app`_
+
|project| is a cross-platform framework,
so we would like to focus on solutions that work on the three
@@ -53,8 +63,9 @@ that allows the user to install the application step-by-step.
Here you can find a set of tutorials on how to use the previously
described tools.
-.. note:: Deployment is supported only from Qt for Python 5.12.2 and
-later.
+.. note::
+
+ Deployment is supported only from Qt for Python 5.12.2 and later.
.. toctree::
:name: mastertoc