mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 18:57:44 +00:00
doc: Improved documentation for two factor scenarios. (#172)
* Fixed some bugs introduced during refactoring. * Improved documentation for two factor scenarios. * Update factor_from_report_w_sc.py * Improved some details.
This commit is contained in:
@@ -43,7 +43,7 @@ class QlibFactorScenario(Scenario):
|
||||
@property
|
||||
def rich_style_description(self) -> str:
|
||||
return """
|
||||
### R&D Agent-Qlib: Automated Quantitative Trading & Iterative Factor Evolution Demo
|
||||
### R&D Agent-Qlib: Automated Quantitative Trading & Iterative Factors Evolution Demo
|
||||
|
||||
#### [Overview](#_summary)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ class QlibFactorFromReportScenario(QlibFactorScenario):
|
||||
@property
|
||||
def rich_style_description(self) -> str:
|
||||
return """
|
||||
### R&D Agent-Qlib: Automated Quantitative Trading & Factor Extraction from Financial Reports Demo
|
||||
### R&D Agent-Qlib: Automated Quantitative Trading & Factors Extraction from Financial Reports Demo
|
||||
|
||||
#### [Overview](#_summary)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user