Skip to content

Commit 84a2ef1

Browse files
committed
Group all Nx.Block in docs
1 parent a53bbae commit 84a2ef1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nx/mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ defmodule Nx.MixProject do
126126
Nx.Defn.Graph,
127127
Nx.Defn.Token,
128128
Nx.Defn.Tree
129-
]
129+
],
130+
Blocks: ~r/^Nx\.Block\./
130131
],
131132
groups_for_extras: [
132133
"Getting Started": ~r"^guides/getting_started/",

0 commit comments

Comments
 (0)