Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Try to fix a doc building issue. #6354

Merged
merged 1 commit into from
May 21, 2024

Conversation

moonbox3
Copy link
Contributor

Motivation and Context

The docs tool is breaking because two methods share the same signatures and the beginnings of the docstring. 

Description

Try to differentiate the docstrings by a char to see if it fixes the docs generation.

Contribution Checklist

@moonbox3 moonbox3 requested a review from a team as a code owner May 21, 2024 19:10
@markwallace-microsoft markwallace-microsoft added the python Pull requests for the Python Semantic Kernel label May 21, 2024
@moonbox3 moonbox3 enabled auto-merge May 21, 2024 19:11
@markwallace-microsoft
Copy link
Member

Py3.10 Test Coverage

Python 3.10 Test Coverage Report •
FileStmtsMissCoverMissing
semantic_kernel/functions
   kernel_plugin.py187299%474, 477
TOTAL6232103083% 

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1341 1 💤 0 ❌ 0 🔥 11.758s ⏱️

@moonbox3 moonbox3 added this pull request to the merge queue May 21, 2024
Merged via the queue into microsoft:main with commit 82aede8 May 21, 2024
26 checks passed
@moonbox3 moonbox3 deleted the update_doc_string branch May 21, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants