From 5ada788e744f99ba03dfa4626d3febb3bcf6f0f6 Mon Sep 17 00:00:00 2001 From: Sajtospoga01 Date: Mon, 18 Dec 2023 01:58:25 +0100 Subject: [PATCH] remove broken link from template --- docs/source/projects/template/template_overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/projects/template/template_overview.md b/docs/source/projects/template/template_overview.md index 9c9fd58..e859acf 100644 --- a/docs/source/projects/template/template_overview.md +++ b/docs/source/projects/template/template_overview.md @@ -56,14 +56,14 @@ It is fearly simple to do this. And it can be done in only a few steps. 3. Populate the `_tree.rst` file with your projects rst file similarly: ```rst .. _projects: - + .. toctree:: :maxdepth: 2 :caption: Projects: - + utilities/utilities_tree.rst /_tree.rst - + ``` You are good to go 🙂 @@ -76,6 +76,6 @@ This documentation should only contain the following: >**Note:** It is important to create docstrings for everything you write. This isn't just helpfor for other people but helps you as well when months later you forgot what that piece of code was. -The autodoc pipeline is available the template repository, set for auto deploy on every push to the main branch. Sample code is also provided under the [Conventions and Guidelines](../conventions_and_guidelines/conventions.md) section. +The autodoc pipeline is available the template repository, set for auto deploy on every push to the main branch. Sample code is also provided under the Conventions and Guidelines section. Code has to be documented the Sphinx documentation style.