-
Notifications
You must be signed in to change notification settings - Fork 86
Remove error from make html doc and update converter doc using Sphinx-apidoc #989
Conversation
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
@oatawa1 Thanks. We can remove |
@iizukak Thanks. I removed it in the latest commit |
The deployment version is different from the local test version. I will fix it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OA
@iizukak Thanks. Can I merge this PR? The current problem is the current deployment version show only the class name it should show both class name along with module and arg name. In my opinion, I want to merge this one to fix the error problem. |
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
/ready |
⏳Merge job is queued... |
What this patch does to fix the issue.
Remove error when generate doc using
make html
which mainly from reference error.Sphinx-apidoc
.optimization.rst
, I fix it but I think this file is obsolete. Shall we remove it?: removedLink to any relevant issues or pull requests.
#953 (Error part)
The warning part will be solved in another PR to reduce the amount of commit code.