Skip to content

Commit a36cec8

Browse files
committed
Fix a docs formating error
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 256f3bb commit a36cec8

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/scanpipe-pipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ Windows
138138
Reachability
139139
-------------
140140
.. automodule:: scanpipe.pipes.reachability
141-
:members:
141+
:members:

docs/tutorial_analyze_symbols_reachability.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@ Run the ``analyze_symbols_reachability`` pipeline
3939
reachability analysis.
4040
- Once the pipeline run completes successfully, you can reach the **Resources** list view
4141
by clicking the count number under the **"RESOURCES"** header.
42-
- Click on one of the affected code files and navigate to the **Extra** tab to view the ``symbols_reachability``.
42+
- Click on one of the affected code files and navigate to
43+
the **Extra** tab to view the ``symbols_reachability``.
4344

4445
.. image:: images/tutorial-web-ui-analyze-symbol-reachability.png
4546

46-
- The pipeline output also includes a JSON file containing the reachability status for each advisory and resource,
47-
including the overall reachability status (e.g., ``reachability-2026-08-18-15-12-51.json``).
47+
- The pipeline output also includes a JSON file containing the reachability
48+
status for each advisory and resource, including the overall reachability
49+
status (e.g., ``reachability-2026-08-18-15-12-51.json``).
4850

4951
.. code-block:: json
5052
:emphasize-lines: 2
@@ -98,4 +100,4 @@ Run the ``analyze_symbols_reachability`` pipeline
98100
An advisory is considered ``REACHABLE`` if it is reachable through at least
99101
one resource. If no resource is ``REACHABLE`` and at least one result is
100102
``UNKNOWN``, the advisory status is ``UNKNOWN``. Otherwise, its status is
101-
``NOT_REACHABLE``.
103+
``NOT_REACHABLE``.

0 commit comments

Comments
 (0)