mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
doc: autodoc for init
test syntax for autolinking to types test syntax to avoid evaluating enum arguments to numbers
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ todo_include_todos = True
|
|||||||
|
|
||||||
autodoc_member_order = 'bysource'
|
autodoc_member_order = 'bysource'
|
||||||
autodoc_default_flags = ['members', 'undoc-members']
|
autodoc_default_flags = ['members', 'undoc-members']
|
||||||
|
autoclass_content = 'both' # This ensures init arguments are not ignored but added to class docstring.
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
:mod:`ev3devices` -- Title
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Intro
|
||||||
|
|
||||||
|
.. automodule:: ev3devices
|
||||||
|
|
||||||
@@ -11,6 +11,7 @@ Welcome to Pybricks's documentation!
|
|||||||
:caption: EV3 Modules:
|
:caption: EV3 Modules:
|
||||||
|
|
||||||
parameters
|
parameters
|
||||||
|
ev3devices
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user