Skip to content

Commit

Permalink
try excluding ir functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccand committed May 6, 2024
1 parent d01f1b6 commit 9e23f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@

def setup(app):
app.add_css_file('css/s4defs-roles.css')
app.connect('autodoc-skip-member', skip_member)
1 change: 1 addition & 0 deletions docs/source/movement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Usage

.. autoclass:: nanonav.NanoBot
:members:
:exclude-members: ir_left, ir_right

0 comments on commit 9e23f33

Please sign in to comment.