Skip to content

Commit 9f8f0d2

Browse files
committed
Add documentation section to README
Introduced a new section in the README with a link to the official PyEnzyme documentation, providing users with access to detailed guides and usage instructions.
1 parent eca0824 commit 9f8f0d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<a href="https://www.codacy.com/gh/EnzymeML/PyEnzyme/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=EnzymeML/PyEnzyme&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/4ceb8d010e7b456c926c8b18737ff102"/></a>
77
</h1>
88
<p align="center">
9+
910
PyEnzyme is the interface to the data model <b>EnzymeML</b> and offers a convenient way to document and model research data. Lightweight syntax for rapid development of data management solution in enzymology and biocatalysis.</p>
1011

1112
### 🧬 Features
@@ -50,6 +51,10 @@ using the following options.
5051
python -m pip install "pyenzyme[pysces]"
5152
```
5253

54+
### 📖 Documentation
55+
56+
For further documentation on how to use PyEnzyme, please refer to the [documentation](https://pyenzyme.vercel.app). Here you will find detailed guides on how to use PyEnzyme effectively and efficiently.
57+
5358
## ⚙️ Example code
5459

5560
This example will demonstrate how to create a simple EnzymeML document using PyEnzyme and how to use initializers from official databases **Chebi** and **UniProt** to gather metadata.

0 commit comments

Comments
 (0)