updated docs

This commit is contained in:
William Falcon
2020-01-21 13:41:18 -05:00
parent 8288e4ebf8
commit 50c58c71d3
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@ PyTorch-Lightning Documentation
common-cases
.. toctree::
:maxdepth: 1
:name: community
-1
View File
@@ -23,7 +23,6 @@ This is the basic use of the trainer:
trainer = Trainer()
trainer.fit(model)
"""
from .trainer import Trainer