Skip to content

Commit

Permalink
remove broken link from template
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajtospoga01 committed Dec 18, 2023
1 parent 2d63d47 commit 5ada788
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/projects/template/template_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ It is fearly simple to do this. And it can be done in only a few steps.
3. Populate the `<project>_tree.rst` file with your projects rst file similarly:
```rst
.. _projects:
.. toctree::
:maxdepth: 2
:caption: Projects:
utilities/utilities_tree.rst
<project>/<project>_tree.rst
```
You are good to go 🙂
Expand All @@ -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.

0 comments on commit 5ada788

Please # to comment.