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 7822f0e commit 426243eCopy full SHA for 426243e
README.md
@@ -187,9 +187,7 @@ from lazydocs import MarkdownGenerator
187
188
generator = MarkdownGenerator()
189
190
-# Select a module to generate markdown documentation
191
-# Here we use the generation module itself as an example
192
-my_module = generation
+# Select a module (e.g. my_module) to generate markdown documentation
193
markdown_docs = generator.import2md(my_module)
194
```
195
0 commit comments