Skip to content

Commit

Permalink
docstrings: change some missed :func: to markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 3, 2024
1 parent 36a6c4a commit 4d11df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions navis/core/volumes.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,17 +495,17 @@ def resize(self,
return v

def plot3d(self, **kwargs):
"""Plot volume using :func:`navis.plot3d`.
"""Plot volume using [`navis.plot3d`][].
Parameters
----------
**kwargs
Keyword arguments. Will be passed to :func:`navis.plot3d`.
Keyword arguments. Will be passed to [`navis.plot3d`][].
See `help(navis.plot3d)` for a list of keywords.
See Also
--------
:func:`navis.plot3d`
[`navis.plot3d`][]
Function called to generate 3d plot.
Examples
Expand Down

0 comments on commit 4d11df8

Please sign in to comment.