Skip to content

Commit

Permalink
Remove transitions from docs to comply with warnings from `sphinx-che…
Browse files Browse the repository at this point in the history
…ck` (#491)

* Empty commit

* Fix self_supervised_models.rst

* Fix losses.rst

* Fix transforms.rst

* Fix vision_datamodules.rst
  • Loading branch information
akihironitta authored Jan 3, 2021
1 parent edc6553 commit a189d7c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
4 changes: 0 additions & 4 deletions docs/source/losses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,12 @@ DQN Loss
.. autofunction:: pl_bolts.losses.rl.dqn_loss
:noindex:

---------------

Double DQN Loss
---------------

.. autofunction:: pl_bolts.losses.rl.double_dqn_loss
:noindex:

---------------

Per DQN Loss
------------

Expand Down
10 changes: 0 additions & 10 deletions docs/source/self_supervised_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,12 @@ AMDIM
.. autoclass:: pl_bolts.models.self_supervised.AMDIM
:noindex:

---------

BYOL
^^^^

.. autoclass:: pl_bolts.models.self_supervised.BYOL
:noindex:

---------

CPC (V2)
^^^^^^^^

Expand Down Expand Up @@ -253,16 +249,12 @@ CPCV2 API
.. autoclass:: pl_bolts.models.self_supervised.CPCV2
:noindex:

---------

Moco (V2)
^^^^^^^^^

.. autoclass:: pl_bolts.models.self_supervised.MocoV2
:noindex:

---------

SimCLR
^^^^^^

Expand Down Expand Up @@ -389,8 +381,6 @@ SimCLR API
.. autoclass:: pl_bolts.models.self_supervised.SimCLR
:noindex:

---------

SwAV
^^^^

Expand Down
6 changes: 0 additions & 6 deletions docs/source/transforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ STL-10 Eval (c)
.. autoclass:: pl_bolts.models.self_supervised.cpc.transforms.CPCEvalTransformsSTL10
:noindex:

-------------------

AMDIM transforms
----------------

Expand Down Expand Up @@ -82,8 +80,6 @@ STL-10 Eval (a)
.. autoclass:: pl_bolts.models.self_supervised.amdim.transforms.AMDIMEvalTransformsSTL10
:noindex:

---------------

MOCO V2 transforms
------------------

Expand Down Expand Up @@ -120,8 +116,6 @@ STL-10 Eval (m2)
.. autoclass:: pl_bolts.models.self_supervised.moco.transforms.Moco2EvalImagenetTransforms
:noindex:

---------------

SimCLR transforms
------------------
Transforms used for SimCLR
Expand Down
4 changes: 1 addition & 3 deletions docs/source/vision_datamodules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ MNIST
.. autoclass:: pl_bolts.datamodules.mnist_datamodule.MNISTDataModule
:noindex:

------------

Semi-supervised learning
------------------------
The following datasets have support for unlabeled training and semi-supervised learning where only a few examples
Expand All @@ -64,4 +62,4 @@ STL-10
^^^^^^

.. autoclass:: pl_bolts.datamodules.stl10_datamodule.STL10DataModule
:noindex:
:noindex:

0 comments on commit a189d7c

Please sign in to comment.