From de0f7009ebf44d1b91a114a71a0ef11bae6406b0 Mon Sep 17 00:00:00 2001 From: Auto Differentiation Dev Team <107129969+auto-differentiation-dev@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:06:46 +0100 Subject: [PATCH] Small formatting adjustments for Codacy checks --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9942d869..d14edd32 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ # đ XAD: Powerful Automatic Differentiation for C++ & Python -**XAD** is the ultimate solution for automatic differentiation, combining **ease of use** with **high performance**. -It's designed to help you differentiate complex applications with speed and precisionâwhether +**XAD** is the ultimate solution for automatic differentiation, combining **ease of use** with **high performance**. +It's designed to help you differentiate complex applications with speed and precisionâwhether you're optimizing neural networks, solving scientific problems, or performing financial risk analysis.
@@ -81,19 +81,19 @@ cmake .. make ``` -For more detailed guides, -refer to our [**Installation Guide**](https://auto-differentiation.github.io/installation/) +For more detailed guides, +refer to our [**Installation Guide**](https://auto-differentiation.github.io/installation/) and explore [**Tutorials**](https://auto-differentiation.github.io/tutorials/). ## đ¤ Contributing -Want to get involved? We welcome contributors from all backgrounds! Check out -our [**Contributing Guide**](CONTRIBUTING.md) and join the conversation in our +Want to get involved? We welcome contributors from all backgrounds! Check out +our [**Contributing Guide**](CONTRIBUTING.md) and join the conversation in our [**Discussions**](https://github.com/auto-differentiation/xad/discussions). ## đ Found a Bug? -Please report any issues through our +Please report any issues through our [**Issue Tracker**](https://github.com/auto-differentiation/xad/issues). ---