[main] Add Sphinx documentation (ReadTheDocs) - #78
Open
Tobiaspk wants to merge 7 commits into
Open
Conversation
added 5 commits
August 25, 2026 10:25
…eference Autodoc was too fragile against segger's heavy/CUDA-only import graph (PEP 604 unions on mocked types, mocked numpy.ndarray breaking singledispatch, stale docstrings with wrong defaults). Replaced with plain parameter tables read directly from segger/cli/segment.py and segger/cli/export.py.
EliHei2
reviewed
Aug 25, 2026
EliHei2
left a comment
Collaborator
There was a problem hiding this comment.
I think, aside from the 2-3 detailed comments I noted, this looks very nice and minimalist.
| segger export | ||
| ============== | ||
|
|
||
| Positional arguments select which elements to write: ``anndata``, ``transcripts``, |
Collaborator
There was a problem hiding this comment.
I believe it's worth mentioning what transcripts mean --> the additional cell column (mvp!)
| * - ``--method`` | ||
| - delaunay | ||
| - Cell-polygon method for boundaries (``delaunay`` or ``convex_hull``). | ||
| * - ``--chaikin-iterations`` |
Collaborator
There was a problem hiding this comment.
again worth clarifying this, what it is exaclty and a reference maybe.
| * - ``--include-all-transcripts`` | ||
| - False | ||
| - Keep every cell-assigned transcript, ignoring the similarity threshold. | ||
| * - ``--min-similarity`` |
Collaborator
There was a problem hiding this comment.
worth mentioning highly recommended not to change.
| @@ -0,0 +1,25 @@ | |||
| About | |||
Collaborator
There was a problem hiding this comment.
maybe a contribution note would be nice, but could do later.
Closed
…ent sdata.zarr export Filtering no longer needs a join with source transcripts now that x/y/feature_name/filtered are inline. Also document segger export spatialdata, which adds segger's elements to an existing SpatialData Zarr store.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added minimal, highly focused docs.
Important notes:
Expect the following changes:
--save-anndata, consider replacing this with an automatic pipe throughsegger exportessentiallycloses #75