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
a2abf42e
Commit
a2abf42e
authored
8 years ago
by
Tim Stadtmann
Browse files
Options
Downloads
Patches
Plain Diff
Update sphinx-config files for new theme
parent
316ffee2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/__init__.py
+1
-0
1 addition, 0 deletions
docs/__init__.py
docs/conf.py
+5
-2
5 additions, 2 deletions
docs/conf.py
docs/index.rst
+2
-2
2 additions, 2 deletions
docs/index.rst
docs/source.rst
+3
-9
3 additions, 9 deletions
docs/source.rst
with
11 additions
and
13 deletions
docs/__init__.py
+
1
−
0
View file @
a2abf42e
#!/usr/bin/python
This diff is collapsed.
Click to expand it.
docs/conf.py
+
5
−
2
View file @
a2abf42e
...
...
@@ -16,6 +16,8 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import
sphinx_bootstrap_theme
import
os
import
sys
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'
.
'
))
...
...
@@ -149,7 +151,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
classic
'
html_theme
=
'
bootstrap
'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
...
...
@@ -158,7 +160,8 @@ html_theme = 'classic'
# html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
#html_theme_path = []
html_theme_path
=
sphinx_bootstrap_theme
.
get_html_theme_path
()
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
2
−
2
View file @
a2abf42e
...
...
@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
EV3-
Toolbox for controlling Lego Mindstorms EV3 with MATLAB
=======================================================
====
Toolbox for controlling Lego Mindstorms EV3 with MATLAB
=======================================================
Contents:
...
...
This diff is collapsed.
Click to expand it.
docs/source.rst
+
3
−
9
View file @
a2abf42e
.. automodule:: source
.. |br| raw:: html
<br />
EV3
===
...
...
@@ -14,18 +17,9 @@ Motor
:members: start, stop, syncedStart, syncedStop, waitFor, internalReset, resetTachoCount, setBrake, setProperties
Enumerations
------------
.. autoclass:: BrakeMode
:members:
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