Skip to content

Commit fc8723d

Browse files
committed
Update API documentation
1 parent 418a1d0 commit fc8723d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
## Modules
55

6-
- [`lazydocs.generator`](./lazydocs.generator.md#module-lazydocsgenerator): Main module for markdown generation.
6+
- [`lazydocs.generation`](./lazydocs.generation.md#module-lazydocsgeneration): Main module for markdown generation.
77

88
## Classes
99

10-
- [`MarkdownAPIGenerator`](./lazydocs.generator.md#class-markdownapigenerator): Markdown generator class.
10+
- [`MarkdownGenerator`](./lazydocs.generation.md#class-markdowngenerator): Markdown generator class.
1111

1212
## Functions
1313

14-
- [`generate_docs`](./lazydocs.generator.md#function-generate_docs): Generates markdown documentation for provided paths based on Google-style docstrings.
15-
- [`to_md_file`](./lazydocs.generator.md#function-to_md_file): Creates an API docs file from a provided text.
14+
- [`generate_docs`](./lazydocs.generation.md#function-generate_docs): Generates markdown documentation for provided paths based on Google-style docstrings.
15+
- [`to_md_file`](./lazydocs.generation.md#function-to_md_file): Creates an API docs file from a provided text.
1616

1717
---
1818

19-
_This file was automatically generated via [lazydocs](https://github.com/ml-tooling/lazydocs) on 14, Nov 2020._
19+
_This file was automatically generated via [lazydocs](https://github.com/ml-tooling/lazydocs) on 14 Nov 2020._

0 commit comments

Comments
 (0)