From ffc229e801d81434fe0e2421ee1665c82fbdfa9c Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 15 Aug 2020 23:57:33 -0400 Subject: [PATCH] task docs harness (#2996) * updated docs * updated docs --- docs/source/callbacks.rst | 4 ++-- docs/source/index.rst | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/callbacks.rst b/docs/source/callbacks.rst index fd61bacf96..0e2db4b75e 100644 --- a/docs/source/callbacks.rst +++ b/docs/source/callbacks.rst @@ -8,8 +8,8 @@ .. _callbacks: -Callbacks -========= +Callback +======== A callback is a self-contained program that can be reused across projects. Lightning has a callback system to execute callbacks when needed. Callbacks should capture NON-ESSENTIAL diff --git a/docs/source/index.rst b/docs/source/index.rst index 597d436f42..c599355915 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -27,6 +27,12 @@ PyTorch Lightning Documentation metrics results trainer + +.. toctree:: + :maxdepth: 2 + :name: tasks + :caption: Tasks + tasks .. toctree::