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
Copy file name to clipboardExpand all lines: README.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,6 @@ Lazydocs makes it easy to generate beautiful markdown documentation for your Pyt
38
38
39
39
> _Requirements: Python 3.6+._
40
40
41
-
To install lazydocs, simply execute:
42
-
43
41
```bash
44
42
pip install lazydocs
45
43
```
@@ -58,7 +56,7 @@ The path can be either a python package (folder) or a specific script. You can a
58
56
lazydocs my_package.AwesomeClass
59
57
```
60
58
61
-
With the default configuration, the Markdown documentation will be generated inside a`./docs` in your working directory. You can find additional configuration options in the documentation section.
59
+
With the default configuration, the Markdown documentation will be generated inside the`./docs`folder in your working directory. You can find additional configuration options in the [documentation section](#cli-interface).
62
60
63
61
## Support & Feedback
64
62
@@ -83,22 +81,45 @@ This project is maintained by [Benjamin Räthlein](https://twitter.com/raethlein
0 commit comments