Skip to content
Snippets Groups Projects
Commit a34ebf7f authored by Tim Stadtmann's avatar Tim Stadtmann
Browse files

Add MATLAB-params to doc config & adapt rst-files

parent 74426939
Branches
Tags
No related merge requests found
...@@ -43,6 +43,10 @@ extensions = [ ...@@ -43,6 +43,10 @@ extensions = [
matlab_src_dir = os.path.abspath('..') matlab_src_dir = os.path.abspath('..')
primary_domain = 'mat' primary_domain = 'mat'
#autoclass_content = 'init'
#autodoc_member_order = 'groupwise'
#autodoc_default_flags = ''
# Napoleon settings # Napoleon settings
napoleon_google_docstring = True napoleon_google_docstring = True
napoleon_numpy_docstring = False napoleon_numpy_docstring = False
...@@ -106,7 +110,7 @@ language = None ...@@ -106,7 +110,7 @@ language = None
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path # This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '*hidapi*', '*.dll', '*.dylib', '*proto*', '*.h', '*.lib', '*.exp', 'ID.m', 'include', 'lib', 'private', '*.class', '*.java*', '*_*']
# The reST default role (used for this markup: `text`) to use for all # The reST default role (used for this markup: `text`) to use for all
# documents. # documents.
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
Welcome to source's documentation! EV3-Toolbox for controlling Lego Mindstorms EV3 with MATLAB
================================== ===========================================================
Contents: Contents:
......
source package .. automodule:: source
==============
Module contents EV3
--------------- ---
.. automodule:: source .. autoclass:: EV3
:members: :members:
:undoc-members:
:show-inheritance:
Motor
-----
.. autoclass:: Motor
:members: start, stop, syncedStart, syncedStop, waitFor, internalReset, resetTachoCount, setBrake, setProperties
Sensor
------
.. autoclass:: Sensor
:members: reset, setProperties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment