Skip to content

Commit

Permalink
Add callout items to the Docs landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikb11 committed Mar 3, 2022
1 parent d4d1970 commit 0664417
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,29 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
PyTorch Lightning
=================
Welcome to PyTorch Lightning
============================

.. raw:: html

<div class="tutorials-callout-container">
<div class="row">

.. Add callout items below this line
.. customcalloutitem::
:description: Learn how to leverage the PyTorch Lightning APIs and features for your ML projects with ease in this quickstart guide.
:header: Introduction
:button_link: starter/new-project.html
:button_text: Get started with PyTorch Lightning

.. customcalloutitem::
:description: Guide to restructure your PyTorch code to Lightning and help you focus more on research rather than the tricky engineering aspects.
:header: PyTorch to Lightning
:button_link: starter/converting.html
:button_text: Organize PyTorch to Lightning

.. End of callout item section
.. tutoriallist::

Expand Down

0 comments on commit 0664417

Please sign in to comment.