From d934f2bb6b4cefca8baaf3669ffdb237e85dcd8b Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 22 Feb 2023 21:24:11 +0100 Subject: [PATCH] Fix download link in docs --- docs/source/{_static => }/fileformatspec15.pdf | Bin docs/source/index.rst | 5 ----- docs/source/usage_projectformat.rst | 3 ++- 3 files changed, 2 insertions(+), 6 deletions(-) rename docs/source/{_static => }/fileformatspec15.pdf (100%) diff --git a/docs/source/_static/fileformatspec15.pdf b/docs/source/fileformatspec15.pdf similarity index 100% rename from docs/source/_static/fileformatspec15.pdf rename to docs/source/fileformatspec15.pdf diff --git a/docs/source/index.rst b/docs/source/index.rst index 4bf31fd5..ca96bf2f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -47,11 +47,6 @@ the pip tool. See :ref:`a_started` for more details. * PyPi Project: https://pypi.org/project/novelWriter * Social Media: https://fosstodon.org/@novelwriter -.. toctree:: - :hidden: - - Main Page - .. toctree:: :maxdepth: 1 :caption: Introduction diff --git a/docs/source/usage_projectformat.rst b/docs/source/usage_projectformat.rst index 68342eff..22e43b69 100644 --- a/docs/source/usage_projectformat.rst +++ b/docs/source/usage_projectformat.rst @@ -29,7 +29,8 @@ applicable. **For Developers** - A full description of the current file format is available in the `File Format Spec 1.5`_ + A full description of the current file format is available in the + :download:`File Format Spec 1.5 ` document, available as a PDF. This document is intended for contributors to novelWriter, those building project conversion tools, either to or from tne novelWriter format, and for those who wish to make their own templating system.