From 31b4d5c6a774b6ed99a7f88729c6290d056ef4c7 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 3 Jun 2020 12:09:55 -0400 Subject: [PATCH] Add glue link in readme --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ce7352f9..6d42a3d6 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,8 @@ trading and financial analysis targetted at hardcore Linux users. It tries to use as much bleeding edge tech as possible including (but not limited to): -- Python 3.7+ for glue and business logic -- trio_ and asyncio_ for async +- Python 3.7+ for glue_ and business logic +- trio_ and `asyncio` for async - tractor_ as the underlying actor model - marketstore_ for historical and real-time tick data persistence and sharing - techtonicdb_ for L2 book storage @@ -23,6 +23,7 @@ It tries to use as much bleeding edge tech as possible including (but not limite .. _marketstore: https://github.com/alpacahq/marketstore .. _techtonicdb: https://github.com/0b01/tectonicdb .. _Qt: https://www.qt.io/ +.. _glue: https://numpy.org/doc/stable/user/c-info.python-as-glue.html#using-python-as-glue Focus and Features: