From bac65e0ae8b9e918607e7f7aa2b2196aefb26cfa Mon Sep 17 00:00:00 2001 From: Marta Matvii Date: Mon, 11 Mar 2024 16:27:24 +0200 Subject: [PATCH] autoformat --- doc/doc/user-manual.rst | 42 ++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/doc/doc/user-manual.rst b/doc/doc/user-manual.rst index cd604164..1fff610a 100644 --- a/doc/doc/user-manual.rst +++ b/doc/doc/user-manual.rst @@ -6,7 +6,9 @@ Nuitka User Manual #################### -This page is the recommended first read when you start using **Nuitka**. On this page, you will learn more about **Nuitka** fundamentals, such as license type, use cases, requirements, and credits. +This page is the recommended first read when you start using **Nuitka**. +On this page, you will learn more about **Nuitka** fundamentals, such as +license type, use cases, requirements, and credits. .. contents:: Table of Contents :depth: 1 @@ -17,7 +19,8 @@ This page is the recommended first read when you start using **Nuitka**. On this Requirements ************** -To ensure smooth work of **Nuitka**, make sure to follow system requirements, that include the following components: +To ensure smooth work of **Nuitka**, make sure to follow system +requirements, that include the following components: .. contents:: :depth: 1 @@ -31,27 +34,36 @@ compiler for C++03 [#]_. **For Windows**, use one of the following compilers: -- The **MinGW64 C11** compiler must be based on **gcc 11.2** or higher. It will be automatically downloaded if no usable C compiler - is found, which is the recommended way of installing it, as Nuitka - will also upgrade it for you. +- The **MinGW64 C11** compiler must be based on **gcc 11.2** or higher. + It will be automatically downloaded if no usable C compiler is found, + which is the recommended way of installing it, as Nuitka will also + upgrade it for you. -- The **Community** edition of `Visual Studio 2022 `_ or higher. Older versions will work, but only supported for commercial users. Use the default English language pack to enable **Nuitka** to filter away irrelevant outputs. +- The **Community** edition of `Visual Studio 2022 + `_ + or higher. Older versions will work, but only supported for + commercial users. Use the default English language pack to enable + **Nuitka** to filter away irrelevant outputs. -- The **Clang-cl** compiler can be used if provided by the **Visual Studio** installer. +- The **Clang-cl** compiler can be used if provided by the **Visual + Studio** installer. -**For macOS**, use the **Clang** compiler. It's also compatible with most **FreeBSD** architectures. +**For macOS**, use the **Clang** compiler. It's also compatible with +most **FreeBSD** architectures. -**For other platforms**, use the **GCC** compiler of at least version 5.1, and below that the **G++** compiler of at least version 4.4 as an alternative. +**For other platforms**, use the **GCC** compiler of at least version +5.1, and below that the **G++** compiler of at least version 4.4 as an +alternative. .. [#] - Support for this **C11** is given with **gcc 5.x** or higher or any **clang** - version. + Support for this **C11** is given with **gcc 5.x** or higher or any + **clang** version. - The **MSVC** compiler doesn't do it yet. But as a workaround, as the C++03 - language standard is significantly overlapping with C11, it is then used - instead where the C compiler is too old. Nuitka used to require a C++ - compiler in the past, but it changed. + The **MSVC** compiler doesn't do it yet. But as a workaround, as the + C++03 language standard is significantly overlapping with C11, it is + then used instead where the C compiler is too old. Nuitka used to + require a C++ compiler in the past, but it changed. Python ======