Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Apr 16, 2023
1 parent 11e24a6 commit 264e1f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
HftBacktest
===========

|codacy| |codeql| |pypi| |downloads| |license|
|codacy| |codeql| |pypi| |downloads| |license| |docs|

High-Frequency Trading Backtesting Tool in Python
====================================================================
Expand Down Expand Up @@ -40,7 +40,7 @@ Or you can clone the latest development version from the Git repository with:
Data Source & Format
--------------------

Please see `Data <https://github.com/nkaz001/hftbacktest/wiki/Data>`_ or `Data Preparation <https://github.com/nkaz001/hftbacktest/blob/master/examples/Data%20Preparation.ipynb>`_.
Please see `Data <https://hftbacktest.readthedocs.io/en/latest/data.html>`_ or `Data Preparation <https://hftbacktest.readthedocs.io/en/latest/tutorials/Data%20Preparation.html>`_.

A Quick Example
---------------
Expand Down Expand Up @@ -155,3 +155,8 @@ See `here <https://hftbacktest.readthedocs.io/en/latest/>`_.
.. |license| image:: https://img.shields.io/badge/License-MIT-green.svg
:alt: |License
:target: https://github.com/nkaz001/hftbacktest/blob/master/LICENSE

.. |docs| image:: https://readthedocs.org/projects/hftbacktest/badge/?version=latest
:target: https://hftbacktest.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = hftbacktest
version = attr: hftbacktest.__version__
url = https://github.com/nkaz001/hftbacktest
project_urls =
Docs = https://github.com/nkaz001/hftbacktest/wiki
Docs = https://hftbacktest.readthedocs.io/en/latest/
GitHub: issues = https://github.com/nkaz001/hftbacktest/issues
GitHub: repo = https://github.com/nkaz001/hftbacktest
description = High-frequency trading and market making backtesting tool
Expand Down

0 comments on commit 264e1f0

Please sign in to comment.