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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ lazydocs [OPTIONS] PATHS...
171
171
172
172
* `--output-path TEXT`: The output path for the creation of the markdown files. Set this to `stdout` to print all markdown to stdout. [default: ./docs/]
173
173
* `--src-base-url TEXT`: The base repo link used as prefix for all source links. Should also include the branch name.
174
+
* `--url-line-prefix TEXT`: Line prefix for git repository line url anchors #{prefix}line. If None provided, defaults to Github style notation.
174
175
* `--overview-file TEXT`: Filename of overview file. If not provided, no API overview file will be generated.
175
176
* `--remove-package-prefix / --no-remove-package-prefix`: If `True`, the package prefix will be removed from all functions and methods. [default: True]
176
177
* `--ignored-modules TEXT`: A list of modules that should be ignored. [default: ]
0 commit comments