From b7993fa834dba084dbcadff54f35c3cbb6cb3067 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Wed, 30 Jul 2025 09:57:31 +0200 Subject: [PATCH] Change some more 'this documentation' like wording. --- ...the_documentation.rst => contributing_to_the_manual.rst} | 0 documentation/manual/index.rst | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename documentation/manual/{contributing_to_the_documentation.rst => contributing_to_the_manual.rst} (100%) diff --git a/documentation/manual/contributing_to_the_documentation.rst b/documentation/manual/contributing_to_the_manual.rst similarity index 100% rename from documentation/manual/contributing_to_the_documentation.rst rename to documentation/manual/contributing_to_the_manual.rst diff --git a/documentation/manual/index.rst b/documentation/manual/index.rst index 44013fa..e0a4cd2 100644 --- a/documentation/manual/index.rst +++ b/documentation/manual/index.rst @@ -5,12 +5,12 @@ Contributing to the manual ========================== -These articles explain how to contribute to this very documentation, and -how to build the online version locally for testing. +These articles explain how to contribute to the `online documentation `_, +and how to build a version locally for testing. .. toctree:: :maxdepth: 1 :name: toc-contributing-documentation - contributing_to_the_documentation + contributing_to_the_manual building_the_manual