We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eef046 commit 2129801Copy full SHA for 2129801
nx/lib/nx.ex
@@ -29,7 +29,7 @@ defmodule Nx do
29
30
Here is a general outline of the main references in this library:
31
32
- * For an introduction, see our [Intro to Nx](intro-to-nx.livemd) guide
+ * For an introduction, see our [Intro to Nx](introduction.md) guide
33
34
* This module provides the main API for working with tensors
35
nx/mix.exs
@@ -57,7 +57,6 @@ defmodule Nx.MixProject do
57
before_closing_body_tag: &before_closing_body_tag/1,
58
extras: [
59
"CHANGELOG.md",
60
- "guides/intro-to-nx.livemd",
61
"guides/getting_started/introduction.md",
62
"guides/getting_started/installation.md",
63
"guides/getting_started/quickstart.livemd",
0 commit comments