mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-20 23:41:36 +00:00

* automate docstring and tutorial generation with every push to master * test CI for current branch * fixed yaml syntax * add setupttools to install process * checkout repo * fixed command for shell script * install wheel as it is needed for CI * install mkdocs * test without shell script * use package from github actions * test other configuration * back to right config * cleaning script
11 lines
390 B
Bash
Executable File
11 lines
390 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Purpose : Automate the generation of docstrings
|
|
|
|
pydoc-markdown pydoc-markdown-document-store.yml
|
|
pydoc-markdown pydoc-markdown-file-converters.yml
|
|
pydoc-markdown pydoc-markdown-preprocessor.yml
|
|
pydoc-markdown pydoc-markdown-reader.yml
|
|
pydoc-markdown pydoc-markdown-generator.yml
|
|
pydoc-markdown pydoc-markdown-retriever.yml
|
|
pydoc-markdown pydoc-markdown-pipelines.yml |