Unverified Commit 08fcda32 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

[Doc] Fix link to backends docs (#1376)


Co-authored-by: default avatarTong He <hetong007@gmail.com>
parent b9c65e91
.. _backends:
Working with different backends
===============================
......
......@@ -14,8 +14,7 @@ DGL works with the following operating systems:
DGL requires Python version 3.5 or later. Python 3.4 or earlier is not
tested. Python 2 support is coming.
DGL supports multiple tensor libraries as backends, e.g., PyTorch, MXNet. For requirements on backends and how to select one, see
`Working with different backends`_.
DGL supports multiple tensor libraries as backends, e.g., PyTorch, MXNet. For requirements on backends and how to select one, see :ref:`backends`.
Starting at version 0.3, DGL is separated into CPU and CUDA builds. The builds share the
same Python package name. If you install DGL with a CUDA 9 build after you install the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment