mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 14:56:55 +08:00
Fix the Errors/Warnings when building Qlib's documentation (#1381)
* Fix the Errors/Warnings when building Qlib's documentation * Fix * Fix * Empty * Test CI * Add doc compiling checking to CI * Fix * Tries to be consistent with Makefile Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
This commit is contained in:
@@ -118,6 +118,7 @@ class RecordTemp:
|
||||
"""
|
||||
Check if the records is properly generated and saved.
|
||||
It is useful in following examples
|
||||
|
||||
- checking if the depended files complete before generating new things.
|
||||
- checking if the final files is completed
|
||||
|
||||
@@ -131,7 +132,7 @@ class RecordTemp:
|
||||
Raise
|
||||
------
|
||||
FileNotFoundError
|
||||
: whether the records are stored properly.
|
||||
whether the records are stored properly.
|
||||
"""
|
||||
if include_self:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user