From 8b7400e1c232e1fd1b6fe080e90b2550d5539192 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Fri, 28 Jun 2019 18:45:58 -0400 Subject: [PATCH] added module properties docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 04f62f6f29..88e860c574 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ To start a new project define these two files. - [Basic CPU Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_cpu_template.py) - [GPU cluster Trainer](https://github.com/williamFalcon/pytorch-lightning/blob/master/examples/new_project_templates/trainer_gpu_cluster_template.py) -###### Doc Shortcuts +###### Docs shortcuts - [LightningModule](LightningModule/RequiredTrainerInterface/) - [Trainer](Trainer/)