Skip to content

Commit 96eef4c

Browse files
committed
Fix EnzymeML Suite image path in documentation
Updated the image path for the EnzymeML Suite screenshot to point to the correct assets directory, ensuring the image displays properly in the documentation.
1 parent 1b1335e commit 96eef4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/integrations/suite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [EnzymeML Suite](https://github.com/EnzymeML/enzymeml-suite) is a modern des
77

88
The `pyenzyme.suite` module bridges these two worlds, enabling seamless data exchange between the Suite's graphical interface and Python scripts. This integration means you can leverage the strengths of both tools: use the Suite's visual interface to create and edit documents interactively, then pull those documents into Python for computational analysis, modeling, or data processing. When you're done with your Python analysis, you can push the results back to the Suite for visualization and further editing. This round-trip workflow combines the convenience of visual editing with the power of programmatic analysis.
99

10-
![EnzymeML Suite](./src/assets/suite.png)
10+
![EnzymeML Suite](../../../assets/suite.png)
1111

1212
## Understanding the Connection
1313

0 commit comments

Comments
 (0)