From f3fe7c8d1171733d5aa1ae5f3509622dcad6873b Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 20 Apr 2025 13:32:29 +0200 Subject: [PATCH] Add a "More Documents" link to the main website --- docs/source/index.rst | 1 + docs/source/more_projectformat.rst | 3 +-- docs/source/tech_storage.rst | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index cfebbd65..00a680b0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -41,6 +41,7 @@ See :ref:`a_started` for more details. :hidden: Main Page + More Documents .. toctree:: :maxdepth: 1 diff --git a/docs/source/more_projectformat.rst b/docs/source/more_projectformat.rst index 2efdb03e..e70a344a 100644 --- a/docs/source/more_projectformat.rst +++ b/docs/source/more_projectformat.rst @@ -14,8 +14,7 @@ changes require minor actions from the user. The key changes in the formats are listed in this chapter, as well as the user actions required, where applicable. -A full project file format specification is available -`on the website `__. +A full project file format specification is available from the "More Documents" link. .. caution:: When you update a project from one format version to the next, the project can no longer be diff --git a/docs/source/tech_storage.rst b/docs/source/tech_storage.rst index 43c9bd88..f17ebcf5 100644 --- a/docs/source/tech_storage.rst +++ b/docs/source/tech_storage.rst @@ -34,8 +34,7 @@ The project XML file is indent-formatted, and is suitable for diff tools and ver most of the file will stay static, although a timestamp is set in the meta section on line 2, and various meta data entries incremented, on each save. -A full project file format specification is available -`on the website `__. +A full project file format specification is available from the "More Documents" link. Project Documents