Skip to content

Commit 2b63463

Browse files
authored
Integrate docstring updates for spyder.api.plugin_registration module (#17)
1 parent a36b4d5 commit 2b63463

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
("py:class", "LoopID"),
136136
("py:class", "OptionSet"),
137137
("py:class", "spyder.api.preferences.OptionSet"),
138+
("py:class", "SpyderPluginClass"),
139+
("py:class", "spyder.api.plugin_registration.registry.SpyderPluginClass"),
138140
}
139141

140142

@@ -302,6 +304,9 @@
302304
),
303305
"LoopID": "spyder.api.asyncdispatcher.LoopID",
304306
"OptionSet": "spyder.api.preferences.OptionSet",
307+
"SpyderPluginClass": (
308+
"spyder.api.plugin_registration.registry.SpyderPluginClass"
309+
),
305310
# Ref name aliases
306311
"AbstractEventLoop": "asyncio.AbstractEventLoop",
307312
"asyncio.AbstractEventLoop": "asyncio.AbstractEventLoop",

spyder

Submodule spyder updated 45 files

0 commit comments

Comments
 (0)