fix:fix issue #235 (based on pr #240)#253
Open
Zane-Jiang wants to merge 4 commits intosophgo:masterfrom
Open
Conversation
- Clean up documentation to eliminate various warnings and improve consistency.
- fix errors in rst doc
- update Makefile , silence make pdf warning and output
|
LGTM,请 @charlesxzb review下 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
内容
针对issue #235 , 接续 @Artlesbol 在 pr #240 中的工作:
1.修复了部分doc中的语法错误;
2.
make pdf过程中采用了静默输出,忽略此过程警告信息(但遇到严重错误会正常输出并停止) 。补充
对于字体问题,尝试使用docker环境中已有字体,单并没有合适字体能够完全确保所有文档编译无警告输出;同时认为现目前的字体已具备很好的效果与体验,因此不推荐通过更换字体的方式来减少Warning输出。