Fix a typo and fix section naming in docs

This commit is contained in:
Veronica Berglyd Olsen
2021-08-16 18:12:09 +02:00
parent 7d5661443f
commit f2b93f90f7
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ for your operating system for further details.
:maxdepth: 2 :maxdepth: 2
:caption: Under the Hood :caption: Under the Hood
tech_technical tech_storage
Indices and Tables Indices and Tables
@@ -7,8 +7,8 @@ How Data is Stored
This section contains details of how novelWriter stores and handles the project data. 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 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 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 Project Documents
----------------- =================
All the project documents are saved in a folder in the main project folder named ``content``. Each 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 document has a file handle taken from the first 13 characters of a SHA256 hash of the system time
+2 -2
View File
@@ -167,8 +167,8 @@ also be inserted at the cursor position in the editor via the :guilabel:`Insert`
.. _a_fmt_align: .. _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 All documents have the text by default aligned to the left or justified, depending on your
Preferences. Preferences.