updated docs

This commit is contained in:
William Falcon 2020-08-15 22:30:57 -04:00
parent b5453a11cc
commit 644578fe3b
4 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,7 @@ PyTorch Lightning Documentation
metrics metrics
results results
trainer trainer
tasks
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1

3
docs/source/tasks.rst Normal file
View File

@ -0,0 +1,3 @@
Tasks
=====
To write

View File

View File

@ -0,0 +1,5 @@
class FastTask(object):
def __init__(self):
pass