Skip to content

Commit

Permalink
docs(loadswc): update docstring, add to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Jul 3, 2024
1 parent c7f2c11 commit 985fed9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/pyneuroml.swc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ pyneuroml.swc package
:undoc-members:
:show-inheritance:

pyneuroml.swc.LoadSWC module
------------------------------

.. automodule:: pyneuroml.swc.LoadSWC
:members:
:undoc-members:
:show-inheritance:

pyneuroml.swc.ExportSWC module
------------------------------

Expand Down
7 changes: 7 additions & 0 deletions pyneuroml/swc/LoadSWC.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Module for loading SWC files
.. versionadded:: 1.3.4
"""

import logging
import re
import typing
Expand Down

0 comments on commit 985fed9

Please sign in to comment.