Skip to content

Commit 80f742a

Browse files
committed
fix links
1 parent e0d985f commit 80f742a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01_machine_learning_for_trading/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Trading takes place in a competitive, interactive marketplace. Reinforcement lea
301301

302302
### Python Libraries
303303

304-
- matplotlib [docs]( <https://github.com/matplotlib/matplotlib)
304+
- matplotlib [docs](https://github.com/matplotlib/matplotlib)
305305
- numpy [docs](https://github.com/numpy/numpy)
306306
- pandas [docs](https://github.com/pydata/pandas)
307307
- scipy [docs](https://github.com/scipy/scipy)

02_market_and_fundamental_data/01_NASDAQ_TotalView-ITCH_Order_Book/01_parse_itch_order_flow_messages.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
"cell_type": "markdown",
360360
"metadata": {},
361361
"source": [
362-
"The ITCH tick data comes in binary format. Python provides the `struct` module (see [docs])(https://docs.python.org/3/library/struct.html) to parse binary data using format strings that identify the message elements by indicating length and type of the various components of the byte string as laid out in the specification."
362+
"The ITCH tick data comes in binary format. Python provides the `struct` module (see [docs](https://docs.python.org/3/library/struct.html)) to parse binary data using format strings that identify the message elements by indicating length and type of the various components of the byte string as laid out in the specification."
363363
]
364364
},
365365
{

0 commit comments

Comments
 (0)