From 7c5a098cabe4188a496ac9c9cb574b78c7cdd76d Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 13 Oct 2020 19:37:53 +0200 Subject: [PATCH] Update docs --- README.md | 6 ++---- docs/source/int_introduction.rst | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9048ffe9..46273c44 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,8 @@ to make those. Feel free to submit more if you are able to make them. ## Package Dependencies -It is recommended that novelWriter runs with Qt 5.10 or later, and Python 3.6 or later. Running with -Qt as low as 5.2.1 and Python 3.4.3 has been tested, and worked in the past, but there are no -guarantees that this will keep working as these are not a part of the test builds. +It is recommended that novelWriter runs with Qt 5.10 or later, and requires Python 3.6 or later. +Minimum version of Qt is 5.2. ### Linux @@ -146,7 +145,6 @@ C:\...\AppData\Local\Programs\Python\Python38\python.exe novelWriter.py ### Package Versions -PyQt/Qt should be at least 5.3, but ideally 5.10 or higher for nearly all features to work. Exporting to Markdown requires PyQt/Qt 5.14. There are no known minimum for `lxml`, but the code was originally written with 4.2. The optional spell check library must be at least 3.0.0 to work with Windows 64 bit systems. On Linux, 2.0.0 also works fine. diff --git a/docs/source/int_introduction.rst b/docs/source/int_introduction.rst index 6ca43b5f..66ca0351 100644 --- a/docs/source/int_introduction.rst +++ b/docs/source/int_introduction.rst @@ -46,7 +46,7 @@ than the document editor itself are hidden away. The colour scheme of the user interface defaults to that of the host operating system. In addition, a dark theme is provided, and can be enabled in :guilabel:`Preferences` from the :guilabel:`Tools` menu. A number of syntax highlighting themes are also available in :guilabel:`Preferences`. A set of -icon themes in colour and greyscale are also offered. The icons are based on the Typicon_ icon set +icon themes in colour and greyscale are also offered. The icons are based on the Typicons_ icon set designed by Stephen Hutchings. The main window is split in two, or optionally three, panels. The left-most contains the project @@ -58,7 +58,7 @@ entire novel structure can be displayed, with all the tags and references listed you structure your novel project files, this outline can be quite different than your project tree. Your project tree lists files, your Outline tree lists the structure of the novel itself. -.. _Typicon: https://github.com/stephenhutchings/typicons.font +.. _Typicons: https://github.com/stephenhutchings/typicons.font .. _a_intro_project: