From f2b93f90f712204b6a18e854316ea305c4c271dd Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 16 Aug 2021 18:12:09 +0200 Subject: [PATCH] Fix a typo and fix section naming in docs --- docs/source/index.rst | 2 +- docs/source/{tech_technical.rst => tech_storage.rst} | 6 +++--- docs/source/usage_format.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename docs/source/{tech_technical.rst => tech_storage.rst} (99%) diff --git a/docs/source/index.rst b/docs/source/index.rst index 70392df7..115487f8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -94,7 +94,7 @@ for your operating system for further details. :maxdepth: 2 :caption: Under the Hood - tech_technical + tech_storage Indices and Tables diff --git a/docs/source/tech_technical.rst b/docs/source/tech_storage.rst similarity index 99% rename from docs/source/tech_technical.rst rename to docs/source/tech_storage.rst index 4486ef3d..a279706d 100644 --- a/docs/source/tech_technical.rst +++ b/docs/source/tech_storage.rst @@ -7,8 +7,8 @@ How Data is Stored This section contains details of how novelWriter stores and handles the project data. -How Project Data is Stored -========================== +Project Structure +================= All novelWriter files are written with utf-8 encoding. Since Python automatically converts Unix line endings to Windows line endings on Windows systems, novelWriter does not make any adaptations @@ -41,7 +41,7 @@ meta data entries incremented, on each save. Project Documents ------------------ +================= All the project documents are saved in a folder in the main project folder named ``content``. Each document has a file handle taken from the first 13 characters of a SHA256 hash of the system time diff --git a/docs/source/usage_format.rst b/docs/source/usage_format.rst index be83fdb4..13052100 100644 --- a/docs/source/usage_format.rst +++ b/docs/source/usage_format.rst @@ -167,8 +167,8 @@ also be inserted at the cursor position in the editor via the :guilabel:`Insert` .. _a_fmt_align: -Paragraphs Alignment and Indentation -==================================== +Paragraph Alignment and Indentation +=================================== All documents have the text by default aligned to the left or justified, depending on your Preferences.