@@ -37,7 +37,7 @@ Creates an API docs file from a provided text.
37
37
38
38
---
39
39
40
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L859 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
40
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L875 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
41
41
42
42
## <kbd >function</kbd > ` generate_docs `
43
43
@@ -48,7 +48,7 @@ generate_docs(
48
48
src_root_path: Optional[str ] = None ,
49
49
src_base_url: Optional[str ] = None ,
50
50
remove_package_prefix: bool = False ,
51
- ignored_modules: List[str ] = [] ,
51
+ ignored_modules: Optional[ List[str ]] = None ,
52
52
overview_file: Optional[str ] = None ,
53
53
watermark: bool = True ,
54
54
validate: bool = False
@@ -74,12 +74,12 @@ Generates markdown documentation for provided paths based on Google-style docstr
74
74
75
75
---
76
76
77
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L424 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
77
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L440 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
78
78
79
79
## <kbd >class</kbd > ` MarkdownGenerator `
80
80
Markdown generator class.
81
81
82
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L427 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
82
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L443 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
83
83
84
84
### <kbd >method</kbd > ` __init__ `
85
85
@@ -106,7 +106,7 @@ Initializes the markdown API generator.
106
106
107
107
---
108
108
109
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L579 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
109
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L595 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
110
110
111
111
### <kbd >method</kbd > ` class2md `
112
112
@@ -131,7 +131,7 @@ Takes a class and creates markdown text to document its methods and variables.
131
131
132
132
---
133
133
134
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L494 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
134
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L510 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
135
135
136
136
### <kbd >method</kbd > ` func2md `
137
137
@@ -157,7 +157,7 @@ Takes a function (or method) and generates markdown docs.
157
157
158
158
---
159
159
160
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L785 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
160
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L801 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
161
161
162
162
### <kbd >method</kbd > ` import2md `
163
163
@@ -182,7 +182,7 @@ Generates markdown documentation for a selected object/import.
182
182
183
183
---
184
184
185
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L690 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
185
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L706 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
186
186
187
187
### <kbd >method</kbd > ` module2md `
188
188
@@ -207,7 +207,7 @@ Takes an imported module object and create a Markdown string containing function
207
207
208
208
---
209
209
210
- <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L805 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
210
+ <a href =" https://github.com/ml-tooling/lazydocs/blob/main/src/lazydocs/generation.py#L821 " ><img align =" right " style =" float :right ;" src =" https://img.shields.io/badge/-source-cccccc?style=flat-square " ></a >
211
211
212
212
### <kbd >method</kbd > ` overview2md `
213
213
0 commit comments