Skip to content

Commit

Permalink
Docs: list all metrics (#1077)
Browse files Browse the repository at this point in the history
* list all metrics
* freeze sphinx 4.x
  • Loading branch information
Borda authored Jun 7, 2022
1 parent 9e26cae commit 35fcc88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Or directly from conda
:caption: User Guide

pages/quickstart
pages/all-metrics
pages/overview
pages/implement
pages/lightning
Expand Down
2 changes: 0 additions & 2 deletions docs/source/metrics.rst → docs/source/pages/all-metrics.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
:orphan:

All TorchMetrics
================

Expand Down
6 changes: 3 additions & 3 deletions docs/source/pages/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import torch
from pytorch_lightning.core.lightning import LightningModule

########
Overview
########
##################
Structure Overview
##################

TorchMetrics is a Metrics API created for easy metric development and usage in
PyTorch and PyTorch Lightning. It is rigorously tested for all edge cases and includes a growing list of
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=4.0
sphinx>=4.0, <5.0
myst-parser
nbsphinx>=0.8
pandoc>=1.0
Expand Down

0 comments on commit 35fcc88

Please sign in to comment.