From 5296459da83db5aa9b05338074a31fe27e57e0f0 Mon Sep 17 00:00:00 2001 From: Alan Mansour Date: Wed, 5 Nov 2025 17:33:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbc7911..0e81a8a 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ All documentation, on the other hand, is stored in `docs/`. Documentation is a c - **Documentation**: Automatic build and deployment to GitHub Pages ## Before Using This Template -If you haven't done so already, check: +If you haven't done so already, check the following: - [Docs](/docs/) and learn how our project documentation is structured in `rst` and `md` files. - [Lib](/lib/) and learn how to work with packages. -- [Docs Webpage](https://dalsa-lab.github.io/cpp_python_project_template/). +- [Docs Webpage](https://dalsa-lab.github.io/cpp_python_project_template/) Do you think that's not enough? If not, then checking the following is highly recommended: - [reStructuredText](https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html) (explore **reStructuredText Primer**, **Roles**, and **Directives**)