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 1bce8ee commit 55d4e98Copy full SHA for 55d4e98
docs/get-started/basic-docs.qmd
@@ -39,7 +39,7 @@ renderer = MdRenderer()
39
40
doc_parts = obj.docstring.parsed
41
doc_params = [entry for entry in doc_parts if entry.kind.name == "parameters"][0]
42
-print(renderer.to_md(doc_params))
+print(renderer.render(doc_params))
43
```
44
45
## Section options
0 commit comments