Skip to content

Commit d006d3d

Browse files
committed
docs: Adding Cheatsheet
1 parent e58062b commit d006d3d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Cheatsheet
2+
3+
This cheatsheet is designed to assist Python developers in transitioning to Elixir,
4+
specifically by providing equivalent commands and code examples between NumPy and Nx.
5+
6+
## Numpy -> Nx
7+

nx/mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ defmodule Nx.MixProject do
6363
"guides/getting_started/quickstart.livemd",
6464
"guides/getting_started/broadcast.livemd",
6565
"guides/getting_started/numerical_definitions.livemd",
66+
"guides/cheatsheet/cheatsheet.cheatmd",
6667
"guides/advanced/vectorization.livemd",
6768
"guides/advanced/aggregation.livemd",
6869
"guides/advanced/automatic_differentiation.livemd",
@@ -119,6 +120,7 @@ defmodule Nx.MixProject do
119120
],
120121
groups_for_extras: [
121122
"Getting Started": ~r"^guides/getting_started/",
123+
Cheatsheet: ~r"^guides/cheatsheet/",
122124
Exercises: ~r"^guides/exercises/",
123125
Advanced: ~r"^guides/advanced/"
124126
]

0 commit comments

Comments
 (0)