Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ev3-toolbox-matlab
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mindstorms
ev3-toolbox-matlab
Commits
a34ebf7f
Commit
a34ebf7f
authored
8 years ago
by
Tim Stadtmann
Browse files
Options
Downloads
Patches
Plain Diff
Add MATLAB-params to doc config & adapt rst-files
parent
74426939
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+5
-1
5 additions, 1 deletion
docs/conf.py
docs/index.rst
+2
-2
2 additions, 2 deletions
docs/index.rst
docs/source.rst
+19
-8
19 additions, 8 deletions
docs/source.rst
with
26 additions
and
11 deletions
docs/conf.py
+
5
−
1
View file @
a34ebf7f
...
...
@@ -43,6 +43,10 @@ extensions = [
matlab_src_dir
=
os
.
path
.
abspath
(
'
..
'
)
primary_domain
=
'
mat
'
#autoclass_content = 'init'
#autodoc_member_order = 'groupwise'
#autodoc_default_flags = ''
# Napoleon settings
napoleon_google_docstring
=
True
napoleon_numpy_docstring
=
False
...
...
@@ -106,7 +110,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# 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
# documents.
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
2
−
2
View file @
a34ebf7f
...
...
@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to source's documentation!
==================================
EV3-Toolbox for controlling Lego Mindstorms EV3 with MATLAB
==================================
=========================
Contents:
...
...
This diff is collapsed.
Click to expand it.
docs/source.rst
+
19
−
8
View file @
a34ebf7f
source package
==============
.. automodule:: source
Module contents
---
------------
EV3
---
.. automodule:: source
:members:
:undoc-members:
:show-inheritance:
.. autoclass:: EV3
:members:
Motor
-----
.. autoclass:: Motor
:members: start, stop, syncedStart, syncedStop, waitFor, internalReset, resetTachoCount, setBrake, setProperties
Sensor
------
.. autoclass:: Sensor
:members: reset, setProperties
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment