Add UltralyticsAssistant to mkdocs_github_authors.yaml (#13129)
This commit is contained in:
parent
627453c26a
commit
ef85f74716
3 changed files with 4 additions and 2 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -39,6 +39,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Docs:
|
Docs:
|
||||||
|
if: github.repository == 'ultralytics/ultralytics'
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@ def create_markdown(py_filepath: Path, module_path: str, classes: list, function
|
||||||
for part in header_parts:
|
for part in header_parts:
|
||||||
if "description:" in part or "comments:" in part:
|
if "description:" in part or "comments:" in part:
|
||||||
header_content += f"---{part}---\n\n"
|
header_content += f"---{part}---\n\n"
|
||||||
if not any(header_content):
|
if not any(header_content):
|
||||||
header_content = "---\ndescription: TODO ADD DESCRIPTION\nkeywords: TODO ADD KEYWORDS\n---\n\n"
|
header_content = "---\ndescription: TODO ADD DESCRIPTION\nkeywords: TODO ADD KEYWORDS\n---\n\n"
|
||||||
|
|
||||||
module_name = module_path.replace(".__init__", "")
|
module_name = module_path.replace(".__init__", "")
|
||||||
module_path = module_path.replace(".", "/")
|
module_path = module_path.replace(".", "/")
|
||||||
|
|
|
||||||
|
|
@ -28,4 +28,5 @@ plashchynski@gmail.com: plashchynski
|
||||||
priytosh.revolution@live.com: priytosh-tripathi
|
priytosh.revolution@live.com: priytosh-tripathi
|
||||||
shuizhuyuanluo@126.com: null
|
shuizhuyuanluo@126.com: null
|
||||||
stormsson@users.noreply.github.com: stormsson
|
stormsson@users.noreply.github.com: stormsson
|
||||||
|
web@ultralytics.com: UltralyticsAssistant
|
||||||
xinwang614@gmail.com: GreatV
|
xinwang614@gmail.com: GreatV
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue