Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/source/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ subtrees:
entries:
- file: README.md
title: Introduction
- file: examples/tutorials/index.md
title: Tutorials
entries:
- file: examples/tutorials/basic/index.md
title: Basic
- file: examples/tutorials/tf/index.md
title: TensorFlow
entries:
- file: examples/tutorials/tf/DLRM-Ranking-Model.ipynb
title: DLRM Ranking Model
# - file: examples/tutorials/tf/TwoTower-Retrieval-Model.ipynb
# title: TwoTower Retrieval Model
- file: examples/tutorials/pytorch/index.md
title: PyTorch
- file: guide/recommender_system_guide.rst
title: Recommender System Guide
- file: examples/index
Expand Down
3 changes: 3 additions & 0 deletions examples/tutorials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tutorials


1 change: 1 addition & 0 deletions examples/tutorials/basic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Basic
1 change: 1 addition & 0 deletions examples/tutorials/pytorch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# PyTorch
Loading