Skip to content

Commit

Permalink
Docs: document NeuronConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jun 13, 2023
1 parent 139f842 commit 081da2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,11 @@ Connectivity
++++++++++++
Collection of functions to work with graphs and adjacency matrices.

.. autosummary::
:toctree: generated/

navis.NeuronConnector

Graphs
------
Functions to convert neurons and networkx to iGraph or networkX graphs.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ repository.
* - dev
- ongoing
- - dropped support for Python 3.7
- :class:`navis.NeuronConnector` class for creating connectivity graphs
from groups neurons with consistent connector IDs.
* - 1.4.0
- 21/12/22
- - BREAKING: ``navis.flow_centrality`` was renamed to :func:`navis.synapse_flow_centrality`
Expand Down

0 comments on commit 081da2d

Please sign in to comment.