We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0c996 commit b320ce3Copy full SHA for b320ce3
docs/conf.py
@@ -224,13 +224,16 @@
224
}
225
226
autodoc_type_aliases = {
227
+ "AttributeAccessor": "delb.typing.AttributeAccessor",
228
"Filter": "delb.typing.Filter",
229
+ "InputStream": "delb.typing.InputStream",
230
"Loader": "delb.typing.Loader",
231
"LoaderConstraint": "delb.typing.LoaderConstraint",
232
"LoaderResult": "delb.typing.LoaderResult",
233
"NamespaceDeclarations": "delb.typing.NamespaceDeclarations",
234
"NodeBase": "delb.NodeBase",
235
"NodeSource": "delb.typing.NodeSource",
236
+ "QualifiedName": "delb.typing.QualifiedName",
237
238
239
# -- Options for autodocsumm extension ---------------------------------------
0 commit comments