Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed May 28, 2021
1 parent e0d985f commit 80f742a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 01_machine_learning_for_trading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Trading takes place in a competitive, interactive marketplace. Reinforcement lea

### Python Libraries

- matplotlib [docs]( <https://github.com/matplotlib/matplotlib)
- matplotlib [docs](https://github.com/matplotlib/matplotlib)
- numpy [docs](https://github.com/numpy/numpy)
- pandas [docs](https://github.com/pydata/pandas)
- scipy [docs](https://github.com/scipy/scipy)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
"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."
]
},
{
Expand Down

0 comments on commit 80f742a

Please sign in to comment.