Skip to content

Commit

Permalink
πŸ“ Add source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 13, 2024
1 parent 9d013b5 commit 1512503
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cellregistry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A reference manager.
"""A registry for single cells [`source <https://github.com/laminlabs/cellregistry/blob/main/cellregistry/models.py>`__].
This schema module provides a single registry `Reference` to store references to studies, reports, papers, blog posts, preprints.
Expand All @@ -8,7 +8,7 @@
Import the package::
import cellregistry as frefs
import cellregistry as creg
The `Reference` registry:
Expand All @@ -31,4 +31,3 @@ def __getattr__(name):

if _check_instance_setup():
del __getattr__ # delete so that imports work out
from .models import Reference

0 comments on commit 1512503

Please sign in to comment.