You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An API overview might be very useful in case your project has a large number modules, classes and functions. You can specify an `overview-file` with the lazydocs command to activate the generation of an API overview:
97
+
98
+
```bash
99
+
lazydocs --overview-file="README.md" my_package
100
+
```
101
+
102
+
The API Overview will be written as markdown to the specified file with sperated lists for all modules, classes, and functions of your project:
0 commit comments