diff --git a/docs/index.md b/docs/index.md index 922cf991..8eacf4ad 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ hide: * Candlestick patterns recognition -* Core written in [C/C++](api.md) with API also available for [Python](wrappers.md) and [R](wrappers.md). +* Core written in [C/C++](api.md) with API also available for [Python, R, Ruby, and Zig](wrappers.md). * Open-Source (BSD License). Can be freely integrated in your own open-source or commercial applications. diff --git a/docs/install.md b/docs/install.md index dc001ea9..5cab1e29 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,7 +6,11 @@ Instructions are for installing the C/C++ shared, static libraries and headers o Latest release is [0.6.4 on Github](https://github.com/ta-lib/ta-lib/releases/latest) -For python and Rusers, see instead [ta-lib-python](https://github.com/TA-Lib/ta-lib-python) or [ta-lib-R](https://github.com/serkor1/ta-lib-R) +For Python users, see instead +[ta-lib-python](https://github.com/TA-Lib/ta-lib-python). For R users, see +instead [ta-lib-R](https://github.com/serkor1/ta-lib-R). For Ruby users, see +instead [ta-lib-ruby](https://github.com/TA-Lib/ta-lib-ruby). For Zig users, +see instead [ta-lib-zig](https://github.com/ta-lib/ta-lib-zig). - [Windows](#windows) - [Executable Installer (recommended)](#executable-installer-recommended) diff --git a/docs/wrappers.md b/docs/wrappers.md index e20c5373..d981bc3c 100644 --- a/docs/wrappers.md +++ b/docs/wrappers.md @@ -2,4 +2,6 @@ Not satisfied with the C/C++ version? Please check these alternative projects th * [ta-lib-python](https://github.com/ta-lib/ta-lib-python) * [ta-lib-R](https://github.com/serkor1/ta-lib-R) + * [ta-lib-ruby](https://github.com/TA-Lib/ta-lib-ruby) + * [ta-lib-zig](https://github.com/ta-lib/ta-lib-zig) * [pandas-ta](https://github.com/twopirllc/pandas-ta)