Skip to content

Commit

Permalink
docs: add masking to API
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Dec 4, 2024
1 parent 7de016e commit fe2d716
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,14 @@ Functions to export neurons.
| [`navis.write_precomputed()`][navis.write_precomputed] | {{ autosummary("navis.write_precomputed") }} |
| [`navis.write_parquet()`][navis.write_parquet] | {{ autosummary("navis.write_parquet") }} |

## Masking

Functions and classes for masking:

| Function/Class | Description |
|----------------|-------------|
| [`navis.NeuronMask`][navis.NeuronMask] | {{ autosummary("navis.NeuronMask") }} |

## Utility

Various utility functions.
Expand Down

0 comments on commit fe2d716

Please sign in to comment.