From 05ec0137a815aa35b68e45b2babe0cd5aff0c4d8 Mon Sep 17 00:00:00 2001 From: Jirka Date: Wed, 21 Jun 2023 17:43:55 +0200 Subject: [PATCH] docs: fuse index --- docs/source/index.rst | 49 ++++++++++++++++++++++++++++++++++++++++-- docs/source/ipu.rst | 50 ------------------------------------------- 2 files changed, 47 insertions(+), 52 deletions(-) delete mode 100644 docs/source/ipu.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index 52b0d03..d4be488 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,8 +3,53 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Lightning-Graphcore documentation -================================= +Accelerator: IPU training +========================= + +.. raw:: html + +
+
+ +.. Add callout items below this line + +.. displayitem:: + :header: Prepare your code (Optional) + :description: Prepare your code to run on any hardware + :col_css: col-md-6 + :button_link: prepare.html + :height: 150 + :tag: basic + +.. displayitem:: + :header: Basic + :description: Learn the basics of single and multi-IPU training. + :col_css: col-md-6 + :button_link: basic.html + :height: 150 + :tag: basic + +.. displayitem:: + :header: Intermediate + :description: Tune model performance with mix-precision settings and the performance analyser. + :col_css: col-md-6 + :button_link: intermediate.html + :height: 150 + :tag: intermediate + +.. displayitem:: + :header: Advanced + :description: Learn advanced techniques to customize IPU training for massive models. + :col_css: col-md-6 + :button_link: advanced.html + :height: 150 + :tag: advanced + +.. raw:: html + +
+
+ .. toctree:: :maxdepth: 1 :name: start diff --git a/docs/source/ipu.rst b/docs/source/ipu.rst deleted file mode 100644 index 36f638a..0000000 --- a/docs/source/ipu.rst +++ /dev/null @@ -1,50 +0,0 @@ -:orphan: - -.. _ipu: - -Accelerator: IPU training -========================= - -.. raw:: html - -
-
- -.. Add callout items below this line - -.. displayitem:: - :header: Prepare your code (Optional) - :description: Prepare your code to run on any hardware - :col_css: col-md-6 - :button_link: prepare.html - :height: 150 - :tag: basic - -.. displayitem:: - :header: Basic - :description: Learn the basics of single and multi-IPU training. - :col_css: col-md-6 - :button_link: basic.html - :height: 150 - :tag: basic - -.. displayitem:: - :header: Intermediate - :description: Tune model performance with mix-precision settings and the performance analyser. - :col_css: col-md-6 - :button_link: intermediate.html - :height: 150 - :tag: intermediate - -.. displayitem:: - :header: Advanced - :description: Learn advanced techniques to customize IPU training for massive models. - :col_css: col-md-6 - :button_link: advanced.html - :height: 150 - :tag: advanced - -.. raw:: html - -
-