API#
Configuration#
|
Fill in the values |
Registry#
Every registered package, keyed and ordered by case-folded name. |
|
Return only the core packages. |
|
|
Build an |
- class scverse_doc.registry.Package(name: str, kind: Literal['core', 'ecosystem'], docs: str, inventory: str | None = None, repo: str | None = None, description: str = '', accent: str = '#4557c4')#
One entry in the scverse package registry.
- docs: str#
Where to send a reader, exactly as the upstream listing records it.
This is a link for humans, so it may name a particular page rather than a documentation root.
- inventory: str | None#
Root URL under which the package’s
objects.invresolves, orNoneif it publishes no inventory.Distinct from
docs: a versioned Read the Docs site serves its inventory and pages underen/stable/or the like, while its documentation home is the bare domain.