We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9872b commit 5580b89Copy full SHA for 5580b89
src/docs2llm/__init__.py
@@ -7,12 +7,12 @@
7
8
from docs2llm.main import (
9
extract_documentation, # noqa: F401
10
- setup_logging, # noqa: F401
11
- is_documentation_file, # noqa: F401
12
- markdown_to_text, # noqa: F401
13
- clone_repository, # noqa: F401
14
- find_documentation_files, # noqa: F401
15
- process_documentation_files, # noqa: F401
+ setup_logging, # noqa: F401
+ is_documentation_file, # noqa: F401
+ markdown_to_text, # noqa: F401
+ clone_repository, # noqa: F401
+ find_documentation_files, # noqa: F401
+ process_documentation_files, # noqa: F401
16
)
17
18
__version__ = "0.1.0"
0 commit comments