We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b83b35 commit ae11c90Copy full SHA for ae11c90
README.md
@@ -92,6 +92,7 @@ dtype: object
92
93
Find more usage examples in the [documentation].
94
95
+
96
Features
97
--------
98
* Simple, well-documented API
@@ -103,6 +104,9 @@ Features
103
104
* Detailed results
105
* Interactive visualizations
106
107
+
108
109
110
Alternatives
111
------------
112
See [alternatives.md] for a list of alternative Python
backtesting/__init__.py
@@ -1,4 +1,7 @@
1
"""
2
3
4
5
## Manuals
6
7
* [**Quick Start User Guide**](../examples/Quick Start User Guide.html)
0 commit comments