File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ def mode(self):
246246
247247 Returns:
248248 int: 0 if the eQEP channel is configured in absolute mode,
249- 1 if configured in relative mode.
249+ 1 if configured in relative mode.
250250 '''
251251 mode = int (self ._eqep .node .mode )
252252
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = u'Adafruit-BBIO'
49- copyright = u'2017, Justin Cooper '
50- author = u'Justin Cooper'
49+ copyright = u'2017, Adafruit Industries and contributors '
50+ author = u'Justin Cooper and contributors '
5151
5252# The version info for the project you're documenting, acts as replacement for
5353# |version| and |release|, also used in various other places throughout the
8282# The theme to use for HTML and HTML Help pages. See the documentation for
8383# a list of builtin themes.
8484#
85- html_theme = 'alabaster'
85+ # html_theme = 'alabaster'
8686
8787# Theme options are theme-specific and customize the look and feel of a theme
8888# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments