Skip to content

Commit

Permalink
📝 Fix bulk create ref (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored Sep 20, 2024
1 parent 515f743 commit 729ec13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bionty/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def from_source(
Notes:
For more info, see tutorial :doc:`docs:bionty`
Bulk create protein records via :meth:`~docs:lamindb.core.Record.from_values`.
Bulk create records via :meth:`~docs:lamindb.core.Record.from_values`.
Examples:
Create a record by passing a field value:
Expand Down Expand Up @@ -474,7 +474,7 @@ def from_public(cls, *args, **kwargs) -> BioRecord | list[BioRecord] | None:
Notes:
For more info, see tutorial :doc:`docs:bionty`
Bulk create protein records via :meth:`~docs:lamindb.core.Record.from_values`.
Bulk create records via :meth:`~docs:lamindb.core.Record.from_values`.
Examples:
Create a record by passing a field value:
Expand Down Expand Up @@ -666,7 +666,7 @@ class Protein(BioRecord, TracksRun, TracksUpdates):
Notes:
For more info, see tutorials :doc:`docs:bio-registries` and :doc:`docs:protein`.
Bulk create Protein records via :meth:`~docs:lamindb.core.Record.from_values`.
Bulk create records via :meth:`~docs:lamindb.core.Record.from_values`.
Examples:
>>> record = bionty.Protein.from_source(name="Synaptotagmin-15B", organism="human")
Expand Down

0 comments on commit 729ec13

Please sign in to comment.