fix links to Docs (#744)

* update log

* fix links

* formatting

* fixing docs path

* formatting
This commit is contained in:
Jirka Borovec
2020-01-26 08:38:01 -05:00
committed by William Falcon
parent b35c472bb1
commit cc12ff36a9
9 changed files with 146 additions and 31 deletions
+1
View File
@@ -3,6 +3,7 @@ Lightning supports most popular logging frameworks (Tensorboard, comet, weights
To use a logger, simply pass it into the trainer.
.. code-block:: python
from pytorch_lightning import logging
# lightning uses tensorboard by default
+1 -1
View File
@@ -46,7 +46,7 @@ class TestTubeLogger(LightningLoggerBase):
`os.path.join(save_dir, name, version)`
Example
--------
-------
.. code-block:: python