From faa644b274524acc2ba64a7360f4b17531a21a79 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:30:07 +0100 Subject: [PATCH] Also link filr format speck in tech docs --- docs/source/tech_storage.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/tech_storage.rst b/docs/source/tech_storage.rst index 6bb51cfc..e833c135 100644 --- a/docs/source/tech_storage.rst +++ b/docs/source/tech_storage.rst @@ -4,6 +4,9 @@ How Data is Stored ****************** +.. _File Format Spec 1.5: _static/fileformatspec15.pdf +.. _documentation: https://novelwriter.readthedocs.io + This section contains details of how novelWriter stores and handles the project data. @@ -39,6 +42,15 @@ The project XML file is indent-formatted, and is suitable for diff tools and ver most of the file will stay static, although a timesetamp is set in the meta section on line 2, and various meta data entries incremented, on each save. +.. only:: not html + + A full project file format specification is available in the online documentation_. + +.. only:: html + + A full description of the current file format is available in the `File Format Spec 1.5`_ + document, available as a PDF. + Project Documents =================