docs: Refine markdown formatting in Analyze.md and README.md

This commit is contained in:
mrT23
2023-12-24 16:21:41 +02:00
parent 0c4d451d9a
commit 49592ba2d7
2 changed files with 4 additions and 4 deletions

View File

@ -50,14 +50,14 @@ See the [Tools Guide](./docs/TOOLS_GUIDE.md) for detailed description of the dif
<h3>Example results:</h3>
</div>
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/530">/describe:</a></h4>
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/530">/describe</a></h4>
<div align="center">
<p float="center">
<img src="https://www.codium.ai/images/pr_agent/describe_short_main.png" width="800">
</p>
</div>
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/472#discussion_r1435819374">/improve:</a></h4>
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/472#discussion_r1435819374">/improve</a></h4>
<div align="center">
<p float="center">
@ -68,7 +68,7 @@ See the [Tools Guide](./docs/TOOLS_GUIDE.md) for detailed description of the dif
</div>
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/530">/generate_labels:</a></h4>
<h4><a href="https://github.com/Codium-ai/pr-agent/pull/530">/generate_labels</a></h4>
<div align="center">
<p float="center">
<kbd><img src="https://www.codium.ai/images/pr_agent/geneare_custom_labels_main_short.png" width="300"></kbd>

View File

@ -1,4 +1,4 @@
# Analyze Tool💎
# Analyze Tool 💎
The `analyze` tool combines static code analysis with LLM capabilities to provide a comprehensive analysis of the PR code changes.
The tool scans the PR code changes, find the code components (methods, functions, classes) that changed, and summarizes the changes in each component.